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-21 UTC."],[[["This document provides reference information for the `UpdateTableRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET version 3.5.0."],["The `UpdateTableRequest` class is used to request updates to a Bigtable table, and it inherits from multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, and one that accepts another `UpdateTableRequest` object for initialization, and has two key properties: `Table` (the table to be updated) and `UpdateMask` (specifying which fields of the table to update)."],["The document also details a list of previous versions of the API, ranging from the latest 3.24.0 down to 2.4.0, as well as a list of inherited members, the namespace and assembly where the class is located."],["Currently, `UpdateTable` is only supported for `change_stream_config`, `change_stream_config.retention_period`, and `deletion_protection`, and setting `column_families` in `update_mask` will result in an UNIMPLEMENTED error."]]],[]]