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,
ABORTED 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 the Cloud Resource Manager v3 API, focusing on modifying its `description` and `etag` fields."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message operations and data manipulation."],["The `UpdateTagKeyRequest` class includes properties like `TagKey` for the new TagKey definition, `UpdateMask` to specify updatable fields, and `ValidateOnly` for testing updates without actually changing the resource."],["The latest version is 2.5.0, and the documentation covers versions down to 1.0.0, which are all available via respective URLs."],["The `UpdateTagKeyRequest` class has two constructors: a default one and one that takes another `UpdateTagKeyRequest` instance for copying purposes."]]],[]]