public sealed class CreateTagTemplateRequest : IMessage<CreateTagTemplateRequest>, IEquatable<CreateTagTemplateRequest>, IDeepCloneable<CreateTagTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class CreateTagTemplateRequest.
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-21 UTC."],[[["This webpage provides documentation for the `CreateTagTemplateRequest` class within the Google Cloud Data Catalog v1 API, specifically for the .NET environment."],["The content includes a version history of the API, ranging from version 2.14.0 (latest) down to 1.2.0, with version 2.5.0 being the current context, which contains links to previous versions' documentation."],["`CreateTagTemplateRequest` class is used to request the creation of a tag template, and it inherits from the `object` class while also implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateTagTemplateRequest` class include `Parent`, `ParentAsLocationName`, `TagTemplate`, and `TagTemplateId`, which are crucial for specifying the location, the tag template itself, and its unique ID."],["The webpage provides information on how to create new `CreateTagTemplateRequest` objects by calling the constructor method, either with an empty constructor, or with another `CreateTagTemplateRequest` as a parameter."]]],[]]