Class: Google::Analytics::Data::V1beta::NumericValue

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



945
946
947
948
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 945

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.



945
946
947
948
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 945

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