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 provides documentation for the `UpdateTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically referencing version 2.1.0."],["The `UpdateTagRequest` class is used to send requests for updating a tag in Google Cloud Data Catalog, as indicated by its role as the request message for the `UpdateTag` operation."],["The page lists numerous prior versions of `UpdateTagRequest` which can also be accessed, beginning with version 2.14.0 (latest), as well as versions all the way back to 1.2.0."],["The `UpdateTagRequest` class contains two key properties: `Tag`, representing the updated tag, and `UpdateMask`, which specifies which fields should be updated."],["The `UpdateTagRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `Object` class."]]],[]]