public sealed class UpdateTagRequest : IMessage<UpdateTagRequest>, IEquatable<UpdateTagRequest>, IDeepCloneable<UpdateTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class UpdateTagRequest.
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-25 UTC."],[[["This webpage provides documentation for the `UpdateTagRequest` class within the Google Cloud Data Catalog v1 API for .NET, with the current version being 2.5.0."],["The `UpdateTagRequest` class is used to update a tag and is located in the `Google.Cloud.DataCatalog.V1` namespace, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTagRequest` class has two constructors, one default and another that accepts an `UpdateTagRequest` object as a parameter, allowing the creation of an object from another object."],["Key properties of the `UpdateTagRequest` class include `Tag`, which represents the updated tag with a mandatory \"name\" field, and `UpdateMask`, which specifies the fields to be overwritten on a tag."],["The documentation covers versions ranging from 1.2.0 to the most recent version 2.14.0 for the `UpdateTagRequest` class, allowing users to see the history of changes."]]],[]]