public sealed class UpdateTagValueRequest : IMessage<UpdateTagValueRequest>, IEquatable<UpdateTagValueRequest>, IDeepCloneable<UpdateTagValueRequest>, IBufferMessage, IMessage
Required. The new definition of the TagValue. Only fields description and etag
fields can be updated by this request. If the etag field is nonempty, it
must match the etag field of the existing ControlGroup. 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 `UpdateTagValueRequest` class is used to update a TagValue within Google Cloud Resource Manager, with the latest version being 2.5.0."],["This request allows updating the `description` and `etag` fields of a TagValue, ensuring the `etag` matches the existing TagValue's `etag` if provided."],["The request message inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["You can specify which fields to update using the `UpdateMask` property and validate changes without applying them using the `ValidateOnly` property."],["The class includes properties for specifying the TagValue to be updated, along with additional functionality such as a constructor for cloning."]]],[]]