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 specific policy tag through the `GetPolicyTag` method within the `PolicyTagManager`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET ecosystem."],["There are two constructors for the `GetPolicyTagRequest` class: a default constructor and one that takes another `GetPolicyTagRequest` object as a parameter for cloning purposes."],["The `GetPolicyTagRequest` class has two properties, `Name` which is a string representing the resource name of the policy tag and `PolicyTagName`, a typed view of the `Name` property."],["The version 2.14.0 is the latest version of the `GetPolicyTagRequest`, and versions from 2.13.0 to 1.2.0 are also available."]]],[]]