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 webpage 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 as a request message for the `CreateTag` method in the Data Catalog API, allowing users to attach tags to entries or entry groups."],["The page includes information about different versions of the library, ranging from version 2.14.0 (latest) down to version 1.2.0, with each version linking to its corresponding `CreateTagRequest` documentation."],["The `CreateTagRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, featuring properties such as `Parent`, `ParentAsEntryName`, and `Tag`."],["This class is located within the `Google.Cloud.DataCatalog.V1` namespace and is part of the `Google.Cloud.DataCatalog.V1.dll` assembly."]]],[]]