Class: Google::Analytics::Admin::V1alpha::AudienceFilterExpression
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AudienceFilterExpression
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/audience.rb
Overview
A logical expression of Audience dimension, metric, or event filters.
Instance Attribute Summary collapse
-
#and_group ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpressionList
A list of expressions to be AND’ed together.
-
#dimension_or_metric_filter ⇒ ::Google::Analytics::Admin::V1alpha::AudienceDimensionOrMetricFilter
A filter on a single dimension or metric.
-
#event_filter ⇒ ::Google::Analytics::Admin::V1alpha::AudienceEventFilter
Creates a filter that matches a specific event.
-
#not_expression ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpression
A filter expression to be NOT'ed (For example, inverted, complemented).
-
#or_group ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpressionList
A list of expressions to OR’ed together.
Instance Attribute Details
#and_group ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpressionList
Returns A list of expressions to be AND’ed together. It can only contain AudienceFilterExpressions with or_group. This must be set for the top level AudienceFilterExpression.
219 220 221 222 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 219 class AudienceFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dimension_or_metric_filter ⇒ ::Google::Analytics::Admin::V1alpha::AudienceDimensionOrMetricFilter
Returns A filter on a single dimension or metric. This cannot be set on the top level AudienceFilterExpression.
219 220 221 222 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 219 class AudienceFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_filter ⇒ ::Google::Analytics::Admin::V1alpha::AudienceEventFilter
Returns Creates a filter that matches a specific event. This cannot be set on the top level AudienceFilterExpression.
219 220 221 222 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 219 class AudienceFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#not_expression ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpression
Returns A filter expression to be NOT'ed (For example, inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level AudienceFilterExpression.
219 220 221 222 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 219 class AudienceFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#or_group ⇒ ::Google::Analytics::Admin::V1alpha::AudienceFilterExpressionList
Returns A list of expressions to OR’ed together. It cannot contain AudienceFilterExpressions with and_group or or_group.
219 220 221 222 |
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 219 class AudienceFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |