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-21 UTC."],[[["This documentation page covers the `CreateTagRequest` class within the Google Cloud Data Catalog v1 API, specifically version 2.8.0."],["The `CreateTagRequest` class is used to send requests for creating tags within the Data Catalog, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CreateTagRequest` class has two constructors, one default and one that accepts another `CreateTagRequest` object as a parameter, and includes properties such as `Parent`, `ParentAsEntryName`, and `Tag`."],["The documentation also provides a list of older versions of the API, starting from version 2.14.0(latest) down to 1.2.0, for the same `CreateTagRequest` class."],["The `CreateTagRequest` API is used for attaching tags to entries or entry groups within the Google Cloud Data Catalog, with a limit of up to 1000 tags per entry."]]],[]]