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.
Note: The following fields are mutually exclusive: filter_condition
, or_group
, not_expression
. If a field in that set is populated, all other fields in the set will automatically be cleared.
103 104 105 106 |
# File 'proto_docs/google/analytics/admin/v1alpha/subproperty_event_filter.rb', line 103 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.
Note: The following fields are mutually exclusive: not_expression
, or_group
, filter_condition
. If a field in that set is populated, all other fields in the set will automatically be cleared.
103 104 105 106 |
# File 'proto_docs/google/analytics/admin/v1alpha/subproperty_event_filter.rb', line 103 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.
Note: The following fields are mutually exclusive: or_group
, not_expression
, filter_condition
. If a field in that set is populated, all other fields in the set will automatically be cleared.
103 104 105 106 |
# File 'proto_docs/google/analytics/admin/v1alpha/subproperty_event_filter.rb', line 103 class SubpropertyEventFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |