public sealed class CreatePolicyTagRequest : IMessage<CreatePolicyTagRequest>, IEquatable<CreatePolicyTagRequest>, IDeepCloneable<CreatePolicyTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class CreatePolicyTagRequest.
Request message for
[CreatePolicyTag][google.cloud.datacatalog.v1.PolicyTagManager.CreatePolicyTag].
[[["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 document provides reference information for the `CreatePolicyTagRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET developers."],["The `CreatePolicyTagRequest` class is used to construct a request for creating a new policy tag, which is part of the larger data catalog taxonomy."],["This page references multiple versions of the API, with the latest version being 2.14.0, and also outlines older versions going as low as 1.2.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["Key properties of the `CreatePolicyTagRequest` class include `Parent` (the resource name of the taxonomy), `ParentAsTaxonomyName` (a typed view of the parent), and `PolicyTag` (the actual policy tag to be created)."]]],[]]