Reference documentation and code samples for the Cloud Commerce Consumer Procurement V1 API class Google::Cloud::Commerce::Consumer::Procurement::V1::Parameter::Value.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#double_value
def double_value() -> ::Float
-
(::Float) — 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.
#double_value=
def double_value=(value) -> ::Float
-
value (::Float) — 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.
-
(::Float) — 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.
#int64_value
def int64_value() -> ::Integer
-
(::Integer) — 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.
#int64_value=
def int64_value=(value) -> ::Integer
-
value (::Integer) — 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.
-
(::Integer) — 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.
#string_value
def string_value() -> ::String
-
(::String) — 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.
#string_value=
def string_value=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.