Class: Google::Cloud::Sql::V1::Value
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::Value
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
The cell value of the table.
Instance Attribute Summary collapse
-
#null_value ⇒ ::Boolean
If cell value is null, then this flag will be set to true.
-
#value ⇒ ::String
The cell value in string format.