public sealed class UpdatePolicyTagRequest : IMessage<UpdatePolicyTagRequest>, IEquatable<UpdatePolicyTagRequest>, IDeepCloneable<UpdatePolicyTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class UpdatePolicyTagRequest.
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 page provides reference documentation for the `UpdatePolicyTagRequest` class within the Google Cloud Data Catalog v1 API, with the latest version being 2.14.0."],["The `UpdatePolicyTagRequest` class is used to send requests for updating a policy tag via the `PolicyTagManager.UpdatePolicyTag` method."],["The class allows you to update the description, display name, and parent policy tag fields of a policy tag, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions from 2.14.0 down to 1.2.0 and includes details on the `PolicyTag` and `UpdateMask` properties for specifying which policy tag and fields to update."]]],[]]