```proto // The supported template types. enum TemplateType { // Not specified by the user. TEMPLATE_TYPE_UNSPECIFIED = 0; } ```