public sealed class UpdateTagValueRequest : IMessage<UpdateTagValueRequest>, IEquatable<UpdateTagValueRequest>, IDeepCloneable<UpdateTagValueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class UpdateTagValueRequest.
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, ABORTED 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 document provides reference information for the `UpdateTagValueRequest` class within the Cloud Resource Manager v3 API, specifically version 2.2.0, and shows its relationship to older and newer versions."],["The `UpdateTagValueRequest` class is used to update a `TagValue` resource, allowing modifications to its description and etag fields."],["The `UpdateTagValueRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The request can be constructed using a default constructor or by passing another `UpdateTagValueRequest` object and has properties to update the TagValue, the fields to update using a FieldMask and whether to validate the update."],["The document outlines inherited members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]