Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::Column.
Contains the name and datatype of a column.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Name of the column.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the column.
Returns
- (::String) — Name of the column.
#type
def type() -> ::String
Returns
- (::String) — Datatype of the column.
#type=
def type=(value) -> ::String
Parameter
- value (::String) — Datatype of the column.
Returns
- (::String) — Datatype of the column.