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, which is used to request policy tag information in the Google Cloud Data Catalog."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["The latest version of the class available in the documentation is `2.14.0`, with historical versions also listed on the webpage, dating as far back as `1.2.0`, and this page contains documentation for version `1.7.0`."],["`GetPolicyTagRequest` objects can be created using parameterless constructors or through a constructor that takes another `GetPolicyTagRequest` object as a parameter."],["The class features two properties, `Name` which represents the resource name of the policy tag as a string, and `PolicyTagName` which provides a typed view of the policy tag name."]]],[]]