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 webpage provides reference documentation for the `GetPolicyTagRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET developers."],["The `GetPolicyTagRequest` class is used as a request message for retrieving a policy tag via the `GetPolicyTag` method in the `PolicyTagManager` API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["The webpage also provides a list of every version of the Data Catalog v1 API from 2.14.0 to 1.2.0, allowing developers to navigate through specific version changes of the `GetPolicyTagRequest`."],["The class contains two properties, `Name` which is a string, and `PolicyTagName` which is a `PolicyTagName`-typed view of the `Name` property."]]],[]]