public sealed class CreateTagRequest : IMessage<CreateTagRequest>, IEquatable<CreateTagRequest>, IDeepCloneable<CreateTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class CreateTagRequest.
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-25 UTC."],[[["This page provides documentation for the `CreateTagRequest` class within the Google Cloud Data Catalog v1 API for .NET, specifically version 2.11.0."],["The `CreateTagRequest` class is used to define a request for creating a tag and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It outlines that tags can be attached to entries or entry groups, with a limit of 1000 tags per entry."],["The documentation details the properties `Parent` (the resource name to attach the tag to), `ParentAsEntryName`, and `Tag` (the tag to create), along with their respective types and descriptions."],["There are multiple versions available for this documentation, ranging from 2.14.0 to 1.2.0."]]],[]]