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"]],[["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-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUpdateTagKeyRequest\u003c/code\u003e class is used to define a request for updating a TagKey, with version 2.5.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling advanced functionality.\u003c/p\u003e\n"],["\u003cp\u003eYou can update only the \u003ccode\u003edescription\u003c/code\u003e and \u003ccode\u003eetag\u003c/code\u003e properties of a TagKey using this request, with \u003ccode\u003eetag\u003c/code\u003e being used to prevent conflicts.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateMask\u003c/code\u003e property specifies which fields (\u003ccode\u003edescription\u003c/code\u003e or \u003ccode\u003eetag\u003c/code\u003e) should be updated, and you can opt to just \u003ccode\u003eValidateOnly\u003c/code\u003e without updating.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateTagKeyRequest\u003c/code\u003e class has been available since version 1.0.0, and is contained within the \u003ccode\u003eGoogle.Cloud.ResourceManager.V3\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],[],null,[]]