Class: Google::Analytics::Admin::V1alpha::ExpandedDataSetFilterExpression
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ExpandedDataSetFilterExpression
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb
Overview
A logical expression of EnhancedDataSet dimension filters.
Instance Attribute Summary collapse
-
#and_group ⇒ ::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilterExpressionList
A list of expressions to be AND’ed together.
-
#filter ⇒ ::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilter
A filter on a single dimension.
-
#not_expression ⇒ ::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilterExpression
A filter expression to be NOT'ed (that is, inverted, complemented).
Instance Attribute Details
#and_group ⇒ ::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilterExpressionList
Returns A list of expressions to be AND’ed together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression.
Note: The following fields are mutually exclusive: and_group
, not_expression
, filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
111 112 113 114 |
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 111 class ExpandedDataSetFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilter
Returns A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.
Note: The following fields are mutually exclusive: filter
, and_group
, not_expression
. If a field in that set is populated, all other fields in the set will automatically be cleared.
111 112 113 114 |
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 111 class ExpandedDataSetFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#not_expression ⇒ ::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilterExpression
Returns A filter expression to be NOT'ed (that is, inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.
Note: The following fields are mutually exclusive: not_expression
, and_group
, filter
. If a field in that set is populated, all other fields in the set will automatically be cleared.
111 112 113 114 |
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 111 class ExpandedDataSetFilterExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |