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 reference documentation for the `UpdateTagRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET development."],["The `UpdateTagRequest` class is used to construct requests for updating tags in the Data Catalog, as part of the `google.cloud.datacatalog.v1.DataCatalog.UpdateTag` operation."],["The latest available version of `UpdateTagRequest` is 2.14.0, and the page also lists older versions going back to 1.2.0, all part of the Google.Cloud.DataCatalog.V1 namespace."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `UpdateTagRequest` class include `Tag` (the tag to be updated) and `UpdateMask` (specifying which tag fields should be updated)."]]],[]]