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."],[[["This webpage details the `GetPolicyTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to request a specific policy tag."],["The latest version of this class is 2.14.0, with a history of versions available back to 1.2.0 for the user to access."],["`GetPolicyTagRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and transfer."],["The class has two constructors, a default one and another that takes a `GetPolicyTagRequest` object for copying, allowing for easy duplication or initialization from another request."],["It includes two key properties: `Name` (a string representing the resource name) and `PolicyTagName`, which provides a typed view over the `Name` resource."]]],[]]