Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::Value.
Data type and value of a parameter.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bool_value
def bool_value() -> ::Boolean
-
(::Boolean) — Represents a boolean value.
Note: The following fields are mutually exclusive:
bool_value
,int64_value
,string_value
,double_value
,proto_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bool_value=
def bool_value=(value) -> ::Boolean
-
value (::Boolean) — Represents a boolean value.
Note: The following fields are mutually exclusive:
bool_value
,int64_value
,string_value
,double_value
,proto_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Boolean) — Represents a boolean value.
Note: The following fields are mutually exclusive:
bool_value
,int64_value
,string_value
,double_value
,proto_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#double_value
def double_value() -> ::Float
-
(::Float) — Represents a double value.
Note: The following fields are mutually exclusive:
double_value
,int64_value
,string_value
,proto_value
,bool_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
,proto_value
,bool_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
,proto_value
,bool_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
,proto_value
,bool_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
,proto_value
,bool_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
,proto_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#proto_value
def proto_value() -> ::Google::Protobuf::Any
-
(::Google::Protobuf::Any) — Represents an 'Any' proto value.
Note: The following fields are mutually exclusive:
proto_value
,int64_value
,string_value
,double_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#proto_value=
def proto_value=(value) -> ::Google::Protobuf::Any
-
value (::Google::Protobuf::Any) — Represents an 'Any' proto value.
Note: The following fields are mutually exclusive:
proto_value
,int64_value
,string_value
,double_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Protobuf::Any) — Represents an 'Any' proto value.
Note: The following fields are mutually exclusive:
proto_value
,int64_value
,string_value
,double_value
,bool_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
,proto_value
,bool_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
,proto_value
,bool_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
,proto_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.