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,
FAILED_PRECONDITION will be returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `UpdateTagValueRequest` class within the Cloud Resource Manager v3 API for .NET."],["The `UpdateTagValueRequest` class is used to define a request message for updating a `TagValue`, allowing modifications to the `description` and `etag` fields."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with the ability to inherit various object members."],["It includes properties like `TagValue`, `UpdateMask`, and `ValidateOnly`, each with specific functionalities related to updating a `TagValue`."],["The latest version of this API is 2.5.0, however it also includes a list of older versions that go as low as 1.0.0."]]],[]]