Class: Google::Cloud::Sql::V1::Column

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Name of the column.

Returns:

  • (::String)

    Name of the column.



2194
2195
2196
2197
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 2194

class Column
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::String

Returns Datatype of the column.

Returns:

  • (::String)

    Datatype of the column.



2194
2195
2196
2197
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 2194

class Column
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end