Class: Google::Cloud::Bigtable::Admin::V2::ModifyColumnFamiliesRequest::Modification
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::ModifyColumnFamiliesRequest::Modification
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
A create, update, or delete of a particular column family.
Instance Attribute Summary collapse
-
#create ⇒ ::Google::Cloud::Bigtable::Admin::V2::ColumnFamily
Create a new column family with the specified schema, or fail if one already exists with the given ID.
-
#drop ⇒ ::Boolean
Drop (delete) the column family with the given ID, or fail if no such family exists.
-
#id ⇒ ::String
The ID of the column family to be modified.
-
#update ⇒ ::Google::Cloud::Bigtable::Admin::V2::ColumnFamily
Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#create ⇒ ::Google::Cloud::Bigtable::Admin::V2::ColumnFamily
365 366 367 368 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 365 class Modification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#drop ⇒ ::Boolean
365 366 367 368 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 365 class Modification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
365 366 367 368 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 365 class Modification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update ⇒ ::Google::Cloud::Bigtable::Admin::V2::ColumnFamily
365 366 367 368 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 365 class Modification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
365 366 367 368 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 365 class Modification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |