Naposledy aktivní 1681909756

Revize 6225644e3954a19daad989aeeacb8dfc129c5353

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