Class: Google::Analytics::Admin::V1alpha::NumericValue
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::NumericValue
- 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
-
#double_value ⇒ ::Float
Double value.
-
#int64_value ⇒ ::Integer
Integer value.
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.
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.
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 |