public sealed class CreateTagRequest : IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessage
Request message for
[CreateTag][google.cloud.datacatalog.v1.DataCatalog.CreateTag].
[[["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-04-09 UTC."],[[["This page details the `CreateTagRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used for sending requests to create a tag in the Google Cloud Data Catalog."],["The `CreateTagRequest` class, which is part of the Google Cloud Data Catalog API, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is for version 2.14.0, but the page provides access to documentation for previous versions, all the way back to version 1.2.0."],["The `CreateTagRequest` class has two constructors, a default parameter-less constructor, and one that takes another `CreateTagRequest` instance as an argument."],["It includes properties such as `Parent` which specifies the resource name for the tag, `ParentAsTagName`, a typed view over the parent resource name, and `Tag` which contains the actual tag data to be created."]]],[]]