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 reference documentation for the `CreateTagRequest` class within the Google Cloud Data Catalog v1 API, specifically for the .NET client library."],["The `CreateTagRequest` class is used to define requests for creating a new tag, which can be attached to entries or entry groups within the Data Catalog."],["The documentation details the class's properties, such as `Parent` for specifying the resource to attach the tag to, and `Tag` for defining the tag itself."],["Multiple versions of the `CreateTagRequest` are available, with version 2.14.0 being the latest and a list of versions going back to 1.2.0 being accessible via the links provided."],["The `CreateTagRequest` class implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from Object, and is located within the `Google.Cloud.DataCatalog.V1` namespace."]]],[]]