public sealed class GetPolicyTagRequest : IMessage<GetPolicyTagRequest>, IEquatable<GetPolicyTagRequest>, IDeepCloneable<GetPolicyTagRequest>, IBufferMessage, IMessage
Request message for
[GetPolicyTag][google.cloud.datacatalog.v1.PolicyTagManager.GetPolicyTag].
[[["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."],[[["The `GetPolicyTagRequest` class is a request message used to retrieve a policy tag in the Google Cloud Data Catalog."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, deep cloning, and buffered message operations."],["The latest version available is `2.14.0`, and there are a multitude of other previous version available, from `2.13.0` all the way down to `1.2.0`."],["The `GetPolicyTagRequest` has two constructors, one default and another that accepts another `GetPolicyTagRequest` as a parameter, enabling easy object duplication."],["The class has two main properties: `Name`, a string representing the resource name of the policy tag, and `PolicyTagName`, a typed view of the resource name."]]],[]]