public sealed class UpdateTagRequest : IMessage<UpdateTagRequest>, IEquatable<UpdateTagRequest>, IDeepCloneable<UpdateTagRequest>, IBufferMessage, IMessage
Request message for
[UpdateTag][google.cloud.datacatalog.v1.DataCatalog.UpdateTag].
Names of fields whose values to overwrite on a tag. Currently, a tag has
the only modifiable field with the name fields.
In general, if this parameter is absent or empty, all modifiable fields
are overwritten. If such fields are non-required and omitted in the
request body, their values are emptied.
[[["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 page details the `UpdateTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used for updating tags in the Data Catalog."],["The `UpdateTagRequest` class, found in the `Google.Cloud.DataCatalog.V1.dll` assembly, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page shows versions ranging from the most recent 2.14.0 down to 1.2.0, and 1.6.0 is the specified version within the document, with the latest version listed as 2.14.0."],["It provides two constructors for `UpdateTagRequest`: a default constructor and one that takes another `UpdateTagRequest` as a parameter."],["Key properties of the `UpdateTagRequest` class include `Tag` for specifying the updated tag and `UpdateMask` for controlling which tag fields should be modified."]]],[]]