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."],[[["This webpage details the `UpdateTagValueRequest` class, which is used to request the update of a `TagValue` within the Google Cloud Resource Manager."],["The latest version of the `UpdateTagValueRequest` is 2.5.0, and versions as old as 1.0.0 are available."],["The `UpdateTagValueRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows updating the `description` and `etag` fields of a `TagValue` and includes an optional `UpdateMask` property to specify which fields should be modified, and has the optional boolean `ValidateOnly` to perform checks without making changes."],["The `UpdateTagValueRequest` class has two constructors that can be used to instantiate it, one of them taking an existing `UpdateTagValueRequest` as a parameter."]]],[]]