Naposledy aktivní 1681909756

Revize a1518a589c8ade2e7dd97ba0173f8be12855bbd4

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