Class: Google::Cloud::Commerce::Consumer::Procurement::V1::Parameter::Value
- Inherits:
-
Object
- Object
- Google::Cloud::Commerce::Consumer::Procurement::V1::Parameter::Value
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb
Instance Attribute Summary collapse
-
#double_value ⇒ ::Float
Represents a double value.
-
#int64_value ⇒ ::Integer
Represents an int64 value.
-
#string_value ⇒ ::String
Represents a string value.
Instance Attribute Details
#double_value ⇒ ::Float
Returns Represents a double value.
Note: The following fields are mutually exclusive: double_value, int64_value, string_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
177 178 179 180 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb', line 177 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#int64_value ⇒ ::Integer
Returns Represents an int64 value.
Note: The following fields are mutually exclusive: int64_value, string_value, double_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
177 178 179 180 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb', line 177 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#string_value ⇒ ::String
Returns Represents a string value.
Note: The following fields are mutually exclusive: string_value, int64_value, double_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
177 178 179 180 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb', line 177 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |