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