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 multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available, a default constructor `UpdatePolicyTagRequest()` and a copy constructor `UpdatePolicyTagRequest(UpdatePolicyTagRequest other)`."],["The class has two properties, `PolicyTag`, which is the policy tag to update, and `UpdateMask`, which is used to specify which fields should be updated, including display name, description, and the parent policy tag."],["The current latest version is 2.14.0 and this page is part of the 1.6.0 version of the library, with links to several previous versions."]]],[]]