Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::UpdateTableRequest.
The request for UpdateTable.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#table
def table() -> ::Google::Cloud::Bigtable::Admin::V2::Table
-
(::Google::Cloud::Bigtable::Admin::V2::Table) — Required. The table to update.
The table's
name
field is used to identify the table to update.
#table=
def table=(value) -> ::Google::Cloud::Bigtable::Admin::V2::Table
-
value (::Google::Cloud::Bigtable::Admin::V2::Table) — Required. The table to update.
The table's
name
field is used to identify the table to update.
-
(::Google::Cloud::Bigtable::Admin::V2::Table) — Required. The table to update.
The table's
name
field is used to identify the table to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::FieldMask) — Required. The list of fields to update.
A mask specifying which fields (e.g.
change_stream_config
) in thetable
field should be updated. This mask is relative to thetable
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 inupdate_mask
, it will return an UNIMPLEMENTED error.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::FieldMask) — Required. The list of fields to update.
A mask specifying which fields (e.g.
change_stream_config
) in thetable
field should be updated. This mask is relative to thetable
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 inupdate_mask
, it will return an UNIMPLEMENTED error.
-
(::Google::Protobuf::FieldMask) — Required. The list of fields to update.
A mask specifying which fields (e.g.
change_stream_config
) in thetable
field should be updated. This mask is relative to thetable
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 inupdate_mask
, it will return an UNIMPLEMENTED error.