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.
Note: The following fields are mutually exclusive: access_filter
, and_group
, or_group
, not_expression
. If a field in that set is populated, all other fields in the set will automatically be cleared.
94 95 96 97 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 94 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.
Note: The following fields are mutually exclusive: and_group
, or_group
, not_expression
, access_filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
94 95 96 97 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 94 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.
Note: The following fields are mutually exclusive: not_expression
, and_group
, or_group
, access_filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
94 95 96 97 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 94 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.
Note: The following fields are mutually exclusive: or_group
, and_group
, not_expression
, access_filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
94 95 96 97 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 94 class AccessFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |