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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eUpdateTableRequest\u003c/code\u003e class within the Google Cloud Bigtable Administration v2 API, specifically for .NET version 3.5.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateTableRequest\u003c/code\u003e class is used to request updates to a Bigtable table, and it inherits from multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one, and one that accepts another \u003ccode\u003eUpdateTableRequest\u003c/code\u003e object for initialization, and has two key properties: \u003ccode\u003eTable\u003c/code\u003e (the table to be updated) and \u003ccode\u003eUpdateMask\u003c/code\u003e (specifying which fields of the table to update).\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eCurrently, \u003ccode\u003eUpdateTable\u003c/code\u003e is only supported for \u003ccode\u003echange_stream_config\u003c/code\u003e, \u003ccode\u003echange_stream_config.retention_period\u003c/code\u003e, and \u003ccode\u003edeletion_protection\u003c/code\u003e, and setting \u003ccode\u003ecolumn_families\u003c/code\u003e in \u003ccode\u003eupdate_mask\u003c/code\u003e will result in an UNIMPLEMENTED error.\u003c/p\u003e\n"]]],[],null,[]]