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, specifically version 2.10.0, and links to other versions as well."],["`CreateTagRequest` is a message class used to request the creation of a tag, as used in the `CreateTag` method of the Data Catalog API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, and deep cloning."],["The `CreateTagRequest` class includes properties like `Parent` (the resource name to attach the tag) and `Tag` (the tag object to be created), allowing for detailed specification of the tag creation operation."],["The latest version of the API is 2.14.0 and there are many previous versions listed, going down to 1.2.0, each having their own documentation for `CreateTagRequest`."]]],[]]