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
Returns
- (::Boolean) — Represents a boolean value.
#bool_value=
def bool_value=(value) -> ::Boolean
Parameter
- value (::Boolean) — Represents a boolean value.
Returns
- (::Boolean) — Represents a boolean value.
#double_value
def double_value() -> ::Float
Returns
- (::Float) — Represents a double value.
#double_value=
def double_value=(value) -> ::Float
Parameter
- value (::Float) — Represents a double value.
Returns
- (::Float) — Represents a double value.
#int64_value
def int64_value() -> ::Integer
Returns
- (::Integer) — Represents an int64 value.
#int64_value=
def int64_value=(value) -> ::Integer
Parameter
- value (::Integer) — Represents an int64 value.
Returns
- (::Integer) — Represents an int64 value.
#proto_value
def proto_value() -> ::Google::Protobuf::Any
Returns
- (::Google::Protobuf::Any) — Represents an 'Any' proto value.
#proto_value=
def proto_value=(value) -> ::Google::Protobuf::Any
Parameter
- value (::Google::Protobuf::Any) — Represents an 'Any' proto value.
Returns
- (::Google::Protobuf::Any) — Represents an 'Any' proto value.
#string_value
def string_value() -> ::String
Returns
- (::String) — Represents a string value.
#string_value=
def string_value=(value) -> ::String
Parameter
- value (::String) — Represents a string value.
Returns
- (::String) — Represents a string value.