Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::Value.
The cell value of the table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#null_value
def null_value() -> ::Boolean
Returns
- (::Boolean) — If cell value is null, then this flag will be set to true.
#null_value=
def null_value=(value) -> ::Boolean
Parameter
- value (::Boolean) — If cell value is null, then this flag will be set to true.
Returns
- (::Boolean) — If cell value is null, then this flag will be set to true.
#value
def value() -> ::String
Returns
- (::String) — The cell value in string format.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — The cell value in string format.
Returns
- (::String) — The cell value in string format.