Class: Google::Cloud::Sql::V1beta4::Value
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1beta4::Value
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1beta4/cloud_sql.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 represented in string format.