public sealed class UpdateTagKeyRequest : IMessage<UpdateTagKeyRequest>, IEquatable<UpdateTagKeyRequest>, IDeepCloneable<UpdateTagKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class UpdateTagKeyRequest.
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."],[[["This document provides reference information for the `UpdateTagKeyRequest` class within the Cloud Resource Manager v3 API, specifically for version 2.1.0."],["`UpdateTagKeyRequest` is used to modify an existing `TagKey`, allowing updates to its `description` and `etag` fields."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is part of a broader messaging and object management system."],["The `UpdateTagKeyRequest` class includes properties like `TagKey`, `UpdateMask`, and `ValidateOnly`, which control the definition of the new tag, the specific fields to be updated, and whether validation should be performed without execution, respectively."],["The documentation also provides access to documentation for previous versions of the API class dating back to version 1.0.0."]]],[]]