From 5a76e633ea9b5adb215e93fdc11e1c0c08b3fc74 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Thu, 17 Nov 2016 16:48:38 -0800 Subject: Integrated internal changes from Google --- js/test.proto | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'js/test.proto') diff --git a/js/test.proto b/js/test.proto index db238e1a..52ba2cc1 100644 --- a/js/test.proto +++ b/js/test.proto @@ -234,7 +234,9 @@ message TestEndsWithBytes { optional bytes data = 2; } + message TestMapFieldsNoBinary { + map map_string_string = 1; map map_string_int32 = 2; map map_string_int64 = 3; @@ -252,12 +254,13 @@ message TestMapFieldsNoBinary { } enum MapValueEnumNoBinary { - MAP_VALUE_FOO_NOBINARY = 0; - MAP_VALUE_BAR_NOBINARY = 1; - MAP_VALUE_BAZ_NOBINARY = 2; + MAP_VALUE_FOO = 0; + MAP_VALUE_BAR = 1; + MAP_VALUE_BAZ = 2; } message MapValueMessageNoBinary { + optional int32 foo = 1; } -- cgit v1.2.3