Class: Google::Cloud::Sql::V1beta4::Column

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/sql/v1beta4/cloud_sql.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.



1217
1218
1219
1220
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 1217

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.



1217
1218
1219
1220
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 1217

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