Class: Google::Analytics::Data::V1beta::FilterExpression
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::FilterExpression
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/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::V1beta::FilterExpressionList
The FilterExpressions in and_group have an AND relationship.
-
#filter ⇒ ::Google::Analytics::Data::V1beta::Filter
A primitive filter.
-
#not_expression ⇒ ::Google::Analytics::Data::V1beta::FilterExpression
The FilterExpression is NOT of not_expression.
-
#or_group ⇒ ::Google::Analytics::Data::V1beta::FilterExpressionList
The FilterExpressions in or_group have an OR relationship.
Instance Attribute Details
#and_group ⇒ ::Google::Analytics::Data::V1beta::FilterExpressionList
Returns The FilterExpressions in and_group have an AND relationship.
Note: The following fields are mutually exclusive: and_group
, or_group
, not_expression
, filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
259 260 261 262 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 259 class FilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::Google::Analytics::Data::V1beta::Filter
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: 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.
259 260 261 262 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 259 class FilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#not_expression ⇒ ::Google::Analytics::Data::V1beta::FilterExpression
Returns The FilterExpression is NOT of not_expression.
Note: The following fields are mutually exclusive: not_expression
, and_group
, or_group
, filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
259 260 261 262 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 259 class FilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#or_group ⇒ ::Google::Analytics::Data::V1beta::FilterExpressionList
Returns The FilterExpressions in or_group have an OR relationship.
Note: The following fields are mutually exclusive: or_group
, and_group
, not_expression
, filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
259 260 261 262 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 259 class FilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |