Class: Google::Analytics::Admin::V1alpha::AccessFilter

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

Overview

An expression to filter dimension or metric values.

Instance Attribute Summary collapse

Instance Attribute Details

#between_filter::Google::Analytics::Admin::V1alpha::AccessBetweenFilter

Returns A filter for two values.

Note: The following fields are mutually exclusive: between_filter, string_filter, in_list_filter, numeric_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

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

    A filter for two values.

    Note: The following fields are mutually exclusive: between_filter, string_filter, in_list_filter, numeric_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.



132
133
134
135
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 132

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

#field_name::String

Returns The dimension name or metric name.

Returns:

  • (::String)

    The dimension name or metric name.



132
133
134
135
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 132

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

#in_list_filter::Google::Analytics::Admin::V1alpha::AccessInListFilter

Returns A filter for in list values.

Note: The following fields are mutually exclusive: in_list_filter, string_filter, numeric_filter, between_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

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

    A filter for in list values.

    Note: The following fields are mutually exclusive: in_list_filter, string_filter, numeric_filter, between_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.



132
133
134
135
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 132

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

#numeric_filter::Google::Analytics::Admin::V1alpha::AccessNumericFilter

Returns A filter for numeric or date values.

Note: The following fields are mutually exclusive: numeric_filter, string_filter, in_list_filter, between_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

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

    A filter for numeric or date values.

    Note: The following fields are mutually exclusive: numeric_filter, string_filter, in_list_filter, between_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.



132
133
134
135
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 132

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

#string_filter::Google::Analytics::Admin::V1alpha::AccessStringFilter

Returns Strings related filter.

Note: The following fields are mutually exclusive: string_filter, in_list_filter, numeric_filter, between_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

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

    Strings related filter.

    Note: The following fields are mutually exclusive: string_filter, in_list_filter, numeric_filter, between_filter. If a field in that set is populated, all other fields in the set will automatically be cleared.



132
133
134
135
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 132

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