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."],[[["The latest version available for the `CreateTagRequest` class in the Data Catalog v1 API is 2.14.0, while the documentation also covers versions from 2.13.0 down to 1.2.0."],["The `CreateTagRequest` class is used to send a request message to the `CreateTag` method within the Data Catalog API."],["This class inherits from `object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` of the `CreateTagRequest` type."],["The class has properties such as `Parent`, which specifies the resource to attach a tag to, `ParentAsEntryName`, which is a typed view of the parent resource name, and `Tag`, which is the tag to be created."]]],[]]