Class: Google::Analytics::Data::V1alpha::FilterExpression

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1alpha/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

Instance Attribute Details

#and_group::Google::Analytics::Data::V1alpha::FilterExpressionList

Returns The FilterExpressions in and_group have an AND relationship.

Returns:



179
180
181
182
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 179

class FilterExpression
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#filter::Google::Analytics::Data::V1alpha::Filter

Returns A primitive filter. All fields in filter in same FilterExpression needs to be either all dimensions or metrics.

Returns:



179
180
181
182
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 179

class FilterExpression
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#not_expression::Google::Analytics::Data::V1alpha::FilterExpression

Returns The FilterExpression is NOT of not_expression.

Returns:



179
180
181
182
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 179

class FilterExpression
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#or_group::Google::Analytics::Data::V1alpha::FilterExpressionList

Returns The FilterExpressions in or_group have an OR relationship.

Returns:



179
180
181
182
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 179

class FilterExpression
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end