Class: Google::Analytics::Admin::V1alpha::ChannelGroupFilterExpression

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/channel_group.rb

Overview

A logical expression of Channel Group dimension filters.

Instance Attribute Summary collapse

Instance Attribute Details

#and_group::Google::Analytics::Admin::V1alpha::ChannelGroupFilterExpressionList

Returns A list of expressions to be AND’ed together. It can only contain ChannelGroupFilterExpressions with or_group. This must be set for the top level ChannelGroupFilterExpression.

Note: The following fields are mutually exclusive: and_group, or_group, not_expression, filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Analytics::Admin::V1alpha::ChannelGroupFilterExpressionList)

    A list of expressions to be AND’ed together. It can only contain ChannelGroupFilterExpressions with or_group. This must be set for the top level ChannelGroupFilterExpression.

    Note: The following fields are mutually exclusive: and_group, or_group, not_expression, filter. If a field in that set is populated, all other fields in the set will automatically be cleared.



118
119
120
121
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 118

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

#filter::Google::Analytics::Admin::V1alpha::ChannelGroupFilter

Returns A filter on a single dimension. This cannot be set on the top level ChannelGroupFilterExpression.

Note: The following fields are mutually exclusive: filter, and_group, or_group, not_expression. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Analytics::Admin::V1alpha::ChannelGroupFilter)

    A filter on a single dimension. This cannot be set on the top level ChannelGroupFilterExpression.

    Note: The following fields are mutually exclusive: filter, and_group, or_group, not_expression. If a field in that set is populated, all other fields in the set will automatically be cleared.



118
119
120
121
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 118

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

#not_expression::Google::Analytics::Admin::V1alpha::ChannelGroupFilterExpression

Returns A filter expression to be NOT'ed (that is inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level ChannelGroupFilterExpression.

Note: The following fields are mutually exclusive: not_expression, and_group, or_group, filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Analytics::Admin::V1alpha::ChannelGroupFilterExpression)

    A filter expression to be NOT'ed (that is inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level ChannelGroupFilterExpression.

    Note: The following fields are mutually exclusive: not_expression, and_group, or_group, filter. If a field in that set is populated, all other fields in the set will automatically be cleared.



118
119
120
121
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 118

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

#or_group::Google::Analytics::Admin::V1alpha::ChannelGroupFilterExpressionList

Returns A list of expressions to OR’ed together. It cannot contain ChannelGroupFilterExpressions with and_group or or_group.

Note: The following fields are mutually exclusive: or_group, and_group, not_expression, filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Analytics::Admin::V1alpha::ChannelGroupFilterExpressionList)

    A list of expressions to OR’ed together. It cannot contain ChannelGroupFilterExpressions with and_group or or_group.

    Note: The following fields are mutually exclusive: or_group, and_group, not_expression, filter. If a field in that set is populated, all other fields in the set will automatically be cleared.



118
119
120
121
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 118

class ChannelGroupFilterExpression
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end
OSZAR »