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
Returns Create a new column family with the specified schema, or fail if one already exists with the given ID.
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
Returns Drop (delete) the column family with the given ID, or fail if no such family exists.
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
Returns The ID of the column family to be modified.
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
Returns Update an existing column family to the specified schema, or fail if no column family exists with the given ID.
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
Returns Optional. A mask specifying which fields (e.g. gc_rule
) in the update
mod should be updated, ignored for other modification types. If unset or
empty, we treat it as updating gc_rule
to be backward compatible.
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 |