最后活跃于 1681909756

修订 a1518a589c8ade2e7dd97ba0173f8be12855bbd4

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