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` and is part of the `Google.Cloud.ResourceManager.V3` namespace, within the `Google.Cloud.ResourceManager.V3.dll` assembly."],["This request only allows updates to the `description` and `etag` fields of a `TagValue`, with an optional check to ensure the provided `etag` matches the existing `TagValue` to avoid conflicts."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffered message operations."],["It has two constructors, one default and another that accepts an `UpdateTagValueRequest` object for cloning, and it includes properties for the `TagValue` itself, the `UpdateMask`, and `ValidateOnly`."],["Multiple versions of this class are documented, with the latest being 2.5.0 and versions down to 1.0.0 listed."]]],[]]