Class: Google::Analytics::Admin::V1alpha::SubpropertyEventFilterExpression
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::SubpropertyEventFilterExpression
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/subproperty_event_filter.rb
Overview
A logical expression of Subproperty event filters.
Instance Attribute Summary collapse
-
#filter_condition ⇒ ::Google::Analytics::Admin::V1alpha::SubpropertyEventFilterCondition
Creates a filter that matches a specific event.
-
#not_expression ⇒ ::Google::Analytics::Admin::V1alpha::SubpropertyEventFilterExpression
A filter expression to be NOT'ed (inverted, complemented).
-
#or_group ⇒ ::Google::Analytics::Admin::V1alpha::SubpropertyEventFilterExpressionList
A list of expressions to OR’ed together.
Instance Attribute Details
#filter_condition ⇒ ::Google::Analytics::Admin::V1alpha::SubpropertyEventFilterCondition
Returns Creates a filter that matches a specific event. This cannot be set on the top level SubpropertyEventFilterExpression.
93 94 95 96 |
# File 'proto_docs/google/analytics/admin/v1alpha/subproperty_event_filter.rb', line 93 class SubpropertyEventFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#not_expression ⇒ ::Google::Analytics::Admin::V1alpha::SubpropertyEventFilterExpression
Returns A filter expression to be NOT'ed (inverted, complemented). It can only include a filter. This cannot be set on the top level SubpropertyEventFilterExpression.
93 94 95 96 |
# File 'proto_docs/google/analytics/admin/v1alpha/subproperty_event_filter.rb', line 93 class SubpropertyEventFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#or_group ⇒ ::Google::Analytics::Admin::V1alpha::SubpropertyEventFilterExpressionList
Returns A list of expressions to OR’ed together. Must only contain not_expression or filter_condition expressions.
93 94 95 96 |
# File 'proto_docs/google/analytics/admin/v1alpha/subproperty_event_filter.rb', line 93 class SubpropertyEventFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |