Index: server/static/rpcexplorer/test/descriptor.html |
diff --git a/server/static/rpcexplorer/test/descriptor.html b/server/static/rpcexplorer/test/descriptor.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..eb1e7c124ec22b38cc96fec377f355af3a06fc85 |
--- /dev/null |
+++ b/server/static/rpcexplorer/test/descriptor.html |
@@ -0,0 +1,3399 @@ |
+<!-- |
+ Copyright 2016 The Chromium Authors. All rights reserved. |
+ Use of this source code is governed by a BSD-style license that can be |
+ found in the LICENSE file. |
+ --> |
+ |
+<script> |
+ // This is a FileDescriptorSet containing definition of discovery.Discovery |
+ // service. |
+ var discoveryDescriptor = { |
+ "file": [{ |
+ "name": "google/protobuf/descriptor.proto", |
+ "package": "google.protobuf", |
+ "message_type": [{ |
+ "name": "FileDescriptorSet", |
+ "field": [{ |
+ "name": "file", |
+ "number": 1, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.FileDescriptorProto" |
+ }] |
+ }, { |
+ "name": "FileDescriptorProto", |
+ "field": [{ |
+ "name": "name", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "package", |
+ "number": 2, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "dependency", |
+ "number": 3, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "public_dependency", |
+ "number": 10, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_INT32" |
+ }, { |
+ "name": "weak_dependency", |
+ "number": 11, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_INT32" |
+ }, { |
+ "name": "message_type", |
+ "number": 4, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.DescriptorProto" |
+ }, { |
+ "name": "enum_type", |
+ "number": 5, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.EnumDescriptorProto" |
+ }, { |
+ "name": "service", |
+ "number": 6, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.ServiceDescriptorProto" |
+ }, { |
+ "name": "extension", |
+ "number": 7, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.FieldDescriptorProto" |
+ }, { |
+ "name": "options", |
+ "number": 8, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.FileOptions" |
+ }, { |
+ "name": "source_code_info", |
+ "number": 9, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.SourceCodeInfo" |
+ }, { |
+ "name": "syntax", |
+ "number": 12, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }] |
+ }, { |
+ "name": "DescriptorProto", |
+ "field": [{ |
+ "name": "name", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "field", |
+ "number": 2, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.FieldDescriptorProto" |
+ }, { |
+ "name": "extension", |
+ "number": 6, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.FieldDescriptorProto" |
+ }, { |
+ "name": "nested_type", |
+ "number": 3, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.DescriptorProto" |
+ }, { |
+ "name": "enum_type", |
+ "number": 4, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.EnumDescriptorProto" |
+ }, { |
+ "name": "extension_range", |
+ "number": 5, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.DescriptorProto.ExtensionRange" |
+ }, { |
+ "name": "oneof_decl", |
+ "number": 8, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.OneofDescriptorProto" |
+ }, { |
+ "name": "options", |
+ "number": 7, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.MessageOptions" |
+ }, { |
+ "name": "reserved_range", |
+ "number": 9, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.DescriptorProto.ReservedRange" |
+ }, { |
+ "name": "reserved_name", |
+ "number": 10, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_STRING" |
+ }], |
+ "nested_type": [{ |
+ "name": "ExtensionRange", |
+ "field": [{ |
+ "name": "start", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_INT32" |
+ }, { |
+ "name": "end", |
+ "number": 2, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_INT32" |
+ }] |
+ }, { |
+ "name": "ReservedRange", |
+ "field": [{ |
+ "name": "start", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_INT32" |
+ }, { |
+ "name": "end", |
+ "number": 2, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_INT32" |
+ }] |
+ }] |
+ }, { |
+ "name": "FieldDescriptorProto", |
+ "field": [{ |
+ "name": "name", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "number", |
+ "number": 3, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_INT32" |
+ }, { |
+ "name": "label", |
+ "number": 4, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_ENUM", |
+ "type_name": ".google.protobuf.FieldDescriptorProto.Label" |
+ }, { |
+ "name": "type", |
+ "number": 5, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_ENUM", |
+ "type_name": ".google.protobuf.FieldDescriptorProto.Type" |
+ }, { |
+ "name": "type_name", |
+ "number": 6, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "extendee", |
+ "number": 2, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "default_value", |
+ "number": 7, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "oneof_index", |
+ "number": 9, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_INT32" |
+ }, { |
+ "name": "options", |
+ "number": 8, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.FieldOptions" |
+ }], |
+ "enum_type": [{ |
+ "name": "Type", |
+ "value": [{ |
+ "name": "TYPE_DOUBLE", |
+ "number": 1 |
+ }, { |
+ "name": "TYPE_FLOAT", |
+ "number": 2 |
+ }, { |
+ "name": "TYPE_INT64", |
+ "number": 3 |
+ }, { |
+ "name": "TYPE_UINT64", |
+ "number": 4 |
+ }, { |
+ "name": "TYPE_INT32", |
+ "number": 5 |
+ }, { |
+ "name": "TYPE_FIXED64", |
+ "number": 6 |
+ }, { |
+ "name": "TYPE_FIXED32", |
+ "number": 7 |
+ }, { |
+ "name": "TYPE_BOOL", |
+ "number": 8 |
+ }, { |
+ "name": "TYPE_STRING", |
+ "number": 9 |
+ }, { |
+ "name": "TYPE_GROUP", |
+ "number": 10 |
+ }, { |
+ "name": "TYPE_MESSAGE", |
+ "number": 11 |
+ }, { |
+ "name": "TYPE_BYTES", |
+ "number": 12 |
+ }, { |
+ "name": "TYPE_UINT32", |
+ "number": 13 |
+ }, { |
+ "name": "TYPE_ENUM", |
+ "number": 14 |
+ }, { |
+ "name": "TYPE_SFIXED32", |
+ "number": 15 |
+ }, { |
+ "name": "TYPE_SFIXED64", |
+ "number": 16 |
+ }, { |
+ "name": "TYPE_SINT32", |
+ "number": 17 |
+ }, { |
+ "name": "TYPE_SINT64", |
+ "number": 18 |
+ }] |
+ }, { |
+ "name": "Label", |
+ "value": [{ |
+ "name": "LABEL_OPTIONAL", |
+ "number": 1 |
+ }, { |
+ "name": "LABEL_REQUIRED", |
+ "number": 2 |
+ }, { |
+ "name": "LABEL_REPEATED", |
+ "number": 3 |
+ }] |
+ }] |
+ }, { |
+ "name": "OneofDescriptorProto", |
+ "field": [{ |
+ "name": "name", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }] |
+ }, { |
+ "name": "EnumDescriptorProto", |
+ "field": [{ |
+ "name": "name", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "value", |
+ "number": 2, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.EnumValueDescriptorProto" |
+ }, { |
+ "name": "options", |
+ "number": 3, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.EnumOptions" |
+ }] |
+ }, { |
+ "name": "EnumValueDescriptorProto", |
+ "field": [{ |
+ "name": "name", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "number", |
+ "number": 2, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_INT32" |
+ }, { |
+ "name": "options", |
+ "number": 3, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.EnumValueOptions" |
+ }] |
+ }, { |
+ "name": "ServiceDescriptorProto", |
+ "field": [{ |
+ "name": "name", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "method", |
+ "number": 2, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.MethodDescriptorProto" |
+ }, { |
+ "name": "options", |
+ "number": 3, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.ServiceOptions" |
+ }] |
+ }, { |
+ "name": "MethodDescriptorProto", |
+ "field": [{ |
+ "name": "name", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "input_type", |
+ "number": 2, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "output_type", |
+ "number": 3, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "options", |
+ "number": 4, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.MethodOptions" |
+ }, { |
+ "name": "client_streaming", |
+ "number": 5, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "server_streaming", |
+ "number": 6, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }] |
+ }, { |
+ "name": "FileOptions", |
+ "field": [{ |
+ "name": "java_package", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "java_outer_classname", |
+ "number": 8, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "java_multiple_files", |
+ "number": 10, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "java_generate_equals_and_hash", |
+ "number": 20, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "java_string_check_utf8", |
+ "number": 27, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "optimize_for", |
+ "number": 9, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_ENUM", |
+ "type_name": ".google.protobuf.FileOptions.OptimizeMode", |
+ "default_value": "SPEED" |
+ }, { |
+ "name": "go_package", |
+ "number": 11, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "cc_generic_services", |
+ "number": 16, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "java_generic_services", |
+ "number": 17, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "py_generic_services", |
+ "number": 18, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "deprecated", |
+ "number": 23, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "cc_enable_arenas", |
+ "number": 31, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "objc_class_prefix", |
+ "number": 36, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "csharp_namespace", |
+ "number": 37, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "javanano_use_deprecated_package", |
+ "number": 38, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL" |
+ }, { |
+ "name": "uninterpreted_option", |
+ "number": 999, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.UninterpretedOption" |
+ }], |
+ "enum_type": [{ |
+ "name": "OptimizeMode", |
+ "value": [{ |
+ "name": "SPEED", |
+ "number": 1 |
+ }, { |
+ "name": "CODE_SIZE", |
+ "number": 2 |
+ }, { |
+ "name": "LITE_RUNTIME", |
+ "number": 3 |
+ }] |
+ }], |
+ "extension_range": [{ |
+ "start": 1000, |
+ "end": 536870912 |
+ }] |
+ }, { |
+ "name": "MessageOptions", |
+ "field": [{ |
+ "name": "message_set_wire_format", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "no_standard_descriptor_accessor", |
+ "number": 2, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "deprecated", |
+ "number": 3, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "map_entry", |
+ "number": 7, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL" |
+ }, { |
+ "name": "uninterpreted_option", |
+ "number": 999, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.UninterpretedOption" |
+ }], |
+ "extension_range": [{ |
+ "start": 1000, |
+ "end": 536870912 |
+ }] |
+ }, { |
+ "name": "FieldOptions", |
+ "field": [{ |
+ "name": "ctype", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_ENUM", |
+ "type_name": ".google.protobuf.FieldOptions.CType", |
+ "default_value": "STRING" |
+ }, { |
+ "name": "packed", |
+ "number": 2, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL" |
+ }, { |
+ "name": "jstype", |
+ "number": 6, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_ENUM", |
+ "type_name": ".google.protobuf.FieldOptions.JSType", |
+ "default_value": "JS_NORMAL" |
+ }, { |
+ "name": "lazy", |
+ "number": 5, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "deprecated", |
+ "number": 3, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "weak", |
+ "number": 10, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "uninterpreted_option", |
+ "number": 999, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.UninterpretedOption" |
+ }], |
+ "enum_type": [{ |
+ "name": "CType", |
+ "value": [{ |
+ "name": "STRING", |
+ "number": 0 |
+ }, { |
+ "name": "CORD", |
+ "number": 1 |
+ }, { |
+ "name": "STRING_PIECE", |
+ "number": 2 |
+ }] |
+ }, { |
+ "name": "JSType", |
+ "value": [{ |
+ "name": "JS_NORMAL", |
+ "number": 0 |
+ }, { |
+ "name": "JS_STRING", |
+ "number": 1 |
+ }, { |
+ "name": "JS_NUMBER", |
+ "number": 2 |
+ }] |
+ }], |
+ "extension_range": [{ |
+ "start": 1000, |
+ "end": 536870912 |
+ }] |
+ }, { |
+ "name": "EnumOptions", |
+ "field": [{ |
+ "name": "allow_alias", |
+ "number": 2, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL" |
+ }, { |
+ "name": "deprecated", |
+ "number": 3, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "uninterpreted_option", |
+ "number": 999, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.UninterpretedOption" |
+ }], |
+ "extension_range": [{ |
+ "start": 1000, |
+ "end": 536870912 |
+ }] |
+ }, { |
+ "name": "EnumValueOptions", |
+ "field": [{ |
+ "name": "deprecated", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "uninterpreted_option", |
+ "number": 999, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.UninterpretedOption" |
+ }], |
+ "extension_range": [{ |
+ "start": 1000, |
+ "end": 536870912 |
+ }] |
+ }, { |
+ "name": "ServiceOptions", |
+ "field": [{ |
+ "name": "deprecated", |
+ "number": 33, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "uninterpreted_option", |
+ "number": 999, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.UninterpretedOption" |
+ }], |
+ "extension_range": [{ |
+ "start": 1000, |
+ "end": 536870912 |
+ }] |
+ }, { |
+ "name": "MethodOptions", |
+ "field": [{ |
+ "name": "deprecated", |
+ "number": 33, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BOOL", |
+ "default_value": "false" |
+ }, { |
+ "name": "uninterpreted_option", |
+ "number": 999, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.UninterpretedOption" |
+ }], |
+ "extension_range": [{ |
+ "start": 1000, |
+ "end": 536870912 |
+ }] |
+ }, { |
+ "name": "UninterpretedOption", |
+ "field": [{ |
+ "name": "name", |
+ "number": 2, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.UninterpretedOption.NamePart" |
+ }, { |
+ "name": "identifier_value", |
+ "number": 3, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "positive_int_value", |
+ "number": 4, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_UINT64" |
+ }, { |
+ "name": "negative_int_value", |
+ "number": 5, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_INT64" |
+ }, { |
+ "name": "double_value", |
+ "number": 6, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_DOUBLE" |
+ }, { |
+ "name": "string_value", |
+ "number": 7, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_BYTES" |
+ }, { |
+ "name": "aggregate_value", |
+ "number": 8, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }], |
+ "nested_type": [{ |
+ "name": "NamePart", |
+ "field": [{ |
+ "name": "name_part", |
+ "number": 1, |
+ "label": "LABEL_REQUIRED", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "is_extension", |
+ "number": 2, |
+ "label": "LABEL_REQUIRED", |
+ "type": "TYPE_BOOL" |
+ }] |
+ }] |
+ }, { |
+ "name": "SourceCodeInfo", |
+ "field": [{ |
+ "name": "location", |
+ "number": 1, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.SourceCodeInfo.Location" |
+ }], |
+ "nested_type": [{ |
+ "name": "Location", |
+ "field": [{ |
+ "name": "path", |
+ "number": 1, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_INT32", |
+ "options": { |
+ "packed": true |
+ } |
+ }, { |
+ "name": "span", |
+ "number": 2, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_INT32", |
+ "options": { |
+ "packed": true |
+ } |
+ }, { |
+ "name": "leading_comments", |
+ "number": 3, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "trailing_comments", |
+ "number": 4, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_STRING" |
+ }, { |
+ "name": "leading_detached_comments", |
+ "number": 6, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_STRING" |
+ }] |
+ }] |
+ }], |
+ "options": { |
+ "java_package": "com.google.protobuf", |
+ "java_outer_classname": "DescriptorProtos", |
+ "optimize_for": "SPEED", |
+ "go_package": "descriptor", |
+ "objc_class_prefix": "GPB", |
+ "csharp_namespace": "Google.Protobuf.Reflection" |
+ }, |
+ "source_code_info": { |
+ "location": [{ |
+ "span": [39, 0, 772, 1] |
+ }, { |
+ "path": [12], |
+ "span": [39, 0, 18], |
+ "leading_detached_comments": [" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n", " Author: kenton@google.com (Kenton Varda)\n Based on original Protocol Buffers design by\n Sanjay Ghemawat, Jeff Dean, and others.\n\n The messages in this file describe the definitions found in .proto files.\n A valid .proto file can be translated directly to a FileDescriptorProto\n without any other information (e.g. without reading its imports).\n"] |
+ }, { |
+ "path": [2], |
+ "span": [41, 8, 23] |
+ }, { |
+ "path": [8], |
+ "span": [42, 0, 33] |
+ }, { |
+ "path": [8, 999, 0], |
+ "span": [42, 0, 33] |
+ }, { |
+ "path": [8, 999, 0, 2], |
+ "span": [42, 7, 17] |
+ }, { |
+ "path": [8, 999, 0, 2, 0], |
+ "span": [42, 7, 17] |
+ }, { |
+ "path": [8, 999, 0, 2, 0, 1], |
+ "span": [42, 7, 17] |
+ }, { |
+ "path": [8, 999, 0, 7], |
+ "span": [42, 20, 32] |
+ }, { |
+ "path": [8], |
+ "span": [43, 0, 44] |
+ }, { |
+ "path": [8, 999, 1], |
+ "span": [43, 0, 44] |
+ }, { |
+ "path": [8, 999, 1, 2], |
+ "span": [43, 7, 19] |
+ }, { |
+ "path": [8, 999, 1, 2, 0], |
+ "span": [43, 7, 19] |
+ }, { |
+ "path": [8, 999, 1, 2, 0, 1], |
+ "span": [43, 7, 19] |
+ }, { |
+ "path": [8, 999, 1, 7], |
+ "span": [43, 22, 43] |
+ }, { |
+ "path": [8], |
+ "span": [44, 0, 49] |
+ }, { |
+ "path": [8, 999, 2], |
+ "span": [44, 0, 49] |
+ }, { |
+ "path": [8, 999, 2, 2], |
+ "span": [44, 7, 27] |
+ }, { |
+ "path": [8, 999, 2, 2, 0], |
+ "span": [44, 7, 27] |
+ }, { |
+ "path": [8, 999, 2, 2, 0, 1], |
+ "span": [44, 7, 27] |
+ }, { |
+ "path": [8, 999, 2, 7], |
+ "span": [44, 30, 48] |
+ }, { |
+ "path": [8], |
+ "span": [45, 0, 55] |
+ }, { |
+ "path": [8, 999, 3], |
+ "span": [45, 0, 55] |
+ }, { |
+ "path": [8, 999, 3, 2], |
+ "span": [45, 7, 23] |
+ }, { |
+ "path": [8, 999, 3, 2, 0], |
+ "span": [45, 7, 23] |
+ }, { |
+ "path": [8, 999, 3, 2, 0, 1], |
+ "span": [45, 7, 23] |
+ }, { |
+ "path": [8, 999, 3, 7], |
+ "span": [45, 26, 54] |
+ }, { |
+ "path": [8], |
+ "span": [46, 0, 33] |
+ }, { |
+ "path": [8, 999, 4], |
+ "span": [46, 0, 33] |
+ }, { |
+ "path": [8, 999, 4, 2], |
+ "span": [46, 7, 24] |
+ }, { |
+ "path": [8, 999, 4, 2, 0], |
+ "span": [46, 7, 24] |
+ }, { |
+ "path": [8, 999, 4, 2, 0, 1], |
+ "span": [46, 7, 24] |
+ }, { |
+ "path": [8, 999, 4, 7], |
+ "span": [46, 27, 32] |
+ }, { |
+ "path": [8], |
+ "span": [50, 0, 28] |
+ }, { |
+ "path": [8, 999, 5], |
+ "span": [50, 0, 28], |
+ "leading_comments": " descriptor.proto must be optimized for speed because reflection-based\n algorithms don't work during bootstrapping.\n" |
+ }, { |
+ "path": [8, 999, 5, 2], |
+ "span": [50, 7, 19] |
+ }, { |
+ "path": [8, 999, 5, 2, 0], |
+ "span": [50, 7, 19] |
+ }, { |
+ "path": [8, 999, 5, 2, 0, 1], |
+ "span": [50, 7, 19] |
+ }, { |
+ "path": [8, 999, 5, 3], |
+ "span": [50, 22, 27] |
+ }, { |
+ "path": [4, 0], |
+ "span": [54, 0, 56, 1], |
+ "leading_comments": " The protocol compiler can output a FileDescriptorSet containing the .proto\n files it parses.\n" |
+ }, { |
+ "path": [4, 0, 1], |
+ "span": [54, 8, 25] |
+ }, { |
+ "path": [4, 0, 2, 0], |
+ "span": [55, 2, 40] |
+ }, { |
+ "path": [4, 0, 2, 0, 4], |
+ "span": [55, 2, 10] |
+ }, { |
+ "path": [4, 0, 2, 0, 6], |
+ "span": [55, 11, 30] |
+ }, { |
+ "path": [4, 0, 2, 0, 1], |
+ "span": [55, 31, 35] |
+ }, { |
+ "path": [4, 0, 2, 0, 3], |
+ "span": [55, 38, 39] |
+ }, { |
+ "path": [4, 1], |
+ "span": [59, 0, 88, 1], |
+ "leading_comments": " Describes a complete .proto file.\n" |
+ }, { |
+ "path": [4, 1, 1], |
+ "span": [59, 8, 27] |
+ }, { |
+ "path": [4, 1, 2, 0], |
+ "span": [60, 2, 27], |
+ "trailing_comments": " file name, relative to root of source tree\n" |
+ }, { |
+ "path": [4, 1, 2, 0, 4], |
+ "span": [60, 2, 10] |
+ }, { |
+ "path": [4, 1, 2, 0, 5], |
+ "span": [60, 11, 17] |
+ }, { |
+ "path": [4, 1, 2, 0, 1], |
+ "span": [60, 18, 22] |
+ }, { |
+ "path": [4, 1, 2, 0, 3], |
+ "span": [60, 25, 26] |
+ }, { |
+ "path": [4, 1, 2, 1], |
+ "span": [61, 2, 30], |
+ "trailing_comments": " e.g. \"foo\", \"foo.bar\", etc.\n" |
+ }, { |
+ "path": [4, 1, 2, 1, 4], |
+ "span": [61, 2, 10] |
+ }, { |
+ "path": [4, 1, 2, 1, 5], |
+ "span": [61, 11, 17] |
+ }, { |
+ "path": [4, 1, 2, 1, 1], |
+ "span": [61, 18, 25] |
+ }, { |
+ "path": [4, 1, 2, 1, 3], |
+ "span": [61, 28, 29] |
+ }, { |
+ "path": [4, 1, 2, 2], |
+ "span": [64, 2, 33], |
+ "leading_comments": " Names of files imported by this file.\n" |
+ }, { |
+ "path": [4, 1, 2, 2, 4], |
+ "span": [64, 2, 10] |
+ }, { |
+ "path": [4, 1, 2, 2, 5], |
+ "span": [64, 11, 17] |
+ }, { |
+ "path": [4, 1, 2, 2, 1], |
+ "span": [64, 18, 28] |
+ }, { |
+ "path": [4, 1, 2, 2, 3], |
+ "span": [64, 31, 32] |
+ }, { |
+ "path": [4, 1, 2, 3], |
+ "span": [66, 2, 40], |
+ "leading_comments": " Indexes of the public imported files in the dependency list above.\n" |
+ }, { |
+ "path": [4, 1, 2, 3, 4], |
+ "span": [66, 2, 10] |
+ }, { |
+ "path": [4, 1, 2, 3, 5], |
+ "span": [66, 11, 16] |
+ }, { |
+ "path": [4, 1, 2, 3, 1], |
+ "span": [66, 17, 34] |
+ }, { |
+ "path": [4, 1, 2, 3, 3], |
+ "span": [66, 37, 39] |
+ }, { |
+ "path": [4, 1, 2, 4], |
+ "span": [69, 2, 38], |
+ "leading_comments": " Indexes of the weak imported files in the dependency list.\n For Google-internal migration only. Do not use.\n" |
+ }, { |
+ "path": [4, 1, 2, 4, 4], |
+ "span": [69, 2, 10] |
+ }, { |
+ "path": [4, 1, 2, 4, 5], |
+ "span": [69, 11, 16] |
+ }, { |
+ "path": [4, 1, 2, 4, 1], |
+ "span": [69, 17, 32] |
+ }, { |
+ "path": [4, 1, 2, 4, 3], |
+ "span": [69, 35, 37] |
+ }, { |
+ "path": [4, 1, 2, 5], |
+ "span": [72, 2, 44], |
+ "leading_comments": " All top-level definitions in this file.\n" |
+ }, { |
+ "path": [4, 1, 2, 5, 4], |
+ "span": [72, 2, 10] |
+ }, { |
+ "path": [4, 1, 2, 5, 6], |
+ "span": [72, 11, 26] |
+ }, { |
+ "path": [4, 1, 2, 5, 1], |
+ "span": [72, 27, 39] |
+ }, { |
+ "path": [4, 1, 2, 5, 3], |
+ "span": [72, 42, 43] |
+ }, { |
+ "path": [4, 1, 2, 6], |
+ "span": [73, 2, 45] |
+ }, { |
+ "path": [4, 1, 2, 6, 4], |
+ "span": [73, 2, 10] |
+ }, { |
+ "path": [4, 1, 2, 6, 6], |
+ "span": [73, 11, 30] |
+ }, { |
+ "path": [4, 1, 2, 6, 1], |
+ "span": [73, 31, 40] |
+ }, { |
+ "path": [4, 1, 2, 6, 3], |
+ "span": [73, 43, 44] |
+ }, { |
+ "path": [4, 1, 2, 7], |
+ "span": [74, 2, 46] |
+ }, { |
+ "path": [4, 1, 2, 7, 4], |
+ "span": [74, 2, 10] |
+ }, { |
+ "path": [4, 1, 2, 7, 6], |
+ "span": [74, 11, 33] |
+ }, { |
+ "path": [4, 1, 2, 7, 1], |
+ "span": [74, 34, 41] |
+ }, { |
+ "path": [4, 1, 2, 7, 3], |
+ "span": [74, 44, 45] |
+ }, { |
+ "path": [4, 1, 2, 8], |
+ "span": [75, 2, 46] |
+ }, { |
+ "path": [4, 1, 2, 8, 4], |
+ "span": [75, 2, 10] |
+ }, { |
+ "path": [4, 1, 2, 8, 6], |
+ "span": [75, 11, 31] |
+ }, { |
+ "path": [4, 1, 2, 8, 1], |
+ "span": [75, 32, 41] |
+ }, { |
+ "path": [4, 1, 2, 8, 3], |
+ "span": [75, 44, 45] |
+ }, { |
+ "path": [4, 1, 2, 9], |
+ "span": [77, 2, 35] |
+ }, { |
+ "path": [4, 1, 2, 9, 4], |
+ "span": [77, 2, 10] |
+ }, { |
+ "path": [4, 1, 2, 9, 6], |
+ "span": [77, 11, 22] |
+ }, { |
+ "path": [4, 1, 2, 9, 1], |
+ "span": [77, 23, 30] |
+ }, { |
+ "path": [4, 1, 2, 9, 3], |
+ "span": [77, 33, 34] |
+ }, { |
+ "path": [4, 1, 2, 10], |
+ "span": [83, 2, 47], |
+ "leading_comments": " This field contains optional information about the original source code.\n You may safely remove this entire field without harming runtime\n functionality of the descriptors -- the information is needed only by\n development tools.\n" |
+ }, { |
+ "path": [4, 1, 2, 10, 4], |
+ "span": [83, 2, 10] |
+ }, { |
+ "path": [4, 1, 2, 10, 6], |
+ "span": [83, 11, 25] |
+ }, { |
+ "path": [4, 1, 2, 10, 1], |
+ "span": [83, 26, 42] |
+ }, { |
+ "path": [4, 1, 2, 10, 3], |
+ "span": [83, 45, 46] |
+ }, { |
+ "path": [4, 1, 2, 11], |
+ "span": [87, 2, 30], |
+ "leading_comments": " The syntax of the proto file.\n The supported values are \"proto2\" and \"proto3\".\n" |
+ }, { |
+ "path": [4, 1, 2, 11, 4], |
+ "span": [87, 2, 10] |
+ }, { |
+ "path": [4, 1, 2, 11, 5], |
+ "span": [87, 11, 17] |
+ }, { |
+ "path": [4, 1, 2, 11, 1], |
+ "span": [87, 18, 24] |
+ }, { |
+ "path": [4, 1, 2, 11, 3], |
+ "span": [87, 27, 29] |
+ }, { |
+ "path": [4, 2], |
+ "span": [91, 0, 121, 1], |
+ "leading_comments": " Describes a message type.\n" |
+ }, { |
+ "path": [4, 2, 1], |
+ "span": [91, 8, 23] |
+ }, { |
+ "path": [4, 2, 2, 0], |
+ "span": [92, 2, 27] |
+ }, { |
+ "path": [4, 2, 2, 0, 4], |
+ "span": [92, 2, 10] |
+ }, { |
+ "path": [4, 2, 2, 0, 5], |
+ "span": [92, 11, 17] |
+ }, { |
+ "path": [4, 2, 2, 0, 1], |
+ "span": [92, 18, 22] |
+ }, { |
+ "path": [4, 2, 2, 0, 3], |
+ "span": [92, 25, 26] |
+ }, { |
+ "path": [4, 2, 2, 1], |
+ "span": [94, 2, 42] |
+ }, { |
+ "path": [4, 2, 2, 1, 4], |
+ "span": [94, 2, 10] |
+ }, { |
+ "path": [4, 2, 2, 1, 6], |
+ "span": [94, 11, 31] |
+ }, { |
+ "path": [4, 2, 2, 1, 1], |
+ "span": [94, 32, 37] |
+ }, { |
+ "path": [4, 2, 2, 1, 3], |
+ "span": [94, 40, 41] |
+ }, { |
+ "path": [4, 2, 2, 2], |
+ "span": [95, 2, 46] |
+ }, { |
+ "path": [4, 2, 2, 2, 4], |
+ "span": [95, 2, 10] |
+ }, { |
+ "path": [4, 2, 2, 2, 6], |
+ "span": [95, 11, 31] |
+ }, { |
+ "path": [4, 2, 2, 2, 1], |
+ "span": [95, 32, 41] |
+ }, { |
+ "path": [4, 2, 2, 2, 3], |
+ "span": [95, 44, 45] |
+ }, { |
+ "path": [4, 2, 2, 3], |
+ "span": [97, 2, 43] |
+ }, { |
+ "path": [4, 2, 2, 3, 4], |
+ "span": [97, 2, 10] |
+ }, { |
+ "path": [4, 2, 2, 3, 6], |
+ "span": [97, 11, 26] |
+ }, { |
+ "path": [4, 2, 2, 3, 1], |
+ "span": [97, 27, 38] |
+ }, { |
+ "path": [4, 2, 2, 3, 3], |
+ "span": [97, 41, 42] |
+ }, { |
+ "path": [4, 2, 2, 4], |
+ "span": [98, 2, 45] |
+ }, { |
+ "path": [4, 2, 2, 4, 4], |
+ "span": [98, 2, 10] |
+ }, { |
+ "path": [4, 2, 2, 4, 6], |
+ "span": [98, 11, 30] |
+ }, { |
+ "path": [4, 2, 2, 4, 1], |
+ "span": [98, 31, 40] |
+ }, { |
+ "path": [4, 2, 2, 4, 3], |
+ "span": [98, 43, 44] |
+ }, { |
+ "path": [4, 2, 3, 0], |
+ "span": [100, 2, 103, 3] |
+ }, { |
+ "path": [4, 2, 3, 0, 1], |
+ "span": [100, 10, 24] |
+ }, { |
+ "path": [4, 2, 3, 0, 2, 0], |
+ "span": [101, 4, 29] |
+ }, { |
+ "path": [4, 2, 3, 0, 2, 0, 4], |
+ "span": [101, 4, 12] |
+ }, { |
+ "path": [4, 2, 3, 0, 2, 0, 5], |
+ "span": [101, 13, 18] |
+ }, { |
+ "path": [4, 2, 3, 0, 2, 0, 1], |
+ "span": [101, 19, 24] |
+ }, { |
+ "path": [4, 2, 3, 0, 2, 0, 3], |
+ "span": [101, 27, 28] |
+ }, { |
+ "path": [4, 2, 3, 0, 2, 1], |
+ "span": [102, 4, 27] |
+ }, { |
+ "path": [4, 2, 3, 0, 2, 1, 4], |
+ "span": [102, 4, 12] |
+ }, { |
+ "path": [4, 2, 3, 0, 2, 1, 5], |
+ "span": [102, 13, 18] |
+ }, { |
+ "path": [4, 2, 3, 0, 2, 1, 1], |
+ "span": [102, 19, 22] |
+ }, { |
+ "path": [4, 2, 3, 0, 2, 1, 3], |
+ "span": [102, 25, 26] |
+ }, { |
+ "path": [4, 2, 2, 5], |
+ "span": [104, 2, 46] |
+ }, { |
+ "path": [4, 2, 2, 5, 4], |
+ "span": [104, 2, 10] |
+ }, { |
+ "path": [4, 2, 2, 5, 6], |
+ "span": [104, 11, 25] |
+ }, { |
+ "path": [4, 2, 2, 5, 1], |
+ "span": [104, 26, 41] |
+ }, { |
+ "path": [4, 2, 2, 5, 3], |
+ "span": [104, 44, 45] |
+ }, { |
+ "path": [4, 2, 2, 6], |
+ "span": [106, 2, 47] |
+ }, { |
+ "path": [4, 2, 2, 6, 4], |
+ "span": [106, 2, 10] |
+ }, { |
+ "path": [4, 2, 2, 6, 6], |
+ "span": [106, 11, 31] |
+ }, { |
+ "path": [4, 2, 2, 6, 1], |
+ "span": [106, 32, 42] |
+ }, { |
+ "path": [4, 2, 2, 6, 3], |
+ "span": [106, 45, 46] |
+ }, { |
+ "path": [4, 2, 2, 7], |
+ "span": [108, 2, 38] |
+ }, { |
+ "path": [4, 2, 2, 7, 4], |
+ "span": [108, 2, 10] |
+ }, { |
+ "path": [4, 2, 2, 7, 6], |
+ "span": [108, 11, 25] |
+ }, { |
+ "path": [4, 2, 2, 7, 1], |
+ "span": [108, 26, 33] |
+ }, { |
+ "path": [4, 2, 2, 7, 3], |
+ "span": [108, 36, 37] |
+ }, { |
+ "path": [4, 2, 3, 1], |
+ "span": [113, 2, 116, 3], |
+ "leading_comments": " Range of reserved tag numbers. Reserved tag numbers may not be used by\n fields or extension ranges in the same message. Reserved ranges may\n not overlap.\n" |
+ }, { |
+ "path": [4, 2, 3, 1, 1], |
+ "span": [113, 10, 23] |
+ }, { |
+ "path": [4, 2, 3, 1, 2, 0], |
+ "span": [114, 4, 29], |
+ "trailing_comments": " Inclusive.\n" |
+ }, { |
+ "path": [4, 2, 3, 1, 2, 0, 4], |
+ "span": [114, 4, 12] |
+ }, { |
+ "path": [4, 2, 3, 1, 2, 0, 5], |
+ "span": [114, 13, 18] |
+ }, { |
+ "path": [4, 2, 3, 1, 2, 0, 1], |
+ "span": [114, 19, 24] |
+ }, { |
+ "path": [4, 2, 3, 1, 2, 0, 3], |
+ "span": [114, 27, 28] |
+ }, { |
+ "path": [4, 2, 3, 1, 2, 1], |
+ "span": [115, 4, 27], |
+ "trailing_comments": " Exclusive.\n" |
+ }, { |
+ "path": [4, 2, 3, 1, 2, 1, 4], |
+ "span": [115, 4, 12] |
+ }, { |
+ "path": [4, 2, 3, 1, 2, 1, 5], |
+ "span": [115, 13, 18] |
+ }, { |
+ "path": [4, 2, 3, 1, 2, 1, 1], |
+ "span": [115, 19, 22] |
+ }, { |
+ "path": [4, 2, 3, 1, 2, 1, 3], |
+ "span": [115, 25, 26] |
+ }, { |
+ "path": [4, 2, 2, 8], |
+ "span": [117, 2, 44] |
+ }, { |
+ "path": [4, 2, 2, 8, 4], |
+ "span": [117, 2, 10] |
+ }, { |
+ "path": [4, 2, 2, 8, 6], |
+ "span": [117, 11, 24] |
+ }, { |
+ "path": [4, 2, 2, 8, 1], |
+ "span": [117, 25, 39] |
+ }, { |
+ "path": [4, 2, 2, 8, 3], |
+ "span": [117, 42, 43] |
+ }, { |
+ "path": [4, 2, 2, 9], |
+ "span": [120, 2, 37], |
+ "leading_comments": " Reserved field names, which may not be used by fields in the same message.\n A given name may only be reserved once.\n" |
+ }, { |
+ "path": [4, 2, 2, 9, 4], |
+ "span": [120, 2, 10] |
+ }, { |
+ "path": [4, 2, 2, 9, 5], |
+ "span": [120, 11, 17] |
+ }, { |
+ "path": [4, 2, 2, 9, 1], |
+ "span": [120, 18, 31] |
+ }, { |
+ "path": [4, 2, 2, 9, 3], |
+ "span": [120, 34, 36] |
+ }, { |
+ "path": [4, 3], |
+ "span": [124, 0, 193, 1], |
+ "leading_comments": " Describes a field within a message.\n" |
+ }, { |
+ "path": [4, 3, 1], |
+ "span": [124, 8, 28] |
+ }, { |
+ "path": [4, 3, 4, 0], |
+ "span": [125, 2, 152, 3] |
+ }, { |
+ "path": [4, 3, 4, 0, 1], |
+ "span": [125, 7, 11] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 0], |
+ "span": [128, 4, 28], |
+ "leading_comments": " 0 is reserved for errors.\n Order is weird for historical reasons.\n" |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 0, 1], |
+ "span": [128, 4, 15] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 0, 2], |
+ "span": [128, 26, 27] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 1], |
+ "span": [129, 4, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 1, 1], |
+ "span": [129, 4, 14] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 1, 2], |
+ "span": [129, 26, 27] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 2], |
+ "span": [132, 4, 28], |
+ "leading_comments": " Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if\n negative values are likely.\n" |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 2, 1], |
+ "span": [132, 4, 14] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 2, 2], |
+ "span": [132, 26, 27] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 3], |
+ "span": [133, 4, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 3, 1], |
+ "span": [133, 4, 15] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 3, 2], |
+ "span": [133, 26, 27] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 4], |
+ "span": [136, 4, 28], |
+ "leading_comments": " Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if\n negative values are likely.\n" |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 4, 1], |
+ "span": [136, 4, 14] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 4, 2], |
+ "span": [136, 26, 27] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 5], |
+ "span": [137, 4, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 5, 1], |
+ "span": [137, 4, 16] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 5, 2], |
+ "span": [137, 26, 27] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 6], |
+ "span": [138, 4, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 6, 1], |
+ "span": [138, 4, 16] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 6, 2], |
+ "span": [138, 26, 27] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 7], |
+ "span": [139, 4, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 7, 1], |
+ "span": [139, 4, 13] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 7, 2], |
+ "span": [139, 26, 27] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 8], |
+ "span": [140, 4, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 8, 1], |
+ "span": [140, 4, 15] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 8, 2], |
+ "span": [140, 26, 27] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 9], |
+ "span": [141, 4, 29], |
+ "trailing_comments": " Tag-delimited aggregate.\n" |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 9, 1], |
+ "span": [141, 4, 14] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 9, 2], |
+ "span": [141, 26, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 10], |
+ "span": [142, 4, 29], |
+ "trailing_comments": " Length-delimited aggregate.\n" |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 10, 1], |
+ "span": [142, 4, 16] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 10, 2], |
+ "span": [142, 26, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 11], |
+ "span": [145, 4, 29], |
+ "leading_comments": " New in version 2.\n" |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 11, 1], |
+ "span": [145, 4, 14] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 11, 2], |
+ "span": [145, 26, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 12], |
+ "span": [146, 4, 29] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 12, 1], |
+ "span": [146, 4, 15] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 12, 2], |
+ "span": [146, 26, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 13], |
+ "span": [147, 4, 29] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 13, 1], |
+ "span": [147, 4, 13] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 13, 2], |
+ "span": [147, 26, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 14], |
+ "span": [148, 4, 29] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 14, 1], |
+ "span": [148, 4, 17] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 14, 2], |
+ "span": [148, 26, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 15], |
+ "span": [149, 4, 29] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 15, 1], |
+ "span": [149, 4, 17] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 15, 2], |
+ "span": [149, 26, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 16], |
+ "span": [150, 4, 29], |
+ "trailing_comments": " Uses ZigZag encoding.\n" |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 16, 1], |
+ "span": [150, 4, 15] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 16, 2], |
+ "span": [150, 26, 28] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 17], |
+ "span": [151, 4, 29], |
+ "trailing_comments": " Uses ZigZag encoding.\n" |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 17, 1], |
+ "span": [151, 4, 15] |
+ }, { |
+ "path": [4, 3, 4, 0, 2, 17, 2], |
+ "span": [151, 26, 28] |
+ }, { |
+ "path": [4, 3, 4, 1], |
+ "span": [154, 2, 160, 3] |
+ }, { |
+ "path": [4, 3, 4, 1, 1], |
+ "span": [154, 7, 12] |
+ }, { |
+ "path": [4, 3, 4, 1, 2, 0], |
+ "span": [156, 4, 28], |
+ "leading_comments": " 0 is reserved for errors\n" |
+ }, { |
+ "path": [4, 3, 4, 1, 2, 0, 1], |
+ "span": [156, 4, 18] |
+ }, { |
+ "path": [4, 3, 4, 1, 2, 0, 2], |
+ "span": [156, 26, 27] |
+ }, { |
+ "path": [4, 3, 4, 1, 2, 1], |
+ "span": [157, 4, 28] |
+ }, { |
+ "path": [4, 3, 4, 1, 2, 1, 1], |
+ "span": [157, 4, 18] |
+ }, { |
+ "path": [4, 3, 4, 1, 2, 1, 2], |
+ "span": [157, 26, 27] |
+ }, { |
+ "path": [4, 3, 4, 1, 2, 2], |
+ "span": [158, 4, 28], |
+ "trailing_comments": " TODO(sanjay): Should we add LABEL_MAP?\n" |
+ }, { |
+ "path": [4, 3, 4, 1, 2, 2, 1], |
+ "span": [158, 4, 18] |
+ }, { |
+ "path": [4, 3, 4, 1, 2, 2, 2], |
+ "span": [158, 26, 27] |
+ }, { |
+ "path": [4, 3, 2, 0], |
+ "span": [162, 2, 27] |
+ }, { |
+ "path": [4, 3, 2, 0, 4], |
+ "span": [162, 2, 10] |
+ }, { |
+ "path": [4, 3, 2, 0, 5], |
+ "span": [162, 11, 17] |
+ }, { |
+ "path": [4, 3, 2, 0, 1], |
+ "span": [162, 18, 22] |
+ }, { |
+ "path": [4, 3, 2, 0, 3], |
+ "span": [162, 25, 26] |
+ }, { |
+ "path": [4, 3, 2, 1], |
+ "span": [163, 2, 28] |
+ }, { |
+ "path": [4, 3, 2, 1, 4], |
+ "span": [163, 2, 10] |
+ }, { |
+ "path": [4, 3, 2, 1, 5], |
+ "span": [163, 11, 16] |
+ }, { |
+ "path": [4, 3, 2, 1, 1], |
+ "span": [163, 17, 23] |
+ }, { |
+ "path": [4, 3, 2, 1, 3], |
+ "span": [163, 26, 27] |
+ }, { |
+ "path": [4, 3, 2, 2], |
+ "span": [164, 2, 27] |
+ }, { |
+ "path": [4, 3, 2, 2, 4], |
+ "span": [164, 2, 10] |
+ }, { |
+ "path": [4, 3, 2, 2, 6], |
+ "span": [164, 11, 16] |
+ }, { |
+ "path": [4, 3, 2, 2, 1], |
+ "span": [164, 17, 22] |
+ }, { |
+ "path": [4, 3, 2, 2, 3], |
+ "span": [164, 25, 26] |
+ }, { |
+ "path": [4, 3, 2, 3], |
+ "span": [168, 2, 25], |
+ "leading_comments": " If type_name is set, this need not be set. If both this and type_name\n are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.\n" |
+ }, { |
+ "path": [4, 3, 2, 3, 4], |
+ "span": [168, 2, 10] |
+ }, { |
+ "path": [4, 3, 2, 3, 6], |
+ "span": [168, 11, 15] |
+ }, { |
+ "path": [4, 3, 2, 3, 1], |
+ "span": [168, 16, 20] |
+ }, { |
+ "path": [4, 3, 2, 3, 3], |
+ "span": [168, 23, 24] |
+ }, { |
+ "path": [4, 3, 2, 4], |
+ "span": [175, 2, 32], |
+ "leading_comments": " For message and enum types, this is the name of the type. If the name\n starts with a '.', it is fully-qualified. Otherwise, C++-like scoping\n rules are used to find the type (i.e. first the nested types within this\n message are searched, then within the parent, on up to the root\n namespace).\n" |
+ }, { |
+ "path": [4, 3, 2, 4, 4], |
+ "span": [175, 2, 10] |
+ }, { |
+ "path": [4, 3, 2, 4, 5], |
+ "span": [175, 11, 17] |
+ }, { |
+ "path": [4, 3, 2, 4, 1], |
+ "span": [175, 18, 27] |
+ }, { |
+ "path": [4, 3, 2, 4, 3], |
+ "span": [175, 30, 31] |
+ }, { |
+ "path": [4, 3, 2, 5], |
+ "span": [179, 2, 31], |
+ "leading_comments": " For extensions, this is the name of the type being extended. It is\n resolved in the same manner as type_name.\n" |
+ }, { |
+ "path": [4, 3, 2, 5, 4], |
+ "span": [179, 2, 10] |
+ }, { |
+ "path": [4, 3, 2, 5, 5], |
+ "span": [179, 11, 17] |
+ }, { |
+ "path": [4, 3, 2, 5, 1], |
+ "span": [179, 18, 26] |
+ }, { |
+ "path": [4, 3, 2, 5, 3], |
+ "span": [179, 29, 30] |
+ }, { |
+ "path": [4, 3, 2, 6], |
+ "span": [186, 2, 36], |
+ "leading_comments": " For numeric types, contains the original text representation of the value.\n For booleans, \"true\" or \"false\".\n For strings, contains the default text contents (not escaped in any way).\n For bytes, contains the C escaped value. All bytes \u003e= 128 are escaped.\n TODO(kenton): Base-64 encode?\n" |
+ }, { |
+ "path": [4, 3, 2, 6, 4], |
+ "span": [186, 2, 10] |
+ }, { |
+ "path": [4, 3, 2, 6, 5], |
+ "span": [186, 11, 17] |
+ }, { |
+ "path": [4, 3, 2, 6, 1], |
+ "span": [186, 18, 31] |
+ }, { |
+ "path": [4, 3, 2, 6, 3], |
+ "span": [186, 34, 35] |
+ }, { |
+ "path": [4, 3, 2, 7], |
+ "span": [190, 2, 33], |
+ "leading_comments": " If set, gives the index of a oneof in the containing type's oneof_decl\n list. This field is a member of that oneof.\n" |
+ }, { |
+ "path": [4, 3, 2, 7, 4], |
+ "span": [190, 2, 10] |
+ }, { |
+ "path": [4, 3, 2, 7, 5], |
+ "span": [190, 11, 16] |
+ }, { |
+ "path": [4, 3, 2, 7, 1], |
+ "span": [190, 17, 28] |
+ }, { |
+ "path": [4, 3, 2, 7, 3], |
+ "span": [190, 31, 32] |
+ }, { |
+ "path": [4, 3, 2, 8], |
+ "span": [192, 2, 36] |
+ }, { |
+ "path": [4, 3, 2, 8, 4], |
+ "span": [192, 2, 10] |
+ }, { |
+ "path": [4, 3, 2, 8, 6], |
+ "span": [192, 11, 23] |
+ }, { |
+ "path": [4, 3, 2, 8, 1], |
+ "span": [192, 24, 31] |
+ }, { |
+ "path": [4, 3, 2, 8, 3], |
+ "span": [192, 34, 35] |
+ }, { |
+ "path": [4, 4], |
+ "span": [196, 0, 198, 1], |
+ "leading_comments": " Describes a oneof.\n" |
+ }, { |
+ "path": [4, 4, 1], |
+ "span": [196, 8, 28] |
+ }, { |
+ "path": [4, 4, 2, 0], |
+ "span": [197, 2, 27] |
+ }, { |
+ "path": [4, 4, 2, 0, 4], |
+ "span": [197, 2, 10] |
+ }, { |
+ "path": [4, 4, 2, 0, 5], |
+ "span": [197, 11, 17] |
+ }, { |
+ "path": [4, 4, 2, 0, 1], |
+ "span": [197, 18, 22] |
+ }, { |
+ "path": [4, 4, 2, 0, 3], |
+ "span": [197, 25, 26] |
+ }, { |
+ "path": [4, 5], |
+ "span": [201, 0, 207, 1], |
+ "leading_comments": " Describes an enum type.\n" |
+ }, { |
+ "path": [4, 5, 1], |
+ "span": [201, 8, 27] |
+ }, { |
+ "path": [4, 5, 2, 0], |
+ "span": [202, 2, 27] |
+ }, { |
+ "path": [4, 5, 2, 0, 4], |
+ "span": [202, 2, 10] |
+ }, { |
+ "path": [4, 5, 2, 0, 5], |
+ "span": [202, 11, 17] |
+ }, { |
+ "path": [4, 5, 2, 0, 1], |
+ "span": [202, 18, 22] |
+ }, { |
+ "path": [4, 5, 2, 0, 3], |
+ "span": [202, 25, 26] |
+ }, { |
+ "path": [4, 5, 2, 1], |
+ "span": [204, 2, 46] |
+ }, { |
+ "path": [4, 5, 2, 1, 4], |
+ "span": [204, 2, 10] |
+ }, { |
+ "path": [4, 5, 2, 1, 6], |
+ "span": [204, 11, 35] |
+ }, { |
+ "path": [4, 5, 2, 1, 1], |
+ "span": [204, 36, 41] |
+ }, { |
+ "path": [4, 5, 2, 1, 3], |
+ "span": [204, 44, 45] |
+ }, { |
+ "path": [4, 5, 2, 2], |
+ "span": [206, 2, 35] |
+ }, { |
+ "path": [4, 5, 2, 2, 4], |
+ "span": [206, 2, 10] |
+ }, { |
+ "path": [4, 5, 2, 2, 6], |
+ "span": [206, 11, 22] |
+ }, { |
+ "path": [4, 5, 2, 2, 1], |
+ "span": [206, 23, 30] |
+ }, { |
+ "path": [4, 5, 2, 2, 3], |
+ "span": [206, 33, 34] |
+ }, { |
+ "path": [4, 6], |
+ "span": [210, 0, 215, 1], |
+ "leading_comments": " Describes a value within an enum.\n" |
+ }, { |
+ "path": [4, 6, 1], |
+ "span": [210, 8, 32] |
+ }, { |
+ "path": [4, 6, 2, 0], |
+ "span": [211, 2, 27] |
+ }, { |
+ "path": [4, 6, 2, 0, 4], |
+ "span": [211, 2, 10] |
+ }, { |
+ "path": [4, 6, 2, 0, 5], |
+ "span": [211, 11, 17] |
+ }, { |
+ "path": [4, 6, 2, 0, 1], |
+ "span": [211, 18, 22] |
+ }, { |
+ "path": [4, 6, 2, 0, 3], |
+ "span": [211, 25, 26] |
+ }, { |
+ "path": [4, 6, 2, 1], |
+ "span": [212, 2, 28] |
+ }, { |
+ "path": [4, 6, 2, 1, 4], |
+ "span": [212, 2, 10] |
+ }, { |
+ "path": [4, 6, 2, 1, 5], |
+ "span": [212, 11, 16] |
+ }, { |
+ "path": [4, 6, 2, 1, 1], |
+ "span": [212, 17, 23] |
+ }, { |
+ "path": [4, 6, 2, 1, 3], |
+ "span": [212, 26, 27] |
+ }, { |
+ "path": [4, 6, 2, 2], |
+ "span": [214, 2, 40] |
+ }, { |
+ "path": [4, 6, 2, 2, 4], |
+ "span": [214, 2, 10] |
+ }, { |
+ "path": [4, 6, 2, 2, 6], |
+ "span": [214, 11, 27] |
+ }, { |
+ "path": [4, 6, 2, 2, 1], |
+ "span": [214, 28, 35] |
+ }, { |
+ "path": [4, 6, 2, 2, 3], |
+ "span": [214, 38, 39] |
+ }, { |
+ "path": [4, 7], |
+ "span": [218, 0, 223, 1], |
+ "leading_comments": " Describes a service.\n" |
+ }, { |
+ "path": [4, 7, 1], |
+ "span": [218, 8, 30] |
+ }, { |
+ "path": [4, 7, 2, 0], |
+ "span": [219, 2, 27] |
+ }, { |
+ "path": [4, 7, 2, 0, 4], |
+ "span": [219, 2, 10] |
+ }, { |
+ "path": [4, 7, 2, 0, 5], |
+ "span": [219, 11, 17] |
+ }, { |
+ "path": [4, 7, 2, 0, 1], |
+ "span": [219, 18, 22] |
+ }, { |
+ "path": [4, 7, 2, 0, 3], |
+ "span": [219, 25, 26] |
+ }, { |
+ "path": [4, 7, 2, 1], |
+ "span": [220, 2, 44] |
+ }, { |
+ "path": [4, 7, 2, 1, 4], |
+ "span": [220, 2, 10] |
+ }, { |
+ "path": [4, 7, 2, 1, 6], |
+ "span": [220, 11, 32] |
+ }, { |
+ "path": [4, 7, 2, 1, 1], |
+ "span": [220, 33, 39] |
+ }, { |
+ "path": [4, 7, 2, 1, 3], |
+ "span": [220, 42, 43] |
+ }, { |
+ "path": [4, 7, 2, 2], |
+ "span": [222, 2, 38] |
+ }, { |
+ "path": [4, 7, 2, 2, 4], |
+ "span": [222, 2, 10] |
+ }, { |
+ "path": [4, 7, 2, 2, 6], |
+ "span": [222, 11, 25] |
+ }, { |
+ "path": [4, 7, 2, 2, 1], |
+ "span": [222, 26, 33] |
+ }, { |
+ "path": [4, 7, 2, 2, 3], |
+ "span": [222, 36, 37] |
+ }, { |
+ "path": [4, 8], |
+ "span": [226, 0, 240, 1], |
+ "leading_comments": " Describes a method of a service.\n" |
+ }, { |
+ "path": [4, 8, 1], |
+ "span": [226, 8, 29] |
+ }, { |
+ "path": [4, 8, 2, 0], |
+ "span": [227, 2, 27] |
+ }, { |
+ "path": [4, 8, 2, 0, 4], |
+ "span": [227, 2, 10] |
+ }, { |
+ "path": [4, 8, 2, 0, 5], |
+ "span": [227, 11, 17] |
+ }, { |
+ "path": [4, 8, 2, 0, 1], |
+ "span": [227, 18, 22] |
+ }, { |
+ "path": [4, 8, 2, 0, 3], |
+ "span": [227, 25, 26] |
+ }, { |
+ "path": [4, 8, 2, 1], |
+ "span": [231, 2, 33], |
+ "leading_comments": " Input and output type names. These are resolved in the same way as\n FieldDescriptorProto.type_name, but must refer to a message type.\n" |
+ }, { |
+ "path": [4, 8, 2, 1, 4], |
+ "span": [231, 2, 10] |
+ }, { |
+ "path": [4, 8, 2, 1, 5], |
+ "span": [231, 11, 17] |
+ }, { |
+ "path": [4, 8, 2, 1, 1], |
+ "span": [231, 18, 28] |
+ }, { |
+ "path": [4, 8, 2, 1, 3], |
+ "span": [231, 31, 32] |
+ }, { |
+ "path": [4, 8, 2, 2], |
+ "span": [232, 2, 34] |
+ }, { |
+ "path": [4, 8, 2, 2, 4], |
+ "span": [232, 2, 10] |
+ }, { |
+ "path": [4, 8, 2, 2, 5], |
+ "span": [232, 11, 17] |
+ }, { |
+ "path": [4, 8, 2, 2, 1], |
+ "span": [232, 18, 29] |
+ }, { |
+ "path": [4, 8, 2, 2, 3], |
+ "span": [232, 32, 33] |
+ }, { |
+ "path": [4, 8, 2, 3], |
+ "span": [234, 2, 37] |
+ }, { |
+ "path": [4, 8, 2, 3, 4], |
+ "span": [234, 2, 10] |
+ }, { |
+ "path": [4, 8, 2, 3, 6], |
+ "span": [234, 11, 24] |
+ }, { |
+ "path": [4, 8, 2, 3, 1], |
+ "span": [234, 25, 32] |
+ }, { |
+ "path": [4, 8, 2, 3, 3], |
+ "span": [234, 35, 36] |
+ }, { |
+ "path": [4, 8, 2, 4], |
+ "span": [237, 2, 53], |
+ "leading_comments": " Identifies if client streams multiple client messages\n" |
+ }, { |
+ "path": [4, 8, 2, 4, 4], |
+ "span": [237, 2, 10] |
+ }, { |
+ "path": [4, 8, 2, 4, 5], |
+ "span": [237, 11, 15] |
+ }, { |
+ "path": [4, 8, 2, 4, 1], |
+ "span": [237, 16, 32] |
+ }, { |
+ "path": [4, 8, 2, 4, 3], |
+ "span": [237, 35, 36] |
+ }, { |
+ "path": [4, 8, 2, 4, 8], |
+ "span": [237, 37, 52] |
+ }, { |
+ "path": [4, 8, 2, 4, 7], |
+ "span": [237, 46, 51] |
+ }, { |
+ "path": [4, 8, 2, 5], |
+ "span": [239, 2, 53], |
+ "leading_comments": " Identifies if server streams multiple server messages\n" |
+ }, { |
+ "path": [4, 8, 2, 5, 4], |
+ "span": [239, 2, 10] |
+ }, { |
+ "path": [4, 8, 2, 5, 5], |
+ "span": [239, 11, 15] |
+ }, { |
+ "path": [4, 8, 2, 5, 1], |
+ "span": [239, 16, 32] |
+ }, { |
+ "path": [4, 8, 2, 5, 3], |
+ "span": [239, 35, 36] |
+ }, { |
+ "path": [4, 8, 2, 5, 8], |
+ "span": [239, 37, 52] |
+ }, { |
+ "path": [4, 8, 2, 5, 7], |
+ "span": [239, 46, 51] |
+ }, { |
+ "path": [4, 9], |
+ "span": [276, 0, 382, 1], |
+ "leading_detached_comments": [" ===================================================================\n Options\n", " Each of the definitions above may have \"options\" attached. These are\n just annotations which may cause code to be generated slightly differently\n or may contain hints for code that manipulates protocol messages.\n\n Clients may define custom options as extensions of the *Options messages.\n These extensions may not yet be known at parsing time, so the parser cannot\n store the values in them. Instead it stores them in a field in the *Options\n message called uninterpreted_option. This field must have the same name\n across all *Options messages. We then use this field to populate the\n extensions when we build a descriptor, at which point all protos have been\n parsed and so all extensions are known.\n\n Extension numbers for custom options may be chosen as follows:\n * For options which will only be used within a single application or\n organization, or for experimental options, use field numbers 50000\n through 99999. It is up to you to ensure that you do not use the\n same number for multiple options.\n * For options which will be published and used publicly by multiple\n independent entities, e-mail protobuf-global-extension-registry@google.com\n to reserve extension numbers. Simply provide your project name (e.g.\n Objective-C plugin) and your project website (if available) -- there's no\n need to explain how you intend to use them. Usually you only need one\n extension number. You can declare multiple options with only one extension\n number by putting them in a sub-message. See the Custom Options section of\n the docs for examples:\n https://developers.google.com/protocol-buffers/docs/proto#options\n If this turns out to be popular, a web service will be set up\n to automatically assign option numbers.\n"] |
+ }, { |
+ "path": [4, 9, 1], |
+ "span": [276, 8, 19] |
+ }, { |
+ "path": [4, 9, 2, 0], |
+ "span": [282, 2, 35], |
+ "leading_comments": " Sets the Java package where classes generated from this .proto will be\n placed. By default, the proto package is used, but this is often\n inappropriate because proto packages do not normally start with backwards\n domain names.\n" |
+ }, { |
+ "path": [4, 9, 2, 0, 4], |
+ "span": [282, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 0, 5], |
+ "span": [282, 11, 17] |
+ }, { |
+ "path": [4, 9, 2, 0, 1], |
+ "span": [282, 18, 30] |
+ }, { |
+ "path": [4, 9, 2, 0, 3], |
+ "span": [282, 33, 34] |
+ }, { |
+ "path": [4, 9, 2, 1], |
+ "span": [290, 2, 43], |
+ "leading_comments": " If set, all the classes from the .proto file are wrapped in a single\n outer class with the given name. This applies to both Proto1\n (equivalent to the old \"--one_java_file\" option) and Proto2 (where\n a .proto always translates to a single class, but you may want to\n explicitly choose the class name).\n" |
+ }, { |
+ "path": [4, 9, 2, 1, 4], |
+ "span": [290, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 1, 5], |
+ "span": [290, 11, 17] |
+ }, { |
+ "path": [4, 9, 2, 1, 1], |
+ "span": [290, 18, 38] |
+ }, { |
+ "path": [4, 9, 2, 1, 3], |
+ "span": [290, 41, 42] |
+ }, { |
+ "path": [4, 9, 2, 2], |
+ "span": [298, 2, 57], |
+ "leading_comments": " If set true, then the Java code generator will generate a separate .java\n file for each top-level message, enum, and service defined in the .proto\n file. Thus, these types will *not* be nested inside the outer class\n named by java_outer_classname. However, the outer class will still be\n generated to contain the file's getDescriptor() method as well as any\n top-level extensions defined in the file.\n" |
+ }, { |
+ "path": [4, 9, 2, 2, 4], |
+ "span": [298, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 2, 5], |
+ "span": [298, 11, 15] |
+ }, { |
+ "path": [4, 9, 2, 2, 1], |
+ "span": [298, 16, 35] |
+ }, { |
+ "path": [4, 9, 2, 2, 3], |
+ "span": [298, 38, 40] |
+ }, { |
+ "path": [4, 9, 2, 2, 8], |
+ "span": [298, 41, 56] |
+ }, { |
+ "path": [4, 9, 2, 2, 7], |
+ "span": [298, 50, 55] |
+ }, { |
+ "path": [4, 9, 2, 3], |
+ "span": [312, 2, 67], |
+ "leading_comments": " If set true, then the Java code generator will generate equals() and\n hashCode() methods for all messages defined in the .proto file.\n This increases generated code size, potentially substantially for large\n protos, which may harm a memory-constrained application.\n - In the full runtime this is a speed optimization, as the\n AbstractMessage base class includes reflection-based implementations of\n these methods.\n - In the lite runtime, setting this option changes the semantics of\n equals() and hashCode() to more closely match those of the full runtime;\n the generated methods compute their results based on field values rather\n than object identity. (Implementations should not assume that hashcodes\n will be consistent across runtimes or versions of the protocol compiler.)\n" |
+ }, { |
+ "path": [4, 9, 2, 3, 4], |
+ "span": [312, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 3, 5], |
+ "span": [312, 11, 15] |
+ }, { |
+ "path": [4, 9, 2, 3, 1], |
+ "span": [312, 16, 45] |
+ }, { |
+ "path": [4, 9, 2, 3, 3], |
+ "span": [312, 48, 50] |
+ }, { |
+ "path": [4, 9, 2, 3, 8], |
+ "span": [312, 51, 66] |
+ }, { |
+ "path": [4, 9, 2, 3, 7], |
+ "span": [312, 60, 65] |
+ }, { |
+ "path": [4, 9, 2, 4], |
+ "span": [320, 2, 60], |
+ "leading_comments": " If set true, then the Java2 code generator will generate code that\n throws an exception whenever an attempt is made to assign a non-UTF-8\n byte sequence to a string field.\n Message reflection will do the same.\n However, an extension field still accepts non-UTF-8 byte sequences.\n This option has no effect on when used with the lite runtime.\n" |
+ }, { |
+ "path": [4, 9, 2, 4, 4], |
+ "span": [320, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 4, 5], |
+ "span": [320, 11, 15] |
+ }, { |
+ "path": [4, 9, 2, 4, 1], |
+ "span": [320, 16, 38] |
+ }, { |
+ "path": [4, 9, 2, 4, 3], |
+ "span": [320, 41, 43] |
+ }, { |
+ "path": [4, 9, 2, 4, 8], |
+ "span": [320, 44, 59] |
+ }, { |
+ "path": [4, 9, 2, 4, 7], |
+ "span": [320, 53, 58] |
+ }, { |
+ "path": [4, 9, 4, 0], |
+ "span": [324, 2, 329, 3], |
+ "leading_comments": " Generated classes can be optimized for speed or code size.\n" |
+ }, { |
+ "path": [4, 9, 4, 0, 1], |
+ "span": [324, 7, 19] |
+ }, { |
+ "path": [4, 9, 4, 0, 2, 0], |
+ "span": [325, 4, 14], |
+ "trailing_comments": " Generate complete code for parsing, serialization,\n" |
+ }, { |
+ "path": [4, 9, 4, 0, 2, 0, 1], |
+ "span": [325, 4, 9] |
+ }, { |
+ "path": [4, 9, 4, 0, 2, 0, 2], |
+ "span": [325, 12, 13] |
+ }, { |
+ "path": [4, 9, 4, 0, 2, 1], |
+ "span": [327, 4, 18], |
+ "leading_comments": " etc.\n", |
+ "trailing_comments": " Use ReflectionOps to implement these methods.\n" |
+ }, { |
+ "path": [4, 9, 4, 0, 2, 1, 1], |
+ "span": [327, 4, 13] |
+ }, { |
+ "path": [4, 9, 4, 0, 2, 1, 2], |
+ "span": [327, 16, 17] |
+ }, { |
+ "path": [4, 9, 4, 0, 2, 2], |
+ "span": [328, 4, 21], |
+ "trailing_comments": " Generate code using MessageLite and the lite runtime.\n" |
+ }, { |
+ "path": [4, 9, 4, 0, 2, 2, 1], |
+ "span": [328, 4, 16] |
+ }, { |
+ "path": [4, 9, 4, 0, 2, 2, 2], |
+ "span": [328, 19, 20] |
+ }, { |
+ "path": [4, 9, 2, 5], |
+ "span": [330, 2, 57] |
+ }, { |
+ "path": [4, 9, 2, 5, 4], |
+ "span": [330, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 5, 6], |
+ "span": [330, 11, 23] |
+ }, { |
+ "path": [4, 9, 2, 5, 1], |
+ "span": [330, 24, 36] |
+ }, { |
+ "path": [4, 9, 2, 5, 3], |
+ "span": [330, 39, 40] |
+ }, { |
+ "path": [4, 9, 2, 5, 8], |
+ "span": [330, 41, 56] |
+ }, { |
+ "path": [4, 9, 2, 5, 7], |
+ "span": [330, 50, 55] |
+ }, { |
+ "path": [4, 9, 2, 6], |
+ "span": [337, 2, 34], |
+ "leading_comments": " Sets the Go package where structs generated from this .proto will be\n placed. If omitted, the Go package will be derived from the following:\n - The basename of the package import path, if provided.\n - Otherwise, the package statement in the .proto file, if present.\n - Otherwise, the basename of the .proto file, without extension.\n" |
+ }, { |
+ "path": [4, 9, 2, 6, 4], |
+ "span": [337, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 6, 5], |
+ "span": [337, 11, 17] |
+ }, { |
+ "path": [4, 9, 2, 6, 1], |
+ "span": [337, 18, 28] |
+ }, { |
+ "path": [4, 9, 2, 6, 3], |
+ "span": [337, 31, 33] |
+ }, { |
+ "path": [4, 9, 2, 7], |
+ "span": [351, 2, 57], |
+ "leading_comments": " Should generic services be generated in each language? \"Generic\" services\n are not specific to any particular RPC system. They are generated by the\n main code generators in each language (without additional plugins).\n Generic services were the only kind of service generation supported by\n early versions of google.protobuf.\n\n Generic services are now considered deprecated in favor of using plugins\n that generate code specific to your particular RPC system. Therefore,\n these default to false. Old code which depends on generic services should\n explicitly set them to true.\n" |
+ }, { |
+ "path": [4, 9, 2, 7, 4], |
+ "span": [351, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 7, 5], |
+ "span": [351, 11, 15] |
+ }, { |
+ "path": [4, 9, 2, 7, 1], |
+ "span": [351, 16, 35] |
+ }, { |
+ "path": [4, 9, 2, 7, 3], |
+ "span": [351, 38, 40] |
+ }, { |
+ "path": [4, 9, 2, 7, 8], |
+ "span": [351, 41, 56] |
+ }, { |
+ "path": [4, 9, 2, 7, 7], |
+ "span": [351, 50, 55] |
+ }, { |
+ "path": [4, 9, 2, 8], |
+ "span": [352, 2, 59] |
+ }, { |
+ "path": [4, 9, 2, 8, 4], |
+ "span": [352, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 8, 5], |
+ "span": [352, 11, 15] |
+ }, { |
+ "path": [4, 9, 2, 8, 1], |
+ "span": [352, 16, 37] |
+ }, { |
+ "path": [4, 9, 2, 8, 3], |
+ "span": [352, 40, 42] |
+ }, { |
+ "path": [4, 9, 2, 8, 8], |
+ "span": [352, 43, 58] |
+ }, { |
+ "path": [4, 9, 2, 8, 7], |
+ "span": [352, 52, 57] |
+ }, { |
+ "path": [4, 9, 2, 9], |
+ "span": [353, 2, 57] |
+ }, { |
+ "path": [4, 9, 2, 9, 4], |
+ "span": [353, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 9, 5], |
+ "span": [353, 11, 15] |
+ }, { |
+ "path": [4, 9, 2, 9, 1], |
+ "span": [353, 16, 35] |
+ }, { |
+ "path": [4, 9, 2, 9, 3], |
+ "span": [353, 38, 40] |
+ }, { |
+ "path": [4, 9, 2, 9, 8], |
+ "span": [353, 41, 56] |
+ }, { |
+ "path": [4, 9, 2, 9, 7], |
+ "span": [353, 50, 55] |
+ }, { |
+ "path": [4, 9, 2, 10], |
+ "span": [359, 2, 48], |
+ "leading_comments": " Is this file deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for everything in the file, or it will be completely ignored; in the very\n least, this is a formalization for deprecating files.\n" |
+ }, { |
+ "path": [4, 9, 2, 10, 4], |
+ "span": [359, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 10, 5], |
+ "span": [359, 11, 15] |
+ }, { |
+ "path": [4, 9, 2, 10, 1], |
+ "span": [359, 16, 26] |
+ }, { |
+ "path": [4, 9, 2, 10, 3], |
+ "span": [359, 29, 31] |
+ }, { |
+ "path": [4, 9, 2, 10, 8], |
+ "span": [359, 32, 47] |
+ }, { |
+ "path": [4, 9, 2, 10, 7], |
+ "span": [359, 41, 46] |
+ }, { |
+ "path": [4, 9, 2, 11], |
+ "span": [363, 2, 54], |
+ "leading_comments": " Enables the use of arenas for the proto messages in this file. This applies\n only to generated classes for C++.\n" |
+ }, { |
+ "path": [4, 9, 2, 11, 4], |
+ "span": [363, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 11, 5], |
+ "span": [363, 11, 15] |
+ }, { |
+ "path": [4, 9, 2, 11, 1], |
+ "span": [363, 16, 32] |
+ }, { |
+ "path": [4, 9, 2, 11, 3], |
+ "span": [363, 35, 37] |
+ }, { |
+ "path": [4, 9, 2, 11, 8], |
+ "span": [363, 38, 53] |
+ }, { |
+ "path": [4, 9, 2, 11, 7], |
+ "span": [363, 47, 52] |
+ }, { |
+ "path": [4, 9, 2, 12], |
+ "span": [368, 2, 41], |
+ "leading_comments": " Sets the objective c class prefix which is prepended to all objective c\n generated classes from this .proto. There is no default.\n" |
+ }, { |
+ "path": [4, 9, 2, 12, 4], |
+ "span": [368, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 12, 5], |
+ "span": [368, 11, 17] |
+ }, { |
+ "path": [4, 9, 2, 12, 1], |
+ "span": [368, 18, 35] |
+ }, { |
+ "path": [4, 9, 2, 12, 3], |
+ "span": [368, 38, 40] |
+ }, { |
+ "path": [4, 9, 2, 13], |
+ "span": [371, 2, 40], |
+ "leading_comments": " Namespace for generated classes; defaults to the package.\n" |
+ }, { |
+ "path": [4, 9, 2, 13, 4], |
+ "span": [371, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 13, 5], |
+ "span": [371, 11, 17] |
+ }, { |
+ "path": [4, 9, 2, 13, 1], |
+ "span": [371, 18, 34] |
+ }, { |
+ "path": [4, 9, 2, 13, 3], |
+ "span": [371, 37, 39] |
+ }, { |
+ "path": [4, 9, 2, 14], |
+ "span": [375, 2, 53], |
+ "leading_comments": " Whether the nano proto compiler should generate in the deprecated non-nano\n suffixed package.\n" |
+ }, { |
+ "path": [4, 9, 2, 14, 4], |
+ "span": [375, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 14, 5], |
+ "span": [375, 11, 15] |
+ }, { |
+ "path": [4, 9, 2, 14, 1], |
+ "span": [375, 16, 47] |
+ }, { |
+ "path": [4, 9, 2, 14, 3], |
+ "span": [375, 50, 52] |
+ }, { |
+ "path": [4, 9, 2, 15], |
+ "span": [378, 2, 58], |
+ "leading_comments": " The parser stores options it doesn't recognize here. See above.\n" |
+ }, { |
+ "path": [4, 9, 2, 15, 4], |
+ "span": [378, 2, 10] |
+ }, { |
+ "path": [4, 9, 2, 15, 6], |
+ "span": [378, 11, 30] |
+ }, { |
+ "path": [4, 9, 2, 15, 1], |
+ "span": [378, 31, 51] |
+ }, { |
+ "path": [4, 9, 2, 15, 3], |
+ "span": [378, 54, 57] |
+ }, { |
+ "path": [4, 9, 5], |
+ "span": [381, 2, 25], |
+ "leading_comments": " Clients can define custom options in extensions of this message. See above.\n" |
+ }, { |
+ "path": [4, 9, 5, 0], |
+ "span": [381, 13, 24] |
+ }, { |
+ "path": [4, 9, 5, 0, 1], |
+ "span": [381, 13, 17] |
+ }, { |
+ "path": [4, 9, 5, 0, 2], |
+ "span": [381, 21, 24] |
+ }, { |
+ "path": [4, 10], |
+ "span": [384, 0, 444, 1] |
+ }, { |
+ "path": [4, 10, 1], |
+ "span": [384, 8, 22] |
+ }, { |
+ "path": [4, 10, 2, 0], |
+ "span": [403, 2, 60], |
+ "leading_comments": " Set true to use the old proto1 MessageSet wire format for extensions.\n This is provided for backwards-compatibility with the MessageSet wire\n format. You should not use this for any other reason: It's less\n efficient, has fewer features, and is more complicated.\n\n The message must be defined exactly as follows:\n message Foo {\n option message_set_wire_format = true;\n extensions 4 to max;\n }\n Note that the message cannot have any defined fields; MessageSets only\n have extensions.\n\n All extensions of your type must be singular messages; e.g. they cannot\n be int32s, enums, or repeated messages.\n\n Because this is an option, the above two restrictions are not enforced by\n the protocol compiler.\n" |
+ }, { |
+ "path": [4, 10, 2, 0, 4], |
+ "span": [403, 2, 10] |
+ }, { |
+ "path": [4, 10, 2, 0, 5], |
+ "span": [403, 11, 15] |
+ }, { |
+ "path": [4, 10, 2, 0, 1], |
+ "span": [403, 16, 39] |
+ }, { |
+ "path": [4, 10, 2, 0, 3], |
+ "span": [403, 42, 43] |
+ }, { |
+ "path": [4, 10, 2, 0, 8], |
+ "span": [403, 44, 59] |
+ }, { |
+ "path": [4, 10, 2, 0, 7], |
+ "span": [403, 53, 58] |
+ }, { |
+ "path": [4, 10, 2, 1], |
+ "span": [408, 2, 68], |
+ "leading_comments": " Disables the generation of the standard \"descriptor()\" accessor, which can\n conflict with a field of the same name. This is meant to make migration\n from proto1 easier; new code should avoid fields named \"descriptor\".\n" |
+ }, { |
+ "path": [4, 10, 2, 1, 4], |
+ "span": [408, 2, 10] |
+ }, { |
+ "path": [4, 10, 2, 1, 5], |
+ "span": [408, 11, 15] |
+ }, { |
+ "path": [4, 10, 2, 1, 1], |
+ "span": [408, 16, 47] |
+ }, { |
+ "path": [4, 10, 2, 1, 3], |
+ "span": [408, 50, 51] |
+ }, { |
+ "path": [4, 10, 2, 1, 8], |
+ "span": [408, 52, 67] |
+ }, { |
+ "path": [4, 10, 2, 1, 7], |
+ "span": [408, 61, 66] |
+ }, { |
+ "path": [4, 10, 2, 2], |
+ "span": [414, 2, 47], |
+ "leading_comments": " Is this message deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the message, or it will be completely ignored; in the very least,\n this is a formalization for deprecating messages.\n" |
+ }, { |
+ "path": [4, 10, 2, 2, 4], |
+ "span": [414, 2, 10] |
+ }, { |
+ "path": [4, 10, 2, 2, 5], |
+ "span": [414, 11, 15] |
+ }, { |
+ "path": [4, 10, 2, 2, 1], |
+ "span": [414, 16, 26] |
+ }, { |
+ "path": [4, 10, 2, 2, 3], |
+ "span": [414, 29, 30] |
+ }, { |
+ "path": [4, 10, 2, 2, 8], |
+ "span": [414, 31, 46] |
+ }, { |
+ "path": [4, 10, 2, 2, 7], |
+ "span": [414, 40, 45] |
+ }, { |
+ "path": [4, 10, 2, 3], |
+ "span": [437, 2, 30], |
+ "leading_comments": " Whether the message is an automatically generated map entry type for the\n maps field.\n\n For maps fields:\n map\u003cKeyType, ValueType\u003e map_field = 1;\n The parsed descriptor looks like:\n message MapFieldEntry {\n option map_entry = true;\n optional KeyType key = 1;\n optional ValueType value = 2;\n }\n repeated MapFieldEntry map_field = 1;\n\n Implementations may choose not to generate the map_entry=true message, but\n use a native map in the target language to hold the keys and values.\n The reflection APIs in such implementions still need to work as\n if the field is a repeated message field.\n\n NOTE: Do not set the option in .proto files. Always use the maps syntax\n instead. The option should only be implicitly set by the proto compiler\n parser.\n" |
+ }, { |
+ "path": [4, 10, 2, 3, 4], |
+ "span": [437, 2, 10] |
+ }, { |
+ "path": [4, 10, 2, 3, 5], |
+ "span": [437, 11, 15] |
+ }, { |
+ "path": [4, 10, 2, 3, 1], |
+ "span": [437, 16, 25] |
+ }, { |
+ "path": [4, 10, 2, 3, 3], |
+ "span": [437, 28, 29] |
+ }, { |
+ "path": [4, 10, 2, 4], |
+ "span": [440, 2, 58], |
+ "leading_comments": " The parser stores options it doesn't recognize here. See above.\n" |
+ }, { |
+ "path": [4, 10, 2, 4, 4], |
+ "span": [440, 2, 10] |
+ }, { |
+ "path": [4, 10, 2, 4, 6], |
+ "span": [440, 11, 30] |
+ }, { |
+ "path": [4, 10, 2, 4, 1], |
+ "span": [440, 31, 51] |
+ }, { |
+ "path": [4, 10, 2, 4, 3], |
+ "span": [440, 54, 57] |
+ }, { |
+ "path": [4, 10, 5], |
+ "span": [443, 2, 25], |
+ "leading_comments": " Clients can define custom options in extensions of this message. See above.\n" |
+ }, { |
+ "path": [4, 10, 5, 0], |
+ "span": [443, 13, 24] |
+ }, { |
+ "path": [4, 10, 5, 0, 1], |
+ "span": [443, 13, 17] |
+ }, { |
+ "path": [4, 10, 5, 0, 2], |
+ "span": [443, 21, 24] |
+ }, { |
+ "path": [4, 11], |
+ "span": [446, 0, 534, 1] |
+ }, { |
+ "path": [4, 11, 1], |
+ "span": [446, 8, 20] |
+ }, { |
+ "path": [4, 11, 2, 0], |
+ "span": [451, 2, 46], |
+ "leading_comments": " The ctype option instructs the C++ code generator to use a different\n representation of the field than it normally would. See the specific\n options below. This option is not yet implemented in the open source\n release -- sorry, we'll try to include it in a future version!\n" |
+ }, { |
+ "path": [4, 11, 2, 0, 4], |
+ "span": [451, 2, 10] |
+ }, { |
+ "path": [4, 11, 2, 0, 6], |
+ "span": [451, 11, 16] |
+ }, { |
+ "path": [4, 11, 2, 0, 1], |
+ "span": [451, 17, 22] |
+ }, { |
+ "path": [4, 11, 2, 0, 3], |
+ "span": [451, 25, 26] |
+ }, { |
+ "path": [4, 11, 2, 0, 8], |
+ "span": [451, 27, 45] |
+ }, { |
+ "path": [4, 11, 2, 0, 7], |
+ "span": [451, 38, 44] |
+ }, { |
+ "path": [4, 11, 4, 0], |
+ "span": [452, 2, 459, 3] |
+ }, { |
+ "path": [4, 11, 4, 0, 1], |
+ "span": [452, 7, 12] |
+ }, { |
+ "path": [4, 11, 4, 0, 2, 0], |
+ "span": [454, 4, 15], |
+ "leading_comments": " Default mode.\n" |
+ }, { |
+ "path": [4, 11, 4, 0, 2, 0, 1], |
+ "span": [454, 4, 10] |
+ }, { |
+ "path": [4, 11, 4, 0, 2, 0, 2], |
+ "span": [454, 13, 14] |
+ }, { |
+ "path": [4, 11, 4, 0, 2, 1], |
+ "span": [456, 4, 13] |
+ }, { |
+ "path": [4, 11, 4, 0, 2, 1, 1], |
+ "span": [456, 4, 8] |
+ }, { |
+ "path": [4, 11, 4, 0, 2, 1, 2], |
+ "span": [456, 11, 12] |
+ }, { |
+ "path": [4, 11, 4, 0, 2, 2], |
+ "span": [458, 4, 21] |
+ }, { |
+ "path": [4, 11, 4, 0, 2, 2, 1], |
+ "span": [458, 4, 16] |
+ }, { |
+ "path": [4, 11, 4, 0, 2, 2, 2], |
+ "span": [458, 19, 20] |
+ }, { |
+ "path": [4, 11, 2, 1], |
+ "span": [465, 2, 27], |
+ "leading_comments": " The packed option can be enabled for repeated primitive fields to enable\n a more efficient representation on the wire. Rather than repeatedly\n writing the tag and type for each element, the entire array is encoded as\n a single length-delimited blob. In proto3, only explicit setting it to\n false will avoid using packed encoding.\n" |
+ }, { |
+ "path": [4, 11, 2, 1, 4], |
+ "span": [465, 2, 10] |
+ }, { |
+ "path": [4, 11, 2, 1, 5], |
+ "span": [465, 11, 15] |
+ }, { |
+ "path": [4, 11, 2, 1, 1], |
+ "span": [465, 16, 22] |
+ }, { |
+ "path": [4, 11, 2, 1, 3], |
+ "span": [465, 25, 26] |
+ }, { |
+ "path": [4, 11, 2, 2], |
+ "span": [477, 2, 51], |
+ "leading_comments": " The jstype option determines the JavaScript type used for values of the\n field. The option is permitted only for 64 bit integral and fixed types\n (int64, uint64, sint64, fixed64, sfixed64). By default these types are\n represented as JavaScript strings. This avoids loss of precision that can\n happen when a large value is converted to a floating point JavaScript\n numbers. Specifying JS_NUMBER for the jstype causes the generated\n JavaScript code to use the JavaScript \"number\" type instead of strings.\n This option is an enum to permit additional types to be added,\n e.g. goog.math.Integer.\n" |
+ }, { |
+ "path": [4, 11, 2, 2, 4], |
+ "span": [477, 2, 10] |
+ }, { |
+ "path": [4, 11, 2, 2, 6], |
+ "span": [477, 11, 17] |
+ }, { |
+ "path": [4, 11, 2, 2, 1], |
+ "span": [477, 18, 24] |
+ }, { |
+ "path": [4, 11, 2, 2, 3], |
+ "span": [477, 27, 28] |
+ }, { |
+ "path": [4, 11, 2, 2, 8], |
+ "span": [477, 29, 50] |
+ }, { |
+ "path": [4, 11, 2, 2, 7], |
+ "span": [477, 40, 49] |
+ }, { |
+ "path": [4, 11, 4, 1], |
+ "span": [478, 2, 487, 3] |
+ }, { |
+ "path": [4, 11, 4, 1, 1], |
+ "span": [478, 7, 13] |
+ }, { |
+ "path": [4, 11, 4, 1, 2, 0], |
+ "span": [480, 4, 18], |
+ "leading_comments": " Use the default type.\n" |
+ }, { |
+ "path": [4, 11, 4, 1, 2, 0, 1], |
+ "span": [480, 4, 13] |
+ }, { |
+ "path": [4, 11, 4, 1, 2, 0, 2], |
+ "span": [480, 16, 17] |
+ }, { |
+ "path": [4, 11, 4, 1, 2, 1], |
+ "span": [483, 4, 18], |
+ "leading_comments": " Use JavaScript strings.\n" |
+ }, { |
+ "path": [4, 11, 4, 1, 2, 1, 1], |
+ "span": [483, 4, 13] |
+ }, { |
+ "path": [4, 11, 4, 1, 2, 1, 2], |
+ "span": [483, 16, 17] |
+ }, { |
+ "path": [4, 11, 4, 1, 2, 2], |
+ "span": [486, 4, 18], |
+ "leading_comments": " Use JavaScript numbers.\n" |
+ }, { |
+ "path": [4, 11, 4, 1, 2, 2, 1], |
+ "span": [486, 4, 13] |
+ }, { |
+ "path": [4, 11, 4, 1, 2, 2, 2], |
+ "span": [486, 16, 17] |
+ }, { |
+ "path": [4, 11, 2, 3], |
+ "span": [517, 2, 41], |
+ "leading_comments": " Should this field be parsed lazily? Lazy applies only to message-type\n fields. It means that when the outer message is initially parsed, the\n inner message's contents will not be parsed but instead stored in encoded\n form. The inner message will actually be parsed when it is first accessed.\n\n This is only a hint. Implementations are free to choose whether to use\n eager or lazy parsing regardless of the value of this option. However,\n setting this option true suggests that the protocol author believes that\n using lazy parsing on this field is worth the additional bookkeeping\n overhead typically needed to implement it.\n\n This option does not affect the public interface of any generated code;\n all method signatures remain the same. Furthermore, thread-safety of the\n interface is not affected by this option; const methods remain safe to\n call from multiple threads concurrently, while non-const methods continue\n to require exclusive access.\n\n\n Note that implementations may choose not to check required fields within\n a lazy sub-message. That is, calling IsInitialized() on the outher message\n may return true even if the inner message has missing required fields.\n This is necessary because otherwise the inner message would have to be\n parsed in order to perform the check, defeating the purpose of lazy\n parsing. An implementation which chooses not to check required fields\n must be consistent about it. That is, for any particular sub-message, the\n implementation must either *always* check its required fields, or *never*\n check its required fields, regardless of whether or not the message has\n been parsed.\n" |
+ }, { |
+ "path": [4, 11, 2, 3, 4], |
+ "span": [517, 2, 10] |
+ }, { |
+ "path": [4, 11, 2, 3, 5], |
+ "span": [517, 11, 15] |
+ }, { |
+ "path": [4, 11, 2, 3, 1], |
+ "span": [517, 16, 20] |
+ }, { |
+ "path": [4, 11, 2, 3, 3], |
+ "span": [517, 23, 24] |
+ }, { |
+ "path": [4, 11, 2, 3, 8], |
+ "span": [517, 25, 40] |
+ }, { |
+ "path": [4, 11, 2, 3, 7], |
+ "span": [517, 34, 39] |
+ }, { |
+ "path": [4, 11, 2, 4], |
+ "span": [523, 2, 47], |
+ "leading_comments": " Is this field deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for accessors, or it will be completely ignored; in the very least, this\n is a formalization for deprecating fields.\n" |
+ }, { |
+ "path": [4, 11, 2, 4, 4], |
+ "span": [523, 2, 10] |
+ }, { |
+ "path": [4, 11, 2, 4, 5], |
+ "span": [523, 11, 15] |
+ }, { |
+ "path": [4, 11, 2, 4, 1], |
+ "span": [523, 16, 26] |
+ }, { |
+ "path": [4, 11, 2, 4, 3], |
+ "span": [523, 29, 30] |
+ }, { |
+ "path": [4, 11, 2, 4, 8], |
+ "span": [523, 31, 46] |
+ }, { |
+ "path": [4, 11, 2, 4, 7], |
+ "span": [523, 40, 45] |
+ }, { |
+ "path": [4, 11, 2, 5], |
+ "span": [526, 2, 42], |
+ "leading_comments": " For Google-internal migration only. Do not use.\n" |
+ }, { |
+ "path": [4, 11, 2, 5, 4], |
+ "span": [526, 2, 10] |
+ }, { |
+ "path": [4, 11, 2, 5, 5], |
+ "span": [526, 11, 15] |
+ }, { |
+ "path": [4, 11, 2, 5, 1], |
+ "span": [526, 16, 20] |
+ }, { |
+ "path": [4, 11, 2, 5, 3], |
+ "span": [526, 23, 25] |
+ }, { |
+ "path": [4, 11, 2, 5, 8], |
+ "span": [526, 26, 41] |
+ }, { |
+ "path": [4, 11, 2, 5, 7], |
+ "span": [526, 35, 40] |
+ }, { |
+ "path": [4, 11, 2, 6], |
+ "span": [530, 2, 58], |
+ "leading_comments": " The parser stores options it doesn't recognize here. See above.\n" |
+ }, { |
+ "path": [4, 11, 2, 6, 4], |
+ "span": [530, 2, 10] |
+ }, { |
+ "path": [4, 11, 2, 6, 6], |
+ "span": [530, 11, 30] |
+ }, { |
+ "path": [4, 11, 2, 6, 1], |
+ "span": [530, 31, 51] |
+ }, { |
+ "path": [4, 11, 2, 6, 3], |
+ "span": [530, 54, 57] |
+ }, { |
+ "path": [4, 11, 5], |
+ "span": [533, 2, 25], |
+ "leading_comments": " Clients can define custom options in extensions of this message. See above.\n" |
+ }, { |
+ "path": [4, 11, 5, 0], |
+ "span": [533, 13, 24] |
+ }, { |
+ "path": [4, 11, 5, 0, 1], |
+ "span": [533, 13, 17] |
+ }, { |
+ "path": [4, 11, 5, 0, 2], |
+ "span": [533, 21, 24] |
+ }, { |
+ "path": [4, 12], |
+ "span": [536, 0, 553, 1] |
+ }, { |
+ "path": [4, 12, 1], |
+ "span": [536, 8, 19] |
+ }, { |
+ "path": [4, 12, 2, 0], |
+ "span": [540, 2, 32], |
+ "leading_comments": " Set this option to true to allow mapping different tag names to the same\n value.\n" |
+ }, { |
+ "path": [4, 12, 2, 0, 4], |
+ "span": [540, 2, 10] |
+ }, { |
+ "path": [4, 12, 2, 0, 5], |
+ "span": [540, 11, 15] |
+ }, { |
+ "path": [4, 12, 2, 0, 1], |
+ "span": [540, 16, 27] |
+ }, { |
+ "path": [4, 12, 2, 0, 3], |
+ "span": [540, 30, 31] |
+ }, { |
+ "path": [4, 12, 2, 1], |
+ "span": [546, 2, 47], |
+ "leading_comments": " Is this enum deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the enum, or it will be completely ignored; in the very least, this\n is a formalization for deprecating enums.\n" |
+ }, { |
+ "path": [4, 12, 2, 1, 4], |
+ "span": [546, 2, 10] |
+ }, { |
+ "path": [4, 12, 2, 1, 5], |
+ "span": [546, 11, 15] |
+ }, { |
+ "path": [4, 12, 2, 1, 1], |
+ "span": [546, 16, 26] |
+ }, { |
+ "path": [4, 12, 2, 1, 3], |
+ "span": [546, 29, 30] |
+ }, { |
+ "path": [4, 12, 2, 1, 8], |
+ "span": [546, 31, 46] |
+ }, { |
+ "path": [4, 12, 2, 1, 7], |
+ "span": [546, 40, 45] |
+ }, { |
+ "path": [4, 12, 2, 2], |
+ "span": [549, 2, 58], |
+ "leading_comments": " The parser stores options it doesn't recognize here. See above.\n" |
+ }, { |
+ "path": [4, 12, 2, 2, 4], |
+ "span": [549, 2, 10] |
+ }, { |
+ "path": [4, 12, 2, 2, 6], |
+ "span": [549, 11, 30] |
+ }, { |
+ "path": [4, 12, 2, 2, 1], |
+ "span": [549, 31, 51] |
+ }, { |
+ "path": [4, 12, 2, 2, 3], |
+ "span": [549, 54, 57] |
+ }, { |
+ "path": [4, 12, 5], |
+ "span": [552, 2, 25], |
+ "leading_comments": " Clients can define custom options in extensions of this message. See above.\n" |
+ }, { |
+ "path": [4, 12, 5, 0], |
+ "span": [552, 13, 24] |
+ }, { |
+ "path": [4, 12, 5, 0, 1], |
+ "span": [552, 13, 17] |
+ }, { |
+ "path": [4, 12, 5, 0, 2], |
+ "span": [552, 21, 24] |
+ }, { |
+ "path": [4, 13], |
+ "span": [555, 0, 567, 1] |
+ }, { |
+ "path": [4, 13, 1], |
+ "span": [555, 8, 24] |
+ }, { |
+ "path": [4, 13, 2, 0], |
+ "span": [560, 2, 47], |
+ "leading_comments": " Is this enum value deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the enum value, or it will be completely ignored; in the very least,\n this is a formalization for deprecating enum values.\n" |
+ }, { |
+ "path": [4, 13, 2, 0, 4], |
+ "span": [560, 2, 10] |
+ }, { |
+ "path": [4, 13, 2, 0, 5], |
+ "span": [560, 11, 15] |
+ }, { |
+ "path": [4, 13, 2, 0, 1], |
+ "span": [560, 16, 26] |
+ }, { |
+ "path": [4, 13, 2, 0, 3], |
+ "span": [560, 29, 30] |
+ }, { |
+ "path": [4, 13, 2, 0, 8], |
+ "span": [560, 31, 46] |
+ }, { |
+ "path": [4, 13, 2, 0, 7], |
+ "span": [560, 40, 45] |
+ }, { |
+ "path": [4, 13, 2, 1], |
+ "span": [563, 2, 58], |
+ "leading_comments": " The parser stores options it doesn't recognize here. See above.\n" |
+ }, { |
+ "path": [4, 13, 2, 1, 4], |
+ "span": [563, 2, 10] |
+ }, { |
+ "path": [4, 13, 2, 1, 6], |
+ "span": [563, 11, 30] |
+ }, { |
+ "path": [4, 13, 2, 1, 1], |
+ "span": [563, 31, 51] |
+ }, { |
+ "path": [4, 13, 2, 1, 3], |
+ "span": [563, 54, 57] |
+ }, { |
+ "path": [4, 13, 5], |
+ "span": [566, 2, 25], |
+ "leading_comments": " Clients can define custom options in extensions of this message. See above.\n" |
+ }, { |
+ "path": [4, 13, 5, 0], |
+ "span": [566, 13, 24] |
+ }, { |
+ "path": [4, 13, 5, 0, 1], |
+ "span": [566, 13, 17] |
+ }, { |
+ "path": [4, 13, 5, 0, 2], |
+ "span": [566, 21, 24] |
+ }, { |
+ "path": [4, 14], |
+ "span": [569, 0, 587, 1] |
+ }, { |
+ "path": [4, 14, 1], |
+ "span": [569, 8, 22] |
+ }, { |
+ "path": [4, 14, 2, 0], |
+ "span": [580, 2, 48], |
+ "leading_comments": " Is this service deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the service, or it will be completely ignored; in the very least,\n this is a formalization for deprecating services.\n", |
+ "leading_detached_comments": [" Note: Field numbers 1 through 32 are reserved for Google's internal RPC\n framework. We apologize for hoarding these numbers to ourselves, but\n we were already using them long before we decided to release Protocol\n Buffers.\n"] |
+ }, { |
+ "path": [4, 14, 2, 0, 4], |
+ "span": [580, 2, 10] |
+ }, { |
+ "path": [4, 14, 2, 0, 5], |
+ "span": [580, 11, 15] |
+ }, { |
+ "path": [4, 14, 2, 0, 1], |
+ "span": [580, 16, 26] |
+ }, { |
+ "path": [4, 14, 2, 0, 3], |
+ "span": [580, 29, 31] |
+ }, { |
+ "path": [4, 14, 2, 0, 8], |
+ "span": [580, 32, 47] |
+ }, { |
+ "path": [4, 14, 2, 0, 7], |
+ "span": [580, 41, 46] |
+ }, { |
+ "path": [4, 14, 2, 1], |
+ "span": [583, 2, 58], |
+ "leading_comments": " The parser stores options it doesn't recognize here. See above.\n" |
+ }, { |
+ "path": [4, 14, 2, 1, 4], |
+ "span": [583, 2, 10] |
+ }, { |
+ "path": [4, 14, 2, 1, 6], |
+ "span": [583, 11, 30] |
+ }, { |
+ "path": [4, 14, 2, 1, 1], |
+ "span": [583, 31, 51] |
+ }, { |
+ "path": [4, 14, 2, 1, 3], |
+ "span": [583, 54, 57] |
+ }, { |
+ "path": [4, 14, 5], |
+ "span": [586, 2, 25], |
+ "leading_comments": " Clients can define custom options in extensions of this message. See above.\n" |
+ }, { |
+ "path": [4, 14, 5, 0], |
+ "span": [586, 13, 24] |
+ }, { |
+ "path": [4, 14, 5, 0, 1], |
+ "span": [586, 13, 17] |
+ }, { |
+ "path": [4, 14, 5, 0, 2], |
+ "span": [586, 21, 24] |
+ }, { |
+ "path": [4, 15], |
+ "span": [589, 0, 607, 1] |
+ }, { |
+ "path": [4, 15, 1], |
+ "span": [589, 8, 21] |
+ }, { |
+ "path": [4, 15, 2, 0], |
+ "span": [600, 2, 48], |
+ "leading_comments": " Is this method deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the method, or it will be completely ignored; in the very least,\n this is a formalization for deprecating methods.\n", |
+ "leading_detached_comments": [" Note: Field numbers 1 through 32 are reserved for Google's internal RPC\n framework. We apologize for hoarding these numbers to ourselves, but\n we were already using them long before we decided to release Protocol\n Buffers.\n"] |
+ }, { |
+ "path": [4, 15, 2, 0, 4], |
+ "span": [600, 2, 10] |
+ }, { |
+ "path": [4, 15, 2, 0, 5], |
+ "span": [600, 11, 15] |
+ }, { |
+ "path": [4, 15, 2, 0, 1], |
+ "span": [600, 16, 26] |
+ }, { |
+ "path": [4, 15, 2, 0, 3], |
+ "span": [600, 29, 31] |
+ }, { |
+ "path": [4, 15, 2, 0, 8], |
+ "span": [600, 32, 47] |
+ }, { |
+ "path": [4, 15, 2, 0, 7], |
+ "span": [600, 41, 46] |
+ }, { |
+ "path": [4, 15, 2, 1], |
+ "span": [603, 2, 58], |
+ "leading_comments": " The parser stores options it doesn't recognize here. See above.\n" |
+ }, { |
+ "path": [4, 15, 2, 1, 4], |
+ "span": [603, 2, 10] |
+ }, { |
+ "path": [4, 15, 2, 1, 6], |
+ "span": [603, 11, 30] |
+ }, { |
+ "path": [4, 15, 2, 1, 1], |
+ "span": [603, 31, 51] |
+ }, { |
+ "path": [4, 15, 2, 1, 3], |
+ "span": [603, 54, 57] |
+ }, { |
+ "path": [4, 15, 5], |
+ "span": [606, 2, 25], |
+ "leading_comments": " Clients can define custom options in extensions of this message. See above.\n" |
+ }, { |
+ "path": [4, 15, 5, 0], |
+ "span": [606, 13, 24] |
+ }, { |
+ "path": [4, 15, 5, 0, 1], |
+ "span": [606, 13, 17] |
+ }, { |
+ "path": [4, 15, 5, 0, 2], |
+ "span": [606, 21, 24] |
+ }, { |
+ "path": [4, 16], |
+ "span": [616, 0, 636, 1], |
+ "leading_comments": " A message representing a option the parser does not recognize. This only\n appears in options protos created by the compiler::Parser class.\n DescriptorPool resolves these when building Descriptor objects. Therefore,\n options protos in descriptor objects (e.g. returned by Descriptor::options(),\n or produced by Descriptor::CopyTo()) will never have UninterpretedOptions\n in them.\n" |
+ }, { |
+ "path": [4, 16, 1], |
+ "span": [616, 8, 27] |
+ }, { |
+ "path": [4, 16, 3, 0], |
+ "span": [622, 2, 625, 3], |
+ "leading_comments": " The name of the uninterpreted option. Each string represents a segment in\n a dot-separated name. is_extension is true iff a segment represents an\n extension (denoted with parentheses in options specs in .proto files).\n E.g.,{ [\"foo\", false], [\"bar.baz\", true], [\"qux\", false] } represents\n \"foo.(bar.baz).qux\".\n" |
+ }, { |
+ "path": [4, 16, 3, 0, 1], |
+ "span": [622, 10, 18] |
+ }, { |
+ "path": [4, 16, 3, 0, 2, 0], |
+ "span": [623, 4, 34] |
+ }, { |
+ "path": [4, 16, 3, 0, 2, 0, 4], |
+ "span": [623, 4, 12] |
+ }, { |
+ "path": [4, 16, 3, 0, 2, 0, 5], |
+ "span": [623, 13, 19] |
+ }, { |
+ "path": [4, 16, 3, 0, 2, 0, 1], |
+ "span": [623, 20, 29] |
+ }, { |
+ "path": [4, 16, 3, 0, 2, 0, 3], |
+ "span": [623, 32, 33] |
+ }, { |
+ "path": [4, 16, 3, 0, 2, 1], |
+ "span": [624, 4, 35] |
+ }, { |
+ "path": [4, 16, 3, 0, 2, 1, 4], |
+ "span": [624, 4, 12] |
+ }, { |
+ "path": [4, 16, 3, 0, 2, 1, 5], |
+ "span": [624, 13, 17] |
+ }, { |
+ "path": [4, 16, 3, 0, 2, 1, 1], |
+ "span": [624, 18, 30] |
+ }, { |
+ "path": [4, 16, 3, 0, 2, 1, 3], |
+ "span": [624, 33, 34] |
+ }, { |
+ "path": [4, 16, 2, 0], |
+ "span": [626, 2, 29] |
+ }, { |
+ "path": [4, 16, 2, 0, 4], |
+ "span": [626, 2, 10] |
+ }, { |
+ "path": [4, 16, 2, 0, 6], |
+ "span": [626, 11, 19] |
+ }, { |
+ "path": [4, 16, 2, 0, 1], |
+ "span": [626, 20, 24] |
+ }, { |
+ "path": [4, 16, 2, 0, 3], |
+ "span": [626, 27, 28] |
+ }, { |
+ "path": [4, 16, 2, 1], |
+ "span": [630, 2, 39], |
+ "leading_comments": " The value of the uninterpreted option, in whatever type the tokenizer\n identified it as during parsing. Exactly one of these should be set.\n" |
+ }, { |
+ "path": [4, 16, 2, 1, 4], |
+ "span": [630, 2, 10] |
+ }, { |
+ "path": [4, 16, 2, 1, 5], |
+ "span": [630, 11, 17] |
+ }, { |
+ "path": [4, 16, 2, 1, 1], |
+ "span": [630, 18, 34] |
+ }, { |
+ "path": [4, 16, 2, 1, 3], |
+ "span": [630, 37, 38] |
+ }, { |
+ "path": [4, 16, 2, 2], |
+ "span": [631, 2, 41] |
+ }, { |
+ "path": [4, 16, 2, 2, 4], |
+ "span": [631, 2, 10] |
+ }, { |
+ "path": [4, 16, 2, 2, 5], |
+ "span": [631, 11, 17] |
+ }, { |
+ "path": [4, 16, 2, 2, 1], |
+ "span": [631, 18, 36] |
+ }, { |
+ "path": [4, 16, 2, 2, 3], |
+ "span": [631, 39, 40] |
+ }, { |
+ "path": [4, 16, 2, 3], |
+ "span": [632, 2, 40] |
+ }, { |
+ "path": [4, 16, 2, 3, 4], |
+ "span": [632, 2, 10] |
+ }, { |
+ "path": [4, 16, 2, 3, 5], |
+ "span": [632, 11, 16] |
+ }, { |
+ "path": [4, 16, 2, 3, 1], |
+ "span": [632, 17, 35] |
+ }, { |
+ "path": [4, 16, 2, 3, 3], |
+ "span": [632, 38, 39] |
+ }, { |
+ "path": [4, 16, 2, 4], |
+ "span": [633, 2, 35] |
+ }, { |
+ "path": [4, 16, 2, 4, 4], |
+ "span": [633, 2, 10] |
+ }, { |
+ "path": [4, 16, 2, 4, 5], |
+ "span": [633, 11, 17] |
+ }, { |
+ "path": [4, 16, 2, 4, 1], |
+ "span": [633, 18, 30] |
+ }, { |
+ "path": [4, 16, 2, 4, 3], |
+ "span": [633, 33, 34] |
+ }, { |
+ "path": [4, 16, 2, 5], |
+ "span": [634, 2, 34] |
+ }, { |
+ "path": [4, 16, 2, 5, 4], |
+ "span": [634, 2, 10] |
+ }, { |
+ "path": [4, 16, 2, 5, 5], |
+ "span": [634, 11, 16] |
+ }, { |
+ "path": [4, 16, 2, 5, 1], |
+ "span": [634, 17, 29] |
+ }, { |
+ "path": [4, 16, 2, 5, 3], |
+ "span": [634, 32, 33] |
+ }, { |
+ "path": [4, 16, 2, 6], |
+ "span": [635, 2, 38] |
+ }, { |
+ "path": [4, 16, 2, 6, 4], |
+ "span": [635, 2, 10] |
+ }, { |
+ "path": [4, 16, 2, 6, 5], |
+ "span": [635, 11, 17] |
+ }, { |
+ "path": [4, 16, 2, 6, 1], |
+ "span": [635, 18, 33] |
+ }, { |
+ "path": [4, 16, 2, 6, 3], |
+ "span": [635, 36, 37] |
+ }, { |
+ "path": [4, 17], |
+ "span": [643, 0, 772, 1], |
+ "leading_comments": " Encapsulates information about the original source file from which a\n FileDescriptorProto was generated.\n", |
+ "leading_detached_comments": [" ===================================================================\n Optional source code info\n"] |
+ }, { |
+ "path": [4, 17, 1], |
+ "span": [643, 8, 22] |
+ }, { |
+ "path": [4, 17, 2, 0], |
+ "span": [687, 2, 33], |
+ "leading_comments": " A Location identifies a piece of source code in a .proto file which\n corresponds to a particular definition. This information is intended\n to be useful to IDEs, code indexers, documentation generators, and similar\n tools.\n\n For example, say we have a file like:\n message Foo {\n optional string foo = 1;\n }\n Let's look at just the field definition:\n optional string foo = 1;\n ^ ^^ ^^ ^ ^^^\n a bc de f ghi\n We have the following locations:\n span path represents\n [a,i) [ 4, 0, 2, 0 ] The whole field definition.\n [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).\n [c,d) [ 4, 0, 2, 0, 5 ] The type (string).\n [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).\n [g,h) [ 4, 0, 2, 0, 3 ] The number (1).\n\n Notes:\n - A location may refer to a repeated field itself (i.e. not to any\n particular index within it). This is used whenever a set of elements are\n logically enclosed in a single code segment. For example, an entire\n extend block (possibly containing multiple extension definitions) will\n have an outer location whose path refers to the \"extensions\" repeated\n field without an index.\n - Multiple locations may have the same path. This happens when a single\n logical declaration is spread out across multiple places. The most\n obvious example is the \"extend\" block again -- there may be multiple\n extend blocks in the same scope, each of which will have the same path.\n - A location's span is not always a subset of its parent's span. For\n example, the \"extendee\" of an extension declaration appears at the\n beginning of the \"extend\" block and is shared by all extensions within\n the block.\n - Just because a location's span is a subset of some other location's span\n does not mean that it is a descendent. For example, a \"group\" defines\n both a type and a field in a single declaration. Thus, the locations\n corresponding to the type and field and their components will overlap.\n - Code which tries to interpret locations should probably be designed to\n ignore those that it doesn't understand, as more types of locations could\n be recorded in the future.\n" |
+ }, { |
+ "path": [4, 17, 2, 0, 4], |
+ "span": [687, 2, 10] |
+ }, { |
+ "path": [4, 17, 2, 0, 6], |
+ "span": [687, 11, 19] |
+ }, { |
+ "path": [4, 17, 2, 0, 1], |
+ "span": [687, 20, 28] |
+ }, { |
+ "path": [4, 17, 2, 0, 3], |
+ "span": [687, 31, 32] |
+ }, { |
+ "path": [4, 17, 3, 0], |
+ "span": [688, 2, 771, 3] |
+ }, { |
+ "path": [4, 17, 3, 0, 1], |
+ "span": [688, 10, 18] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 0], |
+ "span": [712, 4, 42], |
+ "leading_comments": " Identifies which part of the FileDescriptorProto was defined at this\n location.\n\n Each element is a field number or an index. They form a path from\n the root FileDescriptorProto to the place where the definition. For\n example, this path:\n [ 4, 3, 2, 7, 1 ]\n refers to:\n file.message_type(3) // 4, 3\n .field(7) // 2, 7\n .name() // 1\n This is because FileDescriptorProto.message_type has field number 4:\n repeated DescriptorProto message_type = 4;\n and DescriptorProto.field has field number 2:\n repeated FieldDescriptorProto field = 2;\n and FieldDescriptorProto.name has field number 1:\n optional string name = 1;\n\n Thus, the above path gives the location of a field name. If we removed\n the last element:\n [ 4, 3, 2, 7 ]\n this path refers to the whole field declaration (from the beginning\n of the label to the terminating semicolon).\n" |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 0, 4], |
+ "span": [712, 4, 12] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 0, 5], |
+ "span": [712, 13, 18] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 0, 1], |
+ "span": [712, 19, 23] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 0, 3], |
+ "span": [712, 26, 27] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 0, 8], |
+ "span": [712, 28, 41] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 0, 8, 999, 0], |
+ "span": [712, 29, 40] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 0, 8, 999, 0, 2], |
+ "span": [712, 29, 35] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 0, 8, 999, 0, 2, 0], |
+ "span": [712, 29, 35] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 0, 8, 999, 0, 2, 0, 1], |
+ "span": [712, 29, 35] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 0, 8, 999, 0, 3], |
+ "span": [712, 36, 40] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 1], |
+ "span": [719, 4, 42], |
+ "leading_comments": " Always has exactly three or four elements: start line, start column,\n end line (optional, otherwise assumed same as start line), end column.\n These are packed into a single field for efficiency. Note that line\n and column numbers are zero-based -- typically you will want to add\n 1 to each before displaying to a user.\n" |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 1, 4], |
+ "span": [719, 4, 12] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 1, 5], |
+ "span": [719, 13, 18] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 1, 1], |
+ "span": [719, 19, 23] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 1, 3], |
+ "span": [719, 26, 27] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 1, 8], |
+ "span": [719, 28, 41] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 1, 8, 999, 0], |
+ "span": [719, 29, 40] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 1, 8, 999, 0, 2], |
+ "span": [719, 29, 35] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 1, 8, 999, 0, 2, 0], |
+ "span": [719, 29, 35] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 1, 8, 999, 0, 2, 0, 1], |
+ "span": [719, 29, 35] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 1, 8, 999, 0, 3], |
+ "span": [719, 36, 40] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 2], |
+ "span": [768, 4, 41], |
+ "leading_comments": " If this SourceCodeInfo represents a complete declaration, these are any\n comments appearing before and after the declaration which appear to be\n attached to the declaration.\n\n A series of line comments appearing on consecutive lines, with no other\n tokens appearing on those lines, will be treated as a single comment.\n\n leading_detached_comments will keep paragraphs of comments that appear\n before (but not connected to) the current element. Each paragraph,\n separated by empty lines, will be one comment element in the repeated\n field.\n\n Only the comment content is provided; comment markers (e.g. //) are\n stripped out. For block comments, leading whitespace and an asterisk\n will be stripped from the beginning of each line other than the first.\n Newlines are included in the output.\n\n Examples:\n\n optional int32 foo = 1; // Comment attached to foo.\n // Comment attached to bar.\n optional int32 bar = 2;\n\n optional string baz = 3;\n // Comment attached to baz.\n // Another line attached to baz.\n\n // Comment attached to qux.\n //\n // Another line attached to qux.\n optional double qux = 4;\n\n // Detached comment for corge. This is not leading or trailing comments\n // to qux or corge because there are blank lines separating it from\n // both.\n\n // Detached comment for corge paragraph 2.\n\n optional string corge = 5;\n /* Block comment attached\n * to corge. Leading asterisks\n * will be removed. */\n /* Block comment attached to\n * grault. */\n optional int32 grault = 6;\n\n // ignored detached comments.\n" |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 2, 4], |
+ "span": [768, 4, 12] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 2, 5], |
+ "span": [768, 13, 19] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 2, 1], |
+ "span": [768, 20, 36] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 2, 3], |
+ "span": [768, 39, 40] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 3], |
+ "span": [769, 4, 42] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 3, 4], |
+ "span": [769, 4, 12] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 3, 5], |
+ "span": [769, 13, 19] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 3, 1], |
+ "span": [769, 20, 37] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 3, 3], |
+ "span": [769, 40, 41] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 4], |
+ "span": [770, 4, 50] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 4, 4], |
+ "span": [770, 4, 12] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 4, 5], |
+ "span": [770, 13, 19] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 4, 1], |
+ "span": [770, 20, 45] |
+ }, { |
+ "path": [4, 17, 3, 0, 2, 4, 3], |
+ "span": [770, 48, 49] |
+ }] |
+ } |
+ }, { |
+ "name": "service.proto", |
+ "package": "discovery", |
+ "dependency": ["google/protobuf/descriptor.proto"], |
+ "message_type": [{ |
+ "name": "Void" |
+ }, { |
+ "name": "DescribeResponse", |
+ "field": [{ |
+ "name": "description", |
+ "number": 1, |
+ "label": "LABEL_OPTIONAL", |
+ "type": "TYPE_MESSAGE", |
+ "type_name": ".google.protobuf.FileDescriptorSet" |
+ }, { |
+ "name": "services", |
+ "number": 2, |
+ "label": "LABEL_REPEATED", |
+ "type": "TYPE_STRING" |
+ }] |
+ }], |
+ "service": [{ |
+ "name": "Discovery", |
+ "method": [{ |
+ "name": "Describe", |
+ "input_type": ".discovery.Void", |
+ "output_type": ".discovery.DescribeResponse", |
+ "options": {} |
+ }] |
+ }], |
+ "source_code_info": { |
+ "location": [{ |
+ "span": [4, 0, 27, 1] |
+ }, { |
+ "path": [12], |
+ "span": [4, 0, 18], |
+ "leading_detached_comments": [" Copyright 2016 The Chromium Authors. All rights reserved.\n Use of this source code is governed by a BSD-style license that can be\n found in the LICENSE file.\n"] |
+ }, { |
+ "path": [2], |
+ "span": [6, 8, 17] |
+ }, { |
+ "path": [3, 0], |
+ "span": [8, 7, 41] |
+ }, { |
+ "path": [6, 0], |
+ "span": [11, 0, 15, 1], |
+ "leading_comments": " Describes services.\n" |
+ }, { |
+ "path": [6, 0, 1], |
+ "span": [11, 8, 17] |
+ }, { |
+ "path": [6, 0, 2, 0], |
+ "span": [14, 4, 53], |
+ "leading_comments": " Returns a list of services and a\n descriptor.FileDescriptorSet that covers them all.\n" |
+ }, { |
+ "path": [6, 0, 2, 0, 1], |
+ "span": [14, 8, 16] |
+ }, { |
+ "path": [6, 0, 2, 0, 2], |
+ "span": [14, 18, 22] |
+ }, { |
+ "path": [6, 0, 2, 0, 3], |
+ "span": [14, 33, 49] |
+ }, { |
+ "path": [4, 0], |
+ "span": [18, 0, 15], |
+ "leading_comments": " Void is an empty message.\n" |
+ }, { |
+ "path": [4, 0, 1], |
+ "span": [18, 8, 12] |
+ }, { |
+ "path": [4, 1], |
+ "span": [21, 0, 27, 1], |
+ "leading_comments": " DescribeResponse describes services.\n" |
+ }, { |
+ "path": [4, 1, 1], |
+ "span": [21, 8, 24] |
+ }, { |
+ "path": [4, 1, 2, 0], |
+ "span": [24, 4, 54], |
+ "leading_comments": " Description contains descriptions of all services, their types and all\n transitive dependencies.\n" |
+ }, { |
+ "path": [4, 1, 2, 0, 4], |
+ "span": [24, 4, 21, 26] |
+ }, { |
+ "path": [4, 1, 2, 0, 6], |
+ "span": [24, 4, 37] |
+ }, { |
+ "path": [4, 1, 2, 0, 1], |
+ "span": [24, 38, 49] |
+ }, { |
+ "path": [4, 1, 2, 0, 3], |
+ "span": [24, 52, 53] |
+ }, { |
+ "path": [4, 1, 2, 1], |
+ "span": [26, 4, 33], |
+ "leading_comments": " Services are service names provided by a server.\n" |
+ }, { |
+ "path": [4, 1, 2, 1, 4], |
+ "span": [26, 4, 12] |
+ }, { |
+ "path": [4, 1, 2, 1, 5], |
+ "span": [26, 13, 19] |
+ }, { |
+ "path": [4, 1, 2, 1, 1], |
+ "span": [26, 20, 28] |
+ }, { |
+ "path": [4, 1, 2, 1, 3], |
+ "span": [26, 31, 32] |
+ }] |
+ }, |
+ "syntax": "proto3" |
+ }] |
+ }; |
+</script> |