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 webpage provides reference documentation for the `UpdatePolicyTagRequest` class within the Google Cloud Data Catalog v1 API, spanning versions from 1.2.0 to the latest 2.14.0."],["The `UpdatePolicyTagRequest` class is used to define a request message for updating a policy tag in Google Cloud Data Catalog, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one (`UpdatePolicyTagRequest()`) and another that takes an existing `UpdatePolicyTagRequest` object for copying (`UpdatePolicyTagRequest(UpdatePolicyTagRequest other)`)."],["The class includes two primary properties: `PolicyTag`, representing the policy tag to update, and `UpdateMask`, which specifies which fields of the policy tag should be modified, with options limited to display name, description, and parent policy tag."],["The available versions for the class are listed and accessible via links, the latest version being the 2.14.0."]]],[]]