public sealed class UpdateTagKeyRequest : IMessage<UpdateTagKeyRequest>, IEquatable<UpdateTagKeyRequest>, IDeepCloneable<UpdateTagKeyRequest>, IBufferMessage, IMessage
Required. The new definition of the TagKey. Only the description and etag fields
can be updated by this request. If the etag field is not empty, it
must match the etag field of the existing tag key. Otherwise,
FAILED_PRECONDITION will be returned.
[[["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."],[[["The `UpdateTagKeyRequest` class is used to update a TagKey within Google Cloud Resource Manager, specifically allowing modifications to the `description` and `etag` fields."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various message operations."],["The `UpdateTagKeyRequest` class offers two constructors: a default constructor and one that allows creation based on another `UpdateTagKeyRequest` instance."],["It includes properties like `TagKey`, `UpdateMask`, and `ValidateOnly`, where `TagKey` represents the updated definition, `UpdateMask` specifies which fields to update, and `ValidateOnly` enables validation without actually performing the update."],["The latest documented version for `UpdateTagKeyRequest` is 2.5.0, with version history going as far back as 1.0.0, reflecting its evolution."]]],[]]