Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::ColumnMetadata.
Describes a column in a Bigtable Query Language result set.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — The name of the column.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of the column.
Returns
- (::String) — The name of the column.
#type
def type() -> ::Google::Cloud::Bigtable::V2::Type
Returns
- (::Google::Cloud::Bigtable::V2::Type) — The type of the column.
#type=
def type=(value) -> ::Google::Cloud::Bigtable::V2::Type
Parameter
- value (::Google::Cloud::Bigtable::V2::Type) — The type of the column.
Returns
- (::Google::Cloud::Bigtable::V2::Type) — The type of the column.