Class: Google::Cloud::Bigtable::V2::Family

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

Overview

Specifies (some of) the contents of a single row/column family intersection of a table.

Instance Attribute Summary collapse

Instance Attribute Details

#columns::Array<::Google::Cloud::Bigtable::V2::Column>



53
54
55
56
# File 'proto_docs/google/bigtable/v2/data.rb', line 53

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

#name::String



53
54
55
56
# File 'proto_docs/google/bigtable/v2/data.rb', line 53

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