public sealed class CreateTagTemplateRequest : IMessage<CreateTagTemplateRequest>, IEquatable<CreateTagTemplateRequest>, IDeepCloneable<CreateTagTemplateRequest>, IBufferMessage, IMessage
Request message for
[CreateTagTemplate][google.cloud.datacatalog.v1.DataCatalog.CreateTagTemplate].
The ID must contain only lowercase letters (a-z), numbers (0-9),
or underscores (_), and must start with a letter or underscore.
The maximum size is 64 bytes when encoded in UTF-8.
[[["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 details the `CreateTagTemplateRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to structure requests for creating tag templates in Google Cloud Data Catalog."],["The `CreateTagTemplateRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling diverse operations such as deep cloning and efficient message handling."],["The class contains essential properties such as `Parent`, `ParentAsLocationName`, `TagTemplate`, and `TagTemplateId`, which define the location, the template object, and the ID of the tag template to be created."],["The latest version of this resource, as indicated in the document, is 2.14.0 with several other versions available for review, each with its own documentation."],["It contains an object inheritance structure, with `CreateTagTemplateRequest` inheriting from `Object` and it also includes the available constructors within the class `CreateTagTemplateRequest`."]]],[]]