Class: Google::Analytics::Data::V1alpha::FilterExpression
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1alpha::FilterExpression
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1alpha/data.rb
Overview
To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics.
Instance Attribute Summary collapse
-
#and_group ⇒ ::Google::Analytics::Data::V1alpha::FilterExpressionList
The FilterExpressions in and_group have an AND relationship.
-
#filter ⇒ ::Google::Analytics::Data::V1alpha::Filter
A primitive filter.
-
#not_expression ⇒ ::Google::Analytics::Data::V1alpha::FilterExpression
The FilterExpression is NOT of not_expression.
-
#or_group ⇒ ::Google::Analytics::Data::V1alpha::FilterExpressionList
The FilterExpressions in or_group have an OR relationship.
Instance Attribute Details
#and_group ⇒ ::Google::Analytics::Data::V1alpha::FilterExpressionList
Returns The FilterExpressions in and_group have an AND relationship.
179 180 181 182 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 179 class FilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::Google::Analytics::Data::V1alpha::Filter
Returns A primitive filter. All fields in filter in same FilterExpression needs to be either all dimensions or metrics.
179 180 181 182 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 179 class FilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#not_expression ⇒ ::Google::Analytics::Data::V1alpha::FilterExpression
Returns The FilterExpression is NOT of not_expression.
179 180 181 182 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 179 class FilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#or_group ⇒ ::Google::Analytics::Data::V1alpha::FilterExpressionList
Returns The FilterExpressions in or_group have an OR relationship.
179 180 181 182 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 179 class FilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |