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 .NET development."],["The `CreateTagRequest` class is used to create tags in the Data Catalog API and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 2.14.0, and this page includes links to documentation for several older versions, down to version 1.2.0, which allows developers to review the full history of the api calls."],["The `CreateTagRequest` class has properties for `Parent`, which specifies the resource to attach a tag to, and `Tag`, which represents the tag to be created."],["The documentation provides details on the constructors, properties, and inheritance of the `CreateTagRequest` class, along with information about its required parameters and return values."]]],[]]