Class: Google::Analytics::Admin::V1alpha::NumericValue

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

To represent a number.

Instance Attribute Summary collapse

Instance Attribute Details

#double_value::Float

Returns Double value

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

Returns:

  • (::Float)

    Double value

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



244
245
246
247
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 244

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

#int64_value::Integer

Returns Integer value

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

Returns:

  • (::Integer)

    Integer value

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



244
245
246
247
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 244

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