public sealed class UpdatePolicyTagRequest : IMessage<UpdatePolicyTagRequest>, IEquatable<UpdatePolicyTagRequest>, IDeepCloneable<UpdatePolicyTagRequest>, IBufferMessage, IMessage
Request message for
[UpdatePolicyTag][google.cloud.datacatalog.v1.PolicyTagManager.UpdatePolicyTag].
You can update only display name, description, and parent policy tag.
If not set, defaults to all updatable fields.
For more information, see FieldMask.
[[["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 details the `UpdatePolicyTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to update policy tags."],["The `UpdatePolicyTagRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available, a parameterless constructor, and another that takes an `UpdatePolicyTagRequest` object to copy its values."],["The class contains two main properties: `PolicyTag`, which holds the policy tag data to be updated, and `UpdateMask`, which specifies the fields to be updated."],["This page provides access to the documentation of multiple versions of this class, ranging from the latest 2.14.0 down to version 1.2.0."]]],[]]