public sealed class UpdateTableRequest : IMessage<UpdateTableRequest>, IEquatable<UpdateTableRequest>, IDeepCloneable<UpdateTableRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateTableRequest.
The request for
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This page provides reference documentation for the `UpdateTableRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The latest version of this documentation is 3.24.0, while the current page focuses on version 3.14.0, and numerous other versions are also listed, spanning from 2.4.0 all the way up to 3.24.0."],["`UpdateTableRequest` is used to update a table, identifying it by its `name` field and can modify specific fields such as `change_stream_config`, `change_stream_config.retention_period`, and `deletion_protection`."],["`UpdateTableRequest` is implemented by the interfaces `IMessage`, `IEquatable\u003cUpdateTableRequest\u003e`, `IDeepCloneable\u003cUpdateTableRequest\u003e`, and `IBufferMessage`."],["The class includes properties like `Table` and `UpdateMask`, which are required for updating a table and specifying which fields should be modified, respectively."]]],[]]