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 latest version of `UpdateTagValueRequest` is 2.5.0, with a series of previous versions available, dating back to 1.0.0."],["`UpdateTagValueRequest` is a class used for updating a TagValue and is part of the `Google.Cloud.ResourceManager.V3` namespace."],["This class allows users to define a new `TagValue`, update specific fields with `UpdateMask`, and validate the update without executing it using `ValidateOnly`."],["Only the `description` and `etag` fields of a `TagValue` can be updated using this `UpdateTagValueRequest`."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for creating new instances and copying existing ones."]]],[]]