aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/util/json_format_proto3.proto
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-03-26 13:35:44 -0700
committerGitHub <noreply@github.com>2018-03-26 13:35:44 -0700
commitac673763f7acb7db0608d8a792db102fe6c926c3 (patch)
treefbb75ba3b77968e87ae1fbfce56d54e92bdd005e /src/google/protobuf/util/json_format_proto3.proto
parent416d4180f0466f1582d4aeb58b40595d215922c6 (diff)
parentc99f5278eb8dad6f42def88ce8b5a3453f6df4a8 (diff)
downloadprotobuf-ac673763f7acb7db0608d8a792db102fe6c926c3.tar.gz
protobuf-ac673763f7acb7db0608d8a792db102fe6c926c3.tar.bz2
protobuf-ac673763f7acb7db0608d8a792db102fe6c926c3.zip
Merge pull request #4395 from stone4774/fixbug_enum2json2
Fix bug: whether always_print_enums_as_ints is true or false, it alwa…
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