test.proto
· 127 B · Protocol Buffer
Raw
// The supported template types.
enum TemplateType {
// Not specified by the user.
TEMPLATE_TYPE_UNSPECIFIED = 0;
}
1 | // The supported template types. |
2 | enum TemplateType { |
3 | // Not specified by the user. |
4 | TEMPLATE_TYPE_UNSPECIFIED = 0; |
5 | |
6 | } |