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 content focuses on the `GetPolicyTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, which is used to retrieve a specific policy tag."],["This page lists the `GetPolicyTagRequest` class across multiple versions of the Google.Cloud.DataCatalog.V1 library, from 1.2.0 up to the latest 2.14.0."],["`GetPolicyTagRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class has two constructors, `GetPolicyTagRequest()` and `GetPolicyTagRequest(GetPolicyTagRequest other)`, with the second one used for cloning the request."],["`GetPolicyTagRequest` has two properties: `Name` (a string representing the resource name) and `PolicyTagName` (a view over the `Name` resource name)."]]],[]]