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."],["The `CreateTagRequest` class is used to create a tag, which can be attached to entries or entry groups, with a limit of 1000 tags per entry."],["The documentation includes information on the class's constructors, properties such as `Parent`, `ParentAsEntryName`, and `Tag`, and inherited members from the object class."],["There are multiple versions of the documentation from v2.1.0 to v2.14.0 (latest) and as far back as v1.2.0."],["The class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities within the .NET framework."]]],[]]