aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/test.proto
diff options
context:
space:
mode:
authorGravatar Jisi Liu <liujisi@google.com>2017-07-24 14:59:27 -0700
committerGravatar GitHub <noreply@github.com>2017-07-24 14:59:27 -0700
commit72cc5a6eb3975bbe3bc8454f053835d9e46dbcb5 (patch)
treec04e02e5fe58c1db617a6b8eb0bf6e2b69f55d96 /js/test.proto
parent942a29cecd36f2a4b22fdd2179635cd548e6bd27 (diff)
parentdd091aad48423f3a047977e6662f0201194b9bfc (diff)
Merge pull request #3393 from pherl/3.4.x
Create 3.4.x branch
Diffstat (limited to 'js/test.proto')
-rw-r--r--js/test.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/test.proto b/js/test.proto
index 2be5b8c1..7c881c0d 100644
--- a/js/test.proto
+++ b/js/test.proto
@@ -235,6 +235,13 @@ message TestEndsWithBytes {
}
+message Int64Types {
+ optional int64 int64_normal = 1 [jstype=JS_NORMAL];
+ optional sint64 int64_string = 2 [jstype=JS_STRING];
+ optional uint64 int64_number = 3 [jstype=JS_NUMBER];
+
+}
+
message TestMapFieldsNoBinary {
map<string, string> map_string_string = 1;
@@ -271,3 +278,4 @@ message Deeply {
}
}
}
+