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-04-09 UTC."],[[["This webpage provides documentation for the `UpdatePolicyTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace in the .NET environment, including a list of the different versions available."],["The `UpdatePolicyTagRequest` class is used for updating a policy tag in Google Cloud Data Catalog, specifically for modifying its description, display name, and parent policy tag."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality comparison, deep cloning, and buffer operations."],["The page details the constructors available for the `UpdatePolicyTagRequest` class, as well as its properties which include `PolicyTag` and `UpdateMask` for updating the tag and specifying the fields to modify."],["The latest version available in the list is version `2.14.0`, while there are versions available that go all the way down to `1.2.0`."]]],[]]