Class: Google::Cloud::Sql::V1::Column
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::Column
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Contains the name and datatype of a column.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the column.
-
#type ⇒ ::String
Datatype of the column.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the column.
2202 2203 2204 2205 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 2202 class Column include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
Returns Datatype of the column.
2202 2203 2204 2205 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 2202 class Column include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |