Class: Google::Analytics::Admin::V1alpha::AccessFilterExpression
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AccessFilterExpression
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/access_report.rb
Overview
Expresses dimension or metric filters. The fields in the same expression need to be either all dimensions or all metrics.
Instance Attribute Summary collapse
-
#access_filter ⇒ ::Google::Analytics::Admin::V1alpha::AccessFilter
A primitive filter.
-
#and_group ⇒ ::Google::Analytics::Admin::V1alpha::AccessFilterExpressionList
Each of the FilterExpressions in the and_group has an AND relationship.
-
#not_expression ⇒ ::Google::Analytics::Admin::V1alpha::AccessFilterExpression
The FilterExpression is NOT of not_expression.
-
#or_group ⇒ ::Google::Analytics::Admin::V1alpha::AccessFilterExpressionList
Each of the FilterExpressions in the or_group has an OR relationship.
Instance Attribute Details
#access_filter ⇒ ::Google::Analytics::Admin::V1alpha::AccessFilter
Returns A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics.
86 87 88 89 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 86 class AccessFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#and_group ⇒ ::Google::Analytics::Admin::V1alpha::AccessFilterExpressionList
Returns Each of the FilterExpressions in the and_group has an AND relationship.
86 87 88 89 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 86 class AccessFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#not_expression ⇒ ::Google::Analytics::Admin::V1alpha::AccessFilterExpression
Returns The FilterExpression is NOT of not_expression.
86 87 88 89 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 86 class AccessFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#or_group ⇒ ::Google::Analytics::Admin::V1alpha::AccessFilterExpressionList
Returns Each of the FilterExpressions in the or_group has an OR relationship.
86 87 88 89 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 86 class AccessFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |