public sealed class GetPolicyTagRequest : IMessage<GetPolicyTagRequest>, IEquatable<GetPolicyTagRequest>, IDeepCloneable<GetPolicyTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class GetPolicyTagRequest.
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 page provides reference documentation for the `GetPolicyTagRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.10.0 of the .NET library."],["`GetPolicyTagRequest` is a request message used to retrieve a specific policy tag, as defined by the `PolicyTagManager.GetPolicyTag` method."],["The `GetPolicyTagRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors, a parameterless constructor and one that takes another `GetPolicyTagRequest` instance, as well as properties `Name` (a string) and `PolicyTagName` (a `PolicyTagName` object), to identify the requested policy tag."],["The page also provides a list of available versions for this documentation ranging from version 1.2.0 to 2.14.0."]]],[]]