Class: Google::Analytics::Admin::V1alpha::AccessNumericFilter

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

Filters for numeric or date values.

Defined Under Namespace

Modules: Operation

Instance Attribute Summary collapse

Instance Attribute Details

#operation::Google::Analytics::Admin::V1alpha::AccessNumericFilter::Operation

Returns The operation type for this filter.

Returns:

  • The operation type for this filter.



195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 195

class AccessNumericFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The operation applied to a numeric filter.
  module Operation
    # Unspecified.
    OPERATION_UNSPECIFIED = 0

    # Equal
    EQUAL = 1

    # Less than
    LESS_THAN = 2

    # Less than or equal
    LESS_THAN_OR_EQUAL = 3

    # Greater than
    GREATER_THAN = 4

    # Greater than or equal
    GREATER_THAN_OR_EQUAL = 5
  end
end

#value::Google::Analytics::Admin::V1alpha::NumericValue

Returns A numeric value or a date value.

Returns:

  • A numeric value or a date value.



195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 195

class AccessNumericFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The operation applied to a numeric filter.
  module Operation
    # Unspecified.
    OPERATION_UNSPECIFIED = 0

    # Equal
    EQUAL = 1

    # Less than
    LESS_THAN = 2

    # Less than or equal
    LESS_THAN_OR_EQUAL = 3

    # Greater than
    GREATER_THAN = 4

    # Greater than or equal
    GREATER_THAN_OR_EQUAL = 5
  end
end