最後活躍 1681909756

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