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 webpage provides documentation for the `CreateTagTemplateRequest` class within the `Google.Cloud.DataCatalog.V1` namespace in the .NET environment, outlining its purpose and properties."],["The latest version documented is 2.14.0, with the content offering version history going back to 1.2.0, each version containing the same information."],["The `CreateTagTemplateRequest` class is used to construct a request message for creating a tag template in Google Cloud Data Catalog and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateTagTemplateRequest` include `Parent` and `ParentAsLocationName` for specifying the project and location, `TagTemplate` for defining the template to be created, and `TagTemplateId` for setting a unique identifier for the template."],["The page offers public constructors of `CreateTagTemplateRequest()` and `CreateTagTemplateRequest(CreateTagTemplateRequest other)` allowing for the creation of new instances, whether empty or based off of another instance."]]],[]]