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, detailing its usage in the Google Cloud Data Catalog API for .NET."],["The content lists various versions of the `UpdateTagRequest` class, ranging from version 1.2.0 up to the latest, 2.14.0, with each version link pointing to its respective documentation page."],["`UpdateTagRequest` is a request message used to update a tag in the Data Catalog and it includes properties such as `Tag` and `UpdateMask` to specify which tag and fields to update."],["The `UpdateTagRequest` class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is made clear that the `UpdateTagRequest` class, contained in the `Google.Cloud.DataCatalog.V1.dll` assembly, has two constructors for different scenarios, with one being a basic constructor and the other allowing for the creation of a copy, for which the parameter `other` must be specified."]]],[]]