Class: Google::Cloud::Bigtable::Admin::V2::UpdateTableRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::UpdateTableRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The request for UpdateTable.
Instance Attribute Summary collapse
-
#table ⇒ ::Google::Cloud::Bigtable::Admin::V2::Table
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#table ⇒ ::Google::Cloud::Bigtable::Admin::V2::Table
Returns Required. The table to update.
The table's name
field is used to identify the table to update.
263 264 265 266 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 263 class UpdateTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to update.
A mask specifying which fields (e.g. change_stream_config
) in the table
field should be updated. This mask is relative to the table
field, not to
the request message. The wildcard (*) path is currently not supported.
Currently UpdateTable is only supported for the following fields:
change_stream_config
change_stream_config.retention_period
deletion_protection
If column_families
is set in update_mask
, it will return an
UNIMPLEMENTED error.
263 264 265 266 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 263 class UpdateTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |