aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/util/json_format_proto3.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/util/json_format_proto3.proto')
-rw-r--r--src/google/protobuf/util/json_format_proto3.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/google/protobuf/util/json_format_proto3.proto b/src/google/protobuf/util/json_format_proto3.proto
index 8a0441c8..cbc3f81f 100644
--- a/src/google/protobuf/util/json_format_proto3.proto
+++ b/src/google/protobuf/util/json_format_proto3.proto
@@ -181,3 +181,9 @@ message TestCustomJsonName {
message TestExtensions {
.protobuf_unittest.TestAllExtensions extensions = 1;
}
+
+message TestEnumValue{
+ EnumType enum_value1 = 1;
+ EnumType enum_value2 = 2;
+ EnumType enum_value3 = 3;
+} \ No newline at end of file