Class: Google::Cloud::Bigtable::V2::ColumnMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/v2/data.rb

Overview

Describes a column in a Bigtable Query Language result set.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the column.

Returns:

  • (::String)

    The name of the column.



727
728
729
730
# File 'proto_docs/google/bigtable/v2/data.rb', line 727

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

#type::Google::Cloud::Bigtable::V2::Type

Returns The type of the column.

Returns:



727
728
729
730
# File 'proto_docs/google/bigtable/v2/data.rb', line 727

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