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 table to update.
The table's name field is used to identify the table to update.
Format:
projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*
Required. The list of fields to update.
A mask specifying which fields (e.g. deletion_protection) 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 field:
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 documentation for the \u003ccode\u003eUpdateTableRequest\u003c/code\u003e class within the Google Cloud Bigtable Administration v2 API, specifically for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateTableRequest\u003c/code\u003e class is used to update an existing table, identified by its name, within a Bigtable instance, which includes specifications for the table to update, as well as the list of fields to update within said table.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version documented is 3.24.0, with a history of versions going back to 2.4.0, all found as clickable links to their specific documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateTableRequest\u003c/code\u003e implements several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, among others, and inherits from \u003ccode\u003eObject\u003c/code\u003e, providing additional functionality for working with the class, including constructors, properties, and inherited members.\u003c/p\u003e\n"],["\u003cp\u003eThe main properties for updating a table are the table itself (\u003ccode\u003eTable\u003c/code\u003e) and a field mask (\u003ccode\u003eUpdateMask\u003c/code\u003e) to specify which fields should be updated, with current support limited to the \u003ccode\u003edeletion_protection\u003c/code\u003e field.\u003c/p\u003e\n"]]],[],null,[]]