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."],[[["This webpage provides documentation for the `UpdateTagKeyRequest` class within the `Google.Cloud.ResourceManager.V3` namespace, used for updating a TagKey in Google Cloud."],["The `UpdateTagKeyRequest` class, part of the Google.Cloud.ResourceManager.V3.dll assembly, allows for the updating of a TagKey's `description` and `etag`."],["The latest version of the `UpdateTagKeyRequest` class documented is 2.5.0, with documentation available for previous versions back to 1.0.0."],["The `UpdateTagKeyRequest` has properties such as `TagKey`, `UpdateMask`, and `ValidateOnly` that allow specific instructions when updating a TagKey."],["The class has two constructors, one empty and one to copy another `UpdateTagKeyRequest` object."]]],[]]