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-03-21 UTC."],[[["This page details the `CreateTagRequest` class, which is used to create tags in the Google Cloud Data Catalog."],["`CreateTagRequest` is part of the `Google.Cloud.DataCatalog.V1` namespace, and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides properties like `Parent` (the resource to attach the tag to), `ParentAsTagName` (a `TagName`-typed view over the parent), and `Tag` (the tag to create)."],["The page lists documentation links for various versions of the Google Cloud Data Catalog, ranging from version 1.2.0 up to the latest 2.14.0, with version 1.8.0 being the version in context for the class."],["`CreateTagRequest` is used as a request message for `CreateTag`, an operation that creates a tag, and can have up to 1000 tags attached to an entry."]]],[]]