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 webpage details the `UpdateTagRequest` class, which is used to send requests for updating tags in the Google Cloud Data Catalog."],["The latest version of this class is 2.14.0, but the page provides links to documentation for versions ranging from 2.0.0 to 2.13.0, along with 1.2.0 up until 1.8.0."],["The `UpdateTagRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various Protobuf and .NET functionalities."],["The class has two constructors, one default and another that allows creating a copy of an existing `UpdateTagRequest` object."],["Key properties of this class include `Tag`, which is the updated tag with the \"name\" field set, and `UpdateMask`, which specifies which fields of the tag should be overwritten."]]],[]]