@zilliz/milvus2-sdk-node 2.6.13 → 2.6.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/milvus/const/milvus.d.ts +5 -0
- package/dist/milvus/const/milvus.js +8 -1
- package/dist/milvus/const/milvus.js.map +1 -1
- package/dist/milvus/grpc/Data.d.ts +1 -0
- package/dist/milvus/grpc/Data.js +28 -5
- package/dist/milvus/grpc/Data.js.map +1 -1
- package/dist/milvus/grpc/Database.d.ts +12 -4
- package/dist/milvus/grpc/Database.js +13 -4
- package/dist/milvus/grpc/Database.js.map +1 -1
- package/dist/milvus/grpc/GrpcClient.js +1 -0
- package/dist/milvus/grpc/GrpcClient.js.map +1 -1
- package/dist/milvus/proto-json/milvus.base.d.ts +593 -8
- package/dist/milvus/proto-json/milvus.base.js +685 -17
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +649 -64
- package/dist/milvus/proto-json/milvus.js +741 -73
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/milvus/proto-json/schema.base.d.ts +588 -8
- package/dist/milvus/proto-json/schema.base.js +680 -17
- package/dist/milvus/proto-json/schema.base.js.map +1 -1
- package/dist/milvus/types/Client.d.ts +1 -0
- package/dist/milvus/types/Database.d.ts +2 -0
- package/dist/milvus/types/Http.d.ts +2 -0
- package/dist/milvus/types/Insert.d.ts +8 -1
- package/dist/milvus/types/Insert.js.map +1 -1
- package/dist/sdk.json +1 -1
- package/package.json +6 -3
|
@@ -2060,6 +2060,11 @@ exports.default = {
|
|
|
2060
2060
|
"options": {
|
|
2061
2061
|
"proto3_optional": true
|
|
2062
2062
|
}
|
|
2063
|
+
},
|
|
2064
|
+
"field_ops": {
|
|
2065
|
+
"rule": "repeated",
|
|
2066
|
+
"type": "schema.FieldPartialUpdateOp",
|
|
2067
|
+
"id": 11
|
|
2063
2068
|
}
|
|
2064
2069
|
}
|
|
2065
2070
|
},
|
|
@@ -5788,6 +5793,10 @@ exports.default = {
|
|
|
5788
5793
|
"rule": "repeated",
|
|
5789
5794
|
"type": "bytes",
|
|
5790
5795
|
"id": 3
|
|
5796
|
+
},
|
|
5797
|
+
"element_level": {
|
|
5798
|
+
"type": "bool",
|
|
5799
|
+
"id": 4
|
|
5791
5800
|
}
|
|
5792
5801
|
}
|
|
5793
5802
|
},
|
|
@@ -7072,6 +7081,27 @@ exports.default = {
|
|
|
7072
7081
|
}
|
|
7073
7082
|
}
|
|
7074
7083
|
},
|
|
7084
|
+
"FieldPartialUpdateOp": {
|
|
7085
|
+
"fields": {
|
|
7086
|
+
"field_name": {
|
|
7087
|
+
"type": "string",
|
|
7088
|
+
"id": 1
|
|
7089
|
+
},
|
|
7090
|
+
"op": {
|
|
7091
|
+
"type": "OpType",
|
|
7092
|
+
"id": 2
|
|
7093
|
+
}
|
|
7094
|
+
},
|
|
7095
|
+
"nested": {
|
|
7096
|
+
"OpType": {
|
|
7097
|
+
"values": {
|
|
7098
|
+
"REPLACE": 0,
|
|
7099
|
+
"ARRAY_APPEND": 1,
|
|
7100
|
+
"ARRAY_REMOVE": 2
|
|
7101
|
+
}
|
|
7102
|
+
}
|
|
7103
|
+
}
|
|
7104
|
+
},
|
|
7075
7105
|
"FieldData": {
|
|
7076
7106
|
"oneofs": {
|
|
7077
7107
|
"field": {
|
|
@@ -7224,6 +7254,10 @@ exports.default = {
|
|
|
7224
7254
|
"rule": "repeated",
|
|
7225
7255
|
"type": "common.HighlightResult",
|
|
7226
7256
|
"id": 14
|
|
7257
|
+
},
|
|
7258
|
+
"element_indices": {
|
|
7259
|
+
"type": "LongArray",
|
|
7260
|
+
"id": 15
|
|
7227
7261
|
}
|
|
7228
7262
|
}
|
|
7229
7263
|
},
|
|
@@ -7895,15 +7929,40 @@ exports.default = {
|
|
|
7895
7929
|
"protobuf": {
|
|
7896
7930
|
"nested": {
|
|
7897
7931
|
"FileDescriptorSet": {
|
|
7932
|
+
"edition": "proto2",
|
|
7898
7933
|
"fields": {
|
|
7899
7934
|
"file": {
|
|
7900
7935
|
"rule": "repeated",
|
|
7901
7936
|
"type": "FileDescriptorProto",
|
|
7902
7937
|
"id": 1
|
|
7903
7938
|
}
|
|
7939
|
+
},
|
|
7940
|
+
"extensions": [
|
|
7941
|
+
[
|
|
7942
|
+
536000000,
|
|
7943
|
+
536000000
|
|
7944
|
+
]
|
|
7945
|
+
]
|
|
7946
|
+
},
|
|
7947
|
+
"Edition": {
|
|
7948
|
+
"edition": "proto2",
|
|
7949
|
+
"values": {
|
|
7950
|
+
"EDITION_UNKNOWN": 0,
|
|
7951
|
+
"EDITION_LEGACY": 900,
|
|
7952
|
+
"EDITION_PROTO2": 998,
|
|
7953
|
+
"EDITION_PROTO3": 999,
|
|
7954
|
+
"EDITION_2023": 1000,
|
|
7955
|
+
"EDITION_2024": 1001,
|
|
7956
|
+
"EDITION_1_TEST_ONLY": 1,
|
|
7957
|
+
"EDITION_2_TEST_ONLY": 2,
|
|
7958
|
+
"EDITION_99997_TEST_ONLY": 99997,
|
|
7959
|
+
"EDITION_99998_TEST_ONLY": 99998,
|
|
7960
|
+
"EDITION_99999_TEST_ONLY": 99999,
|
|
7961
|
+
"EDITION_MAX": 2147483647
|
|
7904
7962
|
}
|
|
7905
7963
|
},
|
|
7906
7964
|
"FileDescriptorProto": {
|
|
7965
|
+
"edition": "proto2",
|
|
7907
7966
|
"fields": {
|
|
7908
7967
|
"name": {
|
|
7909
7968
|
"type": "string",
|
|
@@ -7918,28 +7977,27 @@ exports.default = {
|
|
|
7918
7977
|
"type": "string",
|
|
7919
7978
|
"id": 3
|
|
7920
7979
|
},
|
|
7921
|
-
"
|
|
7980
|
+
"publicDependency": {
|
|
7922
7981
|
"rule": "repeated",
|
|
7923
7982
|
"type": "int32",
|
|
7924
|
-
"id": 10
|
|
7925
|
-
"options": {
|
|
7926
|
-
"packed": false
|
|
7927
|
-
}
|
|
7983
|
+
"id": 10
|
|
7928
7984
|
},
|
|
7929
|
-
"
|
|
7985
|
+
"weakDependency": {
|
|
7930
7986
|
"rule": "repeated",
|
|
7931
7987
|
"type": "int32",
|
|
7932
|
-
"id": 11
|
|
7933
|
-
|
|
7934
|
-
|
|
7935
|
-
|
|
7988
|
+
"id": 11
|
|
7989
|
+
},
|
|
7990
|
+
"optionDependency": {
|
|
7991
|
+
"rule": "repeated",
|
|
7992
|
+
"type": "string",
|
|
7993
|
+
"id": 15
|
|
7936
7994
|
},
|
|
7937
|
-
"
|
|
7995
|
+
"messageType": {
|
|
7938
7996
|
"rule": "repeated",
|
|
7939
7997
|
"type": "DescriptorProto",
|
|
7940
7998
|
"id": 4
|
|
7941
7999
|
},
|
|
7942
|
-
"
|
|
8000
|
+
"enumType": {
|
|
7943
8001
|
"rule": "repeated",
|
|
7944
8002
|
"type": "EnumDescriptorProto",
|
|
7945
8003
|
"id": 5
|
|
@@ -7958,17 +8016,22 @@ exports.default = {
|
|
|
7958
8016
|
"type": "FileOptions",
|
|
7959
8017
|
"id": 8
|
|
7960
8018
|
},
|
|
7961
|
-
"
|
|
8019
|
+
"sourceCodeInfo": {
|
|
7962
8020
|
"type": "SourceCodeInfo",
|
|
7963
8021
|
"id": 9
|
|
7964
8022
|
},
|
|
7965
8023
|
"syntax": {
|
|
7966
8024
|
"type": "string",
|
|
7967
8025
|
"id": 12
|
|
8026
|
+
},
|
|
8027
|
+
"edition": {
|
|
8028
|
+
"type": "Edition",
|
|
8029
|
+
"id": 14
|
|
7968
8030
|
}
|
|
7969
8031
|
}
|
|
7970
8032
|
},
|
|
7971
8033
|
"DescriptorProto": {
|
|
8034
|
+
"edition": "proto2",
|
|
7972
8035
|
"fields": {
|
|
7973
8036
|
"name": {
|
|
7974
8037
|
"type": "string",
|
|
@@ -7984,22 +8047,22 @@ exports.default = {
|
|
|
7984
8047
|
"type": "FieldDescriptorProto",
|
|
7985
8048
|
"id": 6
|
|
7986
8049
|
},
|
|
7987
|
-
"
|
|
8050
|
+
"nestedType": {
|
|
7988
8051
|
"rule": "repeated",
|
|
7989
8052
|
"type": "DescriptorProto",
|
|
7990
8053
|
"id": 3
|
|
7991
8054
|
},
|
|
7992
|
-
"
|
|
8055
|
+
"enumType": {
|
|
7993
8056
|
"rule": "repeated",
|
|
7994
8057
|
"type": "EnumDescriptorProto",
|
|
7995
8058
|
"id": 4
|
|
7996
8059
|
},
|
|
7997
|
-
"
|
|
8060
|
+
"extensionRange": {
|
|
7998
8061
|
"rule": "repeated",
|
|
7999
8062
|
"type": "ExtensionRange",
|
|
8000
8063
|
"id": 5
|
|
8001
8064
|
},
|
|
8002
|
-
"
|
|
8065
|
+
"oneofDecl": {
|
|
8003
8066
|
"rule": "repeated",
|
|
8004
8067
|
"type": "OneofDescriptorProto",
|
|
8005
8068
|
"id": 8
|
|
@@ -8008,15 +8071,19 @@ exports.default = {
|
|
|
8008
8071
|
"type": "MessageOptions",
|
|
8009
8072
|
"id": 7
|
|
8010
8073
|
},
|
|
8011
|
-
"
|
|
8074
|
+
"reservedRange": {
|
|
8012
8075
|
"rule": "repeated",
|
|
8013
8076
|
"type": "ReservedRange",
|
|
8014
8077
|
"id": 9
|
|
8015
8078
|
},
|
|
8016
|
-
"
|
|
8079
|
+
"reservedName": {
|
|
8017
8080
|
"rule": "repeated",
|
|
8018
8081
|
"type": "string",
|
|
8019
8082
|
"id": 10
|
|
8083
|
+
},
|
|
8084
|
+
"visibility": {
|
|
8085
|
+
"type": "SymbolVisibility",
|
|
8086
|
+
"id": 11
|
|
8020
8087
|
}
|
|
8021
8088
|
},
|
|
8022
8089
|
"nested": {
|
|
@@ -8029,6 +8096,10 @@ exports.default = {
|
|
|
8029
8096
|
"end": {
|
|
8030
8097
|
"type": "int32",
|
|
8031
8098
|
"id": 2
|
|
8099
|
+
},
|
|
8100
|
+
"options": {
|
|
8101
|
+
"type": "ExtensionRangeOptions",
|
|
8102
|
+
"id": 3
|
|
8032
8103
|
}
|
|
8033
8104
|
}
|
|
8034
8105
|
},
|
|
@@ -8046,7 +8117,82 @@ exports.default = {
|
|
|
8046
8117
|
}
|
|
8047
8118
|
}
|
|
8048
8119
|
},
|
|
8120
|
+
"ExtensionRangeOptions": {
|
|
8121
|
+
"edition": "proto2",
|
|
8122
|
+
"fields": {
|
|
8123
|
+
"uninterpretedOption": {
|
|
8124
|
+
"rule": "repeated",
|
|
8125
|
+
"type": "UninterpretedOption",
|
|
8126
|
+
"id": 999
|
|
8127
|
+
},
|
|
8128
|
+
"declaration": {
|
|
8129
|
+
"rule": "repeated",
|
|
8130
|
+
"type": "Declaration",
|
|
8131
|
+
"id": 2,
|
|
8132
|
+
"options": {
|
|
8133
|
+
"retention": "RETENTION_SOURCE"
|
|
8134
|
+
}
|
|
8135
|
+
},
|
|
8136
|
+
"features": {
|
|
8137
|
+
"type": "FeatureSet",
|
|
8138
|
+
"id": 50
|
|
8139
|
+
},
|
|
8140
|
+
"verification": {
|
|
8141
|
+
"type": "VerificationState",
|
|
8142
|
+
"id": 3,
|
|
8143
|
+
"options": {
|
|
8144
|
+
"default": "UNVERIFIED",
|
|
8145
|
+
"retention": "RETENTION_SOURCE"
|
|
8146
|
+
}
|
|
8147
|
+
}
|
|
8148
|
+
},
|
|
8149
|
+
"extensions": [
|
|
8150
|
+
[
|
|
8151
|
+
1000,
|
|
8152
|
+
536870911
|
|
8153
|
+
]
|
|
8154
|
+
],
|
|
8155
|
+
"nested": {
|
|
8156
|
+
"Declaration": {
|
|
8157
|
+
"fields": {
|
|
8158
|
+
"number": {
|
|
8159
|
+
"type": "int32",
|
|
8160
|
+
"id": 1
|
|
8161
|
+
},
|
|
8162
|
+
"fullName": {
|
|
8163
|
+
"type": "string",
|
|
8164
|
+
"id": 2
|
|
8165
|
+
},
|
|
8166
|
+
"type": {
|
|
8167
|
+
"type": "string",
|
|
8168
|
+
"id": 3
|
|
8169
|
+
},
|
|
8170
|
+
"reserved": {
|
|
8171
|
+
"type": "bool",
|
|
8172
|
+
"id": 5
|
|
8173
|
+
},
|
|
8174
|
+
"repeated": {
|
|
8175
|
+
"type": "bool",
|
|
8176
|
+
"id": 6
|
|
8177
|
+
}
|
|
8178
|
+
},
|
|
8179
|
+
"reserved": [
|
|
8180
|
+
[
|
|
8181
|
+
4,
|
|
8182
|
+
4
|
|
8183
|
+
]
|
|
8184
|
+
]
|
|
8185
|
+
},
|
|
8186
|
+
"VerificationState": {
|
|
8187
|
+
"values": {
|
|
8188
|
+
"DECLARATION": 0,
|
|
8189
|
+
"UNVERIFIED": 1
|
|
8190
|
+
}
|
|
8191
|
+
}
|
|
8192
|
+
}
|
|
8193
|
+
},
|
|
8049
8194
|
"FieldDescriptorProto": {
|
|
8195
|
+
"edition": "proto2",
|
|
8050
8196
|
"fields": {
|
|
8051
8197
|
"name": {
|
|
8052
8198
|
"type": "string",
|
|
@@ -8064,7 +8210,7 @@ exports.default = {
|
|
|
8064
8210
|
"type": "Type",
|
|
8065
8211
|
"id": 5
|
|
8066
8212
|
},
|
|
8067
|
-
"
|
|
8213
|
+
"typeName": {
|
|
8068
8214
|
"type": "string",
|
|
8069
8215
|
"id": 6
|
|
8070
8216
|
},
|
|
@@ -8072,21 +8218,25 @@ exports.default = {
|
|
|
8072
8218
|
"type": "string",
|
|
8073
8219
|
"id": 2
|
|
8074
8220
|
},
|
|
8075
|
-
"
|
|
8221
|
+
"defaultValue": {
|
|
8076
8222
|
"type": "string",
|
|
8077
8223
|
"id": 7
|
|
8078
8224
|
},
|
|
8079
|
-
"
|
|
8225
|
+
"oneofIndex": {
|
|
8080
8226
|
"type": "int32",
|
|
8081
8227
|
"id": 9
|
|
8082
8228
|
},
|
|
8083
|
-
"
|
|
8229
|
+
"jsonName": {
|
|
8084
8230
|
"type": "string",
|
|
8085
8231
|
"id": 10
|
|
8086
8232
|
},
|
|
8087
8233
|
"options": {
|
|
8088
8234
|
"type": "FieldOptions",
|
|
8089
8235
|
"id": 8
|
|
8236
|
+
},
|
|
8237
|
+
"proto3Optional": {
|
|
8238
|
+
"type": "bool",
|
|
8239
|
+
"id": 17
|
|
8090
8240
|
}
|
|
8091
8241
|
},
|
|
8092
8242
|
"nested": {
|
|
@@ -8115,13 +8265,14 @@ exports.default = {
|
|
|
8115
8265
|
"Label": {
|
|
8116
8266
|
"values": {
|
|
8117
8267
|
"LABEL_OPTIONAL": 1,
|
|
8118
|
-
"
|
|
8119
|
-
"
|
|
8268
|
+
"LABEL_REPEATED": 3,
|
|
8269
|
+
"LABEL_REQUIRED": 2
|
|
8120
8270
|
}
|
|
8121
8271
|
}
|
|
8122
8272
|
}
|
|
8123
8273
|
},
|
|
8124
8274
|
"OneofDescriptorProto": {
|
|
8275
|
+
"edition": "proto2",
|
|
8125
8276
|
"fields": {
|
|
8126
8277
|
"name": {
|
|
8127
8278
|
"type": "string",
|
|
@@ -8134,6 +8285,7 @@ exports.default = {
|
|
|
8134
8285
|
}
|
|
8135
8286
|
},
|
|
8136
8287
|
"EnumDescriptorProto": {
|
|
8288
|
+
"edition": "proto2",
|
|
8137
8289
|
"fields": {
|
|
8138
8290
|
"name": {
|
|
8139
8291
|
"type": "string",
|
|
@@ -8147,10 +8299,39 @@ exports.default = {
|
|
|
8147
8299
|
"options": {
|
|
8148
8300
|
"type": "EnumOptions",
|
|
8149
8301
|
"id": 3
|
|
8302
|
+
},
|
|
8303
|
+
"reservedRange": {
|
|
8304
|
+
"rule": "repeated",
|
|
8305
|
+
"type": "EnumReservedRange",
|
|
8306
|
+
"id": 4
|
|
8307
|
+
},
|
|
8308
|
+
"reservedName": {
|
|
8309
|
+
"rule": "repeated",
|
|
8310
|
+
"type": "string",
|
|
8311
|
+
"id": 5
|
|
8312
|
+
},
|
|
8313
|
+
"visibility": {
|
|
8314
|
+
"type": "SymbolVisibility",
|
|
8315
|
+
"id": 6
|
|
8316
|
+
}
|
|
8317
|
+
},
|
|
8318
|
+
"nested": {
|
|
8319
|
+
"EnumReservedRange": {
|
|
8320
|
+
"fields": {
|
|
8321
|
+
"start": {
|
|
8322
|
+
"type": "int32",
|
|
8323
|
+
"id": 1
|
|
8324
|
+
},
|
|
8325
|
+
"end": {
|
|
8326
|
+
"type": "int32",
|
|
8327
|
+
"id": 2
|
|
8328
|
+
}
|
|
8329
|
+
}
|
|
8150
8330
|
}
|
|
8151
8331
|
}
|
|
8152
8332
|
},
|
|
8153
8333
|
"EnumValueDescriptorProto": {
|
|
8334
|
+
"edition": "proto2",
|
|
8154
8335
|
"fields": {
|
|
8155
8336
|
"name": {
|
|
8156
8337
|
"type": "string",
|
|
@@ -8167,6 +8348,7 @@ exports.default = {
|
|
|
8167
8348
|
}
|
|
8168
8349
|
},
|
|
8169
8350
|
"ServiceDescriptorProto": {
|
|
8351
|
+
"edition": "proto2",
|
|
8170
8352
|
"fields": {
|
|
8171
8353
|
"name": {
|
|
8172
8354
|
"type": "string",
|
|
@@ -8184,16 +8366,17 @@ exports.default = {
|
|
|
8184
8366
|
}
|
|
8185
8367
|
},
|
|
8186
8368
|
"MethodDescriptorProto": {
|
|
8369
|
+
"edition": "proto2",
|
|
8187
8370
|
"fields": {
|
|
8188
8371
|
"name": {
|
|
8189
8372
|
"type": "string",
|
|
8190
8373
|
"id": 1
|
|
8191
8374
|
},
|
|
8192
|
-
"
|
|
8375
|
+
"inputType": {
|
|
8193
8376
|
"type": "string",
|
|
8194
8377
|
"id": 2
|
|
8195
8378
|
},
|
|
8196
|
-
"
|
|
8379
|
+
"outputType": {
|
|
8197
8380
|
"type": "string",
|
|
8198
8381
|
"id": 3
|
|
8199
8382
|
},
|
|
@@ -8201,61 +8384,62 @@ exports.default = {
|
|
|
8201
8384
|
"type": "MethodOptions",
|
|
8202
8385
|
"id": 4
|
|
8203
8386
|
},
|
|
8204
|
-
"
|
|
8387
|
+
"clientStreaming": {
|
|
8205
8388
|
"type": "bool",
|
|
8206
8389
|
"id": 5
|
|
8207
8390
|
},
|
|
8208
|
-
"
|
|
8391
|
+
"serverStreaming": {
|
|
8209
8392
|
"type": "bool",
|
|
8210
8393
|
"id": 6
|
|
8211
8394
|
}
|
|
8212
8395
|
}
|
|
8213
8396
|
},
|
|
8214
8397
|
"FileOptions": {
|
|
8398
|
+
"edition": "proto2",
|
|
8215
8399
|
"fields": {
|
|
8216
|
-
"
|
|
8400
|
+
"javaPackage": {
|
|
8217
8401
|
"type": "string",
|
|
8218
8402
|
"id": 1
|
|
8219
8403
|
},
|
|
8220
|
-
"
|
|
8404
|
+
"javaOuterClassname": {
|
|
8221
8405
|
"type": "string",
|
|
8222
8406
|
"id": 8
|
|
8223
8407
|
},
|
|
8224
|
-
"
|
|
8408
|
+
"javaMultipleFiles": {
|
|
8225
8409
|
"type": "bool",
|
|
8226
8410
|
"id": 10
|
|
8227
8411
|
},
|
|
8228
|
-
"
|
|
8412
|
+
"javaGenerateEqualsAndHash": {
|
|
8229
8413
|
"type": "bool",
|
|
8230
8414
|
"id": 20,
|
|
8231
8415
|
"options": {
|
|
8232
8416
|
"deprecated": true
|
|
8233
8417
|
}
|
|
8234
8418
|
},
|
|
8235
|
-
"
|
|
8419
|
+
"javaStringCheckUtf8": {
|
|
8236
8420
|
"type": "bool",
|
|
8237
8421
|
"id": 27
|
|
8238
8422
|
},
|
|
8239
|
-
"
|
|
8423
|
+
"optimizeFor": {
|
|
8240
8424
|
"type": "OptimizeMode",
|
|
8241
8425
|
"id": 9,
|
|
8242
8426
|
"options": {
|
|
8243
8427
|
"default": "SPEED"
|
|
8244
8428
|
}
|
|
8245
8429
|
},
|
|
8246
|
-
"
|
|
8430
|
+
"goPackage": {
|
|
8247
8431
|
"type": "string",
|
|
8248
8432
|
"id": 11
|
|
8249
8433
|
},
|
|
8250
|
-
"
|
|
8434
|
+
"ccGenericServices": {
|
|
8251
8435
|
"type": "bool",
|
|
8252
8436
|
"id": 16
|
|
8253
8437
|
},
|
|
8254
|
-
"
|
|
8438
|
+
"javaGenericServices": {
|
|
8255
8439
|
"type": "bool",
|
|
8256
8440
|
"id": 17
|
|
8257
8441
|
},
|
|
8258
|
-
"
|
|
8442
|
+
"pyGenericServices": {
|
|
8259
8443
|
"type": "bool",
|
|
8260
8444
|
"id": 18
|
|
8261
8445
|
},
|
|
@@ -8263,19 +8447,46 @@ exports.default = {
|
|
|
8263
8447
|
"type": "bool",
|
|
8264
8448
|
"id": 23
|
|
8265
8449
|
},
|
|
8266
|
-
"
|
|
8450
|
+
"ccEnableArenas": {
|
|
8267
8451
|
"type": "bool",
|
|
8268
|
-
"id": 31
|
|
8452
|
+
"id": 31,
|
|
8453
|
+
"options": {
|
|
8454
|
+
"default": true
|
|
8455
|
+
}
|
|
8269
8456
|
},
|
|
8270
|
-
"
|
|
8457
|
+
"objcClassPrefix": {
|
|
8271
8458
|
"type": "string",
|
|
8272
8459
|
"id": 36
|
|
8273
8460
|
},
|
|
8274
|
-
"
|
|
8461
|
+
"csharpNamespace": {
|
|
8275
8462
|
"type": "string",
|
|
8276
8463
|
"id": 37
|
|
8277
8464
|
},
|
|
8278
|
-
"
|
|
8465
|
+
"swiftPrefix": {
|
|
8466
|
+
"type": "string",
|
|
8467
|
+
"id": 39
|
|
8468
|
+
},
|
|
8469
|
+
"phpClassPrefix": {
|
|
8470
|
+
"type": "string",
|
|
8471
|
+
"id": 40
|
|
8472
|
+
},
|
|
8473
|
+
"phpNamespace": {
|
|
8474
|
+
"type": "string",
|
|
8475
|
+
"id": 41
|
|
8476
|
+
},
|
|
8477
|
+
"phpMetadataNamespace": {
|
|
8478
|
+
"type": "string",
|
|
8479
|
+
"id": 44
|
|
8480
|
+
},
|
|
8481
|
+
"rubyPackage": {
|
|
8482
|
+
"type": "string",
|
|
8483
|
+
"id": 45
|
|
8484
|
+
},
|
|
8485
|
+
"features": {
|
|
8486
|
+
"type": "FeatureSet",
|
|
8487
|
+
"id": 50
|
|
8488
|
+
},
|
|
8489
|
+
"uninterpretedOption": {
|
|
8279
8490
|
"rule": "repeated",
|
|
8280
8491
|
"type": "UninterpretedOption",
|
|
8281
8492
|
"id": 999
|
|
@@ -8288,10 +8499,15 @@ exports.default = {
|
|
|
8288
8499
|
]
|
|
8289
8500
|
],
|
|
8290
8501
|
"reserved": [
|
|
8502
|
+
[
|
|
8503
|
+
42,
|
|
8504
|
+
42
|
|
8505
|
+
],
|
|
8291
8506
|
[
|
|
8292
8507
|
38,
|
|
8293
8508
|
38
|
|
8294
|
-
]
|
|
8509
|
+
],
|
|
8510
|
+
"php_generic_services"
|
|
8295
8511
|
],
|
|
8296
8512
|
"nested": {
|
|
8297
8513
|
"OptimizeMode": {
|
|
@@ -8304,12 +8520,13 @@ exports.default = {
|
|
|
8304
8520
|
}
|
|
8305
8521
|
},
|
|
8306
8522
|
"MessageOptions": {
|
|
8523
|
+
"edition": "proto2",
|
|
8307
8524
|
"fields": {
|
|
8308
|
-
"
|
|
8525
|
+
"messageSetWireFormat": {
|
|
8309
8526
|
"type": "bool",
|
|
8310
8527
|
"id": 1
|
|
8311
8528
|
},
|
|
8312
|
-
"
|
|
8529
|
+
"noStandardDescriptorAccessor": {
|
|
8313
8530
|
"type": "bool",
|
|
8314
8531
|
"id": 2
|
|
8315
8532
|
},
|
|
@@ -8317,11 +8534,22 @@ exports.default = {
|
|
|
8317
8534
|
"type": "bool",
|
|
8318
8535
|
"id": 3
|
|
8319
8536
|
},
|
|
8320
|
-
"
|
|
8537
|
+
"mapEntry": {
|
|
8321
8538
|
"type": "bool",
|
|
8322
8539
|
"id": 7
|
|
8323
8540
|
},
|
|
8324
|
-
"
|
|
8541
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
8542
|
+
"type": "bool",
|
|
8543
|
+
"id": 11,
|
|
8544
|
+
"options": {
|
|
8545
|
+
"deprecated": true
|
|
8546
|
+
}
|
|
8547
|
+
},
|
|
8548
|
+
"features": {
|
|
8549
|
+
"type": "FeatureSet",
|
|
8550
|
+
"id": 12
|
|
8551
|
+
},
|
|
8552
|
+
"uninterpretedOption": {
|
|
8325
8553
|
"rule": "repeated",
|
|
8326
8554
|
"type": "UninterpretedOption",
|
|
8327
8555
|
"id": 999
|
|
@@ -8334,13 +8562,30 @@ exports.default = {
|
|
|
8334
8562
|
]
|
|
8335
8563
|
],
|
|
8336
8564
|
"reserved": [
|
|
8565
|
+
[
|
|
8566
|
+
4,
|
|
8567
|
+
4
|
|
8568
|
+
],
|
|
8569
|
+
[
|
|
8570
|
+
5,
|
|
8571
|
+
5
|
|
8572
|
+
],
|
|
8573
|
+
[
|
|
8574
|
+
6,
|
|
8575
|
+
6
|
|
8576
|
+
],
|
|
8337
8577
|
[
|
|
8338
8578
|
8,
|
|
8339
8579
|
8
|
|
8580
|
+
],
|
|
8581
|
+
[
|
|
8582
|
+
9,
|
|
8583
|
+
9
|
|
8340
8584
|
]
|
|
8341
8585
|
]
|
|
8342
8586
|
},
|
|
8343
8587
|
"FieldOptions": {
|
|
8588
|
+
"edition": "proto2",
|
|
8344
8589
|
"fields": {
|
|
8345
8590
|
"ctype": {
|
|
8346
8591
|
"type": "CType",
|
|
@@ -8364,15 +8609,48 @@ exports.default = {
|
|
|
8364
8609
|
"type": "bool",
|
|
8365
8610
|
"id": 5
|
|
8366
8611
|
},
|
|
8612
|
+
"unverifiedLazy": {
|
|
8613
|
+
"type": "bool",
|
|
8614
|
+
"id": 15
|
|
8615
|
+
},
|
|
8367
8616
|
"deprecated": {
|
|
8368
8617
|
"type": "bool",
|
|
8369
8618
|
"id": 3
|
|
8370
8619
|
},
|
|
8371
8620
|
"weak": {
|
|
8372
8621
|
"type": "bool",
|
|
8373
|
-
"id": 10
|
|
8622
|
+
"id": 10,
|
|
8623
|
+
"options": {
|
|
8624
|
+
"deprecated": true
|
|
8625
|
+
}
|
|
8626
|
+
},
|
|
8627
|
+
"debugRedact": {
|
|
8628
|
+
"type": "bool",
|
|
8629
|
+
"id": 16
|
|
8630
|
+
},
|
|
8631
|
+
"retention": {
|
|
8632
|
+
"type": "OptionRetention",
|
|
8633
|
+
"id": 17
|
|
8634
|
+
},
|
|
8635
|
+
"targets": {
|
|
8636
|
+
"rule": "repeated",
|
|
8637
|
+
"type": "OptionTargetType",
|
|
8638
|
+
"id": 19
|
|
8639
|
+
},
|
|
8640
|
+
"editionDefaults": {
|
|
8641
|
+
"rule": "repeated",
|
|
8642
|
+
"type": "EditionDefault",
|
|
8643
|
+
"id": 20
|
|
8644
|
+
},
|
|
8645
|
+
"features": {
|
|
8646
|
+
"type": "FeatureSet",
|
|
8647
|
+
"id": 21
|
|
8648
|
+
},
|
|
8649
|
+
"featureSupport": {
|
|
8650
|
+
"type": "FeatureSupport",
|
|
8651
|
+
"id": 22
|
|
8374
8652
|
},
|
|
8375
|
-
"
|
|
8653
|
+
"uninterpretedOption": {
|
|
8376
8654
|
"rule": "repeated",
|
|
8377
8655
|
"type": "UninterpretedOption",
|
|
8378
8656
|
"id": 999
|
|
@@ -8388,6 +8666,10 @@ exports.default = {
|
|
|
8388
8666
|
[
|
|
8389
8667
|
4,
|
|
8390
8668
|
4
|
|
8669
|
+
],
|
|
8670
|
+
[
|
|
8671
|
+
18,
|
|
8672
|
+
18
|
|
8391
8673
|
]
|
|
8392
8674
|
],
|
|
8393
8675
|
"nested": {
|
|
@@ -8404,12 +8686,70 @@ exports.default = {
|
|
|
8404
8686
|
"JS_STRING": 1,
|
|
8405
8687
|
"JS_NUMBER": 2
|
|
8406
8688
|
}
|
|
8689
|
+
},
|
|
8690
|
+
"OptionRetention": {
|
|
8691
|
+
"values": {
|
|
8692
|
+
"RETENTION_UNKNOWN": 0,
|
|
8693
|
+
"RETENTION_RUNTIME": 1,
|
|
8694
|
+
"RETENTION_SOURCE": 2
|
|
8695
|
+
}
|
|
8696
|
+
},
|
|
8697
|
+
"OptionTargetType": {
|
|
8698
|
+
"values": {
|
|
8699
|
+
"TARGET_TYPE_UNKNOWN": 0,
|
|
8700
|
+
"TARGET_TYPE_FILE": 1,
|
|
8701
|
+
"TARGET_TYPE_EXTENSION_RANGE": 2,
|
|
8702
|
+
"TARGET_TYPE_MESSAGE": 3,
|
|
8703
|
+
"TARGET_TYPE_FIELD": 4,
|
|
8704
|
+
"TARGET_TYPE_ONEOF": 5,
|
|
8705
|
+
"TARGET_TYPE_ENUM": 6,
|
|
8706
|
+
"TARGET_TYPE_ENUM_ENTRY": 7,
|
|
8707
|
+
"TARGET_TYPE_SERVICE": 8,
|
|
8708
|
+
"TARGET_TYPE_METHOD": 9
|
|
8709
|
+
}
|
|
8710
|
+
},
|
|
8711
|
+
"EditionDefault": {
|
|
8712
|
+
"fields": {
|
|
8713
|
+
"edition": {
|
|
8714
|
+
"type": "Edition",
|
|
8715
|
+
"id": 3
|
|
8716
|
+
},
|
|
8717
|
+
"value": {
|
|
8718
|
+
"type": "string",
|
|
8719
|
+
"id": 2
|
|
8720
|
+
}
|
|
8721
|
+
}
|
|
8722
|
+
},
|
|
8723
|
+
"FeatureSupport": {
|
|
8724
|
+
"fields": {
|
|
8725
|
+
"editionIntroduced": {
|
|
8726
|
+
"type": "Edition",
|
|
8727
|
+
"id": 1
|
|
8728
|
+
},
|
|
8729
|
+
"editionDeprecated": {
|
|
8730
|
+
"type": "Edition",
|
|
8731
|
+
"id": 2
|
|
8732
|
+
},
|
|
8733
|
+
"deprecationWarning": {
|
|
8734
|
+
"type": "string",
|
|
8735
|
+
"id": 3
|
|
8736
|
+
},
|
|
8737
|
+
"editionRemoved": {
|
|
8738
|
+
"type": "Edition",
|
|
8739
|
+
"id": 4
|
|
8740
|
+
}
|
|
8741
|
+
}
|
|
8407
8742
|
}
|
|
8408
8743
|
}
|
|
8409
8744
|
},
|
|
8410
8745
|
"OneofOptions": {
|
|
8746
|
+
"edition": "proto2",
|
|
8411
8747
|
"fields": {
|
|
8412
|
-
"
|
|
8748
|
+
"features": {
|
|
8749
|
+
"type": "FeatureSet",
|
|
8750
|
+
"id": 1
|
|
8751
|
+
},
|
|
8752
|
+
"uninterpretedOption": {
|
|
8413
8753
|
"rule": "repeated",
|
|
8414
8754
|
"type": "UninterpretedOption",
|
|
8415
8755
|
"id": 999
|
|
@@ -8423,8 +8763,9 @@ exports.default = {
|
|
|
8423
8763
|
]
|
|
8424
8764
|
},
|
|
8425
8765
|
"EnumOptions": {
|
|
8766
|
+
"edition": "proto2",
|
|
8426
8767
|
"fields": {
|
|
8427
|
-
"
|
|
8768
|
+
"allowAlias": {
|
|
8428
8769
|
"type": "bool",
|
|
8429
8770
|
"id": 2
|
|
8430
8771
|
},
|
|
@@ -8432,7 +8773,18 @@ exports.default = {
|
|
|
8432
8773
|
"type": "bool",
|
|
8433
8774
|
"id": 3
|
|
8434
8775
|
},
|
|
8435
|
-
"
|
|
8776
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
8777
|
+
"type": "bool",
|
|
8778
|
+
"id": 6,
|
|
8779
|
+
"options": {
|
|
8780
|
+
"deprecated": true
|
|
8781
|
+
}
|
|
8782
|
+
},
|
|
8783
|
+
"features": {
|
|
8784
|
+
"type": "FeatureSet",
|
|
8785
|
+
"id": 7
|
|
8786
|
+
},
|
|
8787
|
+
"uninterpretedOption": {
|
|
8436
8788
|
"rule": "repeated",
|
|
8437
8789
|
"type": "UninterpretedOption",
|
|
8438
8790
|
"id": 999
|
|
@@ -8443,15 +8795,34 @@ exports.default = {
|
|
|
8443
8795
|
1000,
|
|
8444
8796
|
536870911
|
|
8445
8797
|
]
|
|
8798
|
+
],
|
|
8799
|
+
"reserved": [
|
|
8800
|
+
[
|
|
8801
|
+
5,
|
|
8802
|
+
5
|
|
8803
|
+
]
|
|
8446
8804
|
]
|
|
8447
8805
|
},
|
|
8448
8806
|
"EnumValueOptions": {
|
|
8807
|
+
"edition": "proto2",
|
|
8449
8808
|
"fields": {
|
|
8450
8809
|
"deprecated": {
|
|
8451
8810
|
"type": "bool",
|
|
8452
8811
|
"id": 1
|
|
8453
8812
|
},
|
|
8454
|
-
"
|
|
8813
|
+
"features": {
|
|
8814
|
+
"type": "FeatureSet",
|
|
8815
|
+
"id": 2
|
|
8816
|
+
},
|
|
8817
|
+
"debugRedact": {
|
|
8818
|
+
"type": "bool",
|
|
8819
|
+
"id": 3
|
|
8820
|
+
},
|
|
8821
|
+
"featureSupport": {
|
|
8822
|
+
"type": "FieldOptions.FeatureSupport",
|
|
8823
|
+
"id": 4
|
|
8824
|
+
},
|
|
8825
|
+
"uninterpretedOption": {
|
|
8455
8826
|
"rule": "repeated",
|
|
8456
8827
|
"type": "UninterpretedOption",
|
|
8457
8828
|
"id": 999
|
|
@@ -8465,12 +8836,17 @@ exports.default = {
|
|
|
8465
8836
|
]
|
|
8466
8837
|
},
|
|
8467
8838
|
"ServiceOptions": {
|
|
8839
|
+
"edition": "proto2",
|
|
8468
8840
|
"fields": {
|
|
8841
|
+
"features": {
|
|
8842
|
+
"type": "FeatureSet",
|
|
8843
|
+
"id": 34
|
|
8844
|
+
},
|
|
8469
8845
|
"deprecated": {
|
|
8470
8846
|
"type": "bool",
|
|
8471
8847
|
"id": 33
|
|
8472
8848
|
},
|
|
8473
|
-
"
|
|
8849
|
+
"uninterpretedOption": {
|
|
8474
8850
|
"rule": "repeated",
|
|
8475
8851
|
"type": "UninterpretedOption",
|
|
8476
8852
|
"id": 999
|
|
@@ -8484,12 +8860,24 @@ exports.default = {
|
|
|
8484
8860
|
]
|
|
8485
8861
|
},
|
|
8486
8862
|
"MethodOptions": {
|
|
8863
|
+
"edition": "proto2",
|
|
8487
8864
|
"fields": {
|
|
8488
8865
|
"deprecated": {
|
|
8489
8866
|
"type": "bool",
|
|
8490
8867
|
"id": 33
|
|
8491
8868
|
},
|
|
8492
|
-
"
|
|
8869
|
+
"idempotencyLevel": {
|
|
8870
|
+
"type": "IdempotencyLevel",
|
|
8871
|
+
"id": 34,
|
|
8872
|
+
"options": {
|
|
8873
|
+
"default": "IDEMPOTENCY_UNKNOWN"
|
|
8874
|
+
}
|
|
8875
|
+
},
|
|
8876
|
+
"features": {
|
|
8877
|
+
"type": "FeatureSet",
|
|
8878
|
+
"id": 35
|
|
8879
|
+
},
|
|
8880
|
+
"uninterpretedOption": {
|
|
8493
8881
|
"rule": "repeated",
|
|
8494
8882
|
"type": "UninterpretedOption",
|
|
8495
8883
|
"id": 999
|
|
@@ -8500,36 +8888,46 @@ exports.default = {
|
|
|
8500
8888
|
1000,
|
|
8501
8889
|
536870911
|
|
8502
8890
|
]
|
|
8503
|
-
]
|
|
8891
|
+
],
|
|
8892
|
+
"nested": {
|
|
8893
|
+
"IdempotencyLevel": {
|
|
8894
|
+
"values": {
|
|
8895
|
+
"IDEMPOTENCY_UNKNOWN": 0,
|
|
8896
|
+
"NO_SIDE_EFFECTS": 1,
|
|
8897
|
+
"IDEMPOTENT": 2
|
|
8898
|
+
}
|
|
8899
|
+
}
|
|
8900
|
+
}
|
|
8504
8901
|
},
|
|
8505
8902
|
"UninterpretedOption": {
|
|
8903
|
+
"edition": "proto2",
|
|
8506
8904
|
"fields": {
|
|
8507
8905
|
"name": {
|
|
8508
8906
|
"rule": "repeated",
|
|
8509
8907
|
"type": "NamePart",
|
|
8510
8908
|
"id": 2
|
|
8511
8909
|
},
|
|
8512
|
-
"
|
|
8910
|
+
"identifierValue": {
|
|
8513
8911
|
"type": "string",
|
|
8514
8912
|
"id": 3
|
|
8515
8913
|
},
|
|
8516
|
-
"
|
|
8914
|
+
"positiveIntValue": {
|
|
8517
8915
|
"type": "uint64",
|
|
8518
8916
|
"id": 4
|
|
8519
8917
|
},
|
|
8520
|
-
"
|
|
8918
|
+
"negativeIntValue": {
|
|
8521
8919
|
"type": "int64",
|
|
8522
8920
|
"id": 5
|
|
8523
8921
|
},
|
|
8524
|
-
"
|
|
8922
|
+
"doubleValue": {
|
|
8525
8923
|
"type": "double",
|
|
8526
8924
|
"id": 6
|
|
8527
8925
|
},
|
|
8528
|
-
"
|
|
8926
|
+
"stringValue": {
|
|
8529
8927
|
"type": "bytes",
|
|
8530
8928
|
"id": 7
|
|
8531
8929
|
},
|
|
8532
|
-
"
|
|
8930
|
+
"aggregateValue": {
|
|
8533
8931
|
"type": "string",
|
|
8534
8932
|
"id": 8
|
|
8535
8933
|
}
|
|
@@ -8537,12 +8935,12 @@ exports.default = {
|
|
|
8537
8935
|
"nested": {
|
|
8538
8936
|
"NamePart": {
|
|
8539
8937
|
"fields": {
|
|
8540
|
-
"
|
|
8938
|
+
"namePart": {
|
|
8541
8939
|
"rule": "required",
|
|
8542
8940
|
"type": "string",
|
|
8543
8941
|
"id": 1
|
|
8544
8942
|
},
|
|
8545
|
-
"
|
|
8943
|
+
"isExtension": {
|
|
8546
8944
|
"rule": "required",
|
|
8547
8945
|
"type": "bool",
|
|
8548
8946
|
"id": 2
|
|
@@ -8551,7 +8949,240 @@ exports.default = {
|
|
|
8551
8949
|
}
|
|
8552
8950
|
}
|
|
8553
8951
|
},
|
|
8952
|
+
"FeatureSet": {
|
|
8953
|
+
"edition": "proto2",
|
|
8954
|
+
"fields": {
|
|
8955
|
+
"fieldPresence": {
|
|
8956
|
+
"type": "FieldPresence",
|
|
8957
|
+
"id": 1,
|
|
8958
|
+
"options": {
|
|
8959
|
+
"retention": "RETENTION_RUNTIME",
|
|
8960
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8961
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8962
|
+
"edition_defaults.edition": "EDITION_2023",
|
|
8963
|
+
"edition_defaults.value": "EXPLICIT"
|
|
8964
|
+
}
|
|
8965
|
+
},
|
|
8966
|
+
"enumType": {
|
|
8967
|
+
"type": "EnumType",
|
|
8968
|
+
"id": 2,
|
|
8969
|
+
"options": {
|
|
8970
|
+
"retention": "RETENTION_RUNTIME",
|
|
8971
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8972
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8973
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8974
|
+
"edition_defaults.value": "OPEN"
|
|
8975
|
+
}
|
|
8976
|
+
},
|
|
8977
|
+
"repeatedFieldEncoding": {
|
|
8978
|
+
"type": "RepeatedFieldEncoding",
|
|
8979
|
+
"id": 3,
|
|
8980
|
+
"options": {
|
|
8981
|
+
"retention": "RETENTION_RUNTIME",
|
|
8982
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8983
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8984
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8985
|
+
"edition_defaults.value": "PACKED"
|
|
8986
|
+
}
|
|
8987
|
+
},
|
|
8988
|
+
"utf8Validation": {
|
|
8989
|
+
"type": "Utf8Validation",
|
|
8990
|
+
"id": 4,
|
|
8991
|
+
"options": {
|
|
8992
|
+
"retention": "RETENTION_RUNTIME",
|
|
8993
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8994
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8995
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8996
|
+
"edition_defaults.value": "VERIFY"
|
|
8997
|
+
}
|
|
8998
|
+
},
|
|
8999
|
+
"messageEncoding": {
|
|
9000
|
+
"type": "MessageEncoding",
|
|
9001
|
+
"id": 5,
|
|
9002
|
+
"options": {
|
|
9003
|
+
"retention": "RETENTION_RUNTIME",
|
|
9004
|
+
"targets": "TARGET_TYPE_FILE",
|
|
9005
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
9006
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
9007
|
+
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
9008
|
+
}
|
|
9009
|
+
},
|
|
9010
|
+
"jsonFormat": {
|
|
9011
|
+
"type": "JsonFormat",
|
|
9012
|
+
"id": 6,
|
|
9013
|
+
"options": {
|
|
9014
|
+
"retention": "RETENTION_RUNTIME",
|
|
9015
|
+
"targets": "TARGET_TYPE_FILE",
|
|
9016
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
9017
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
9018
|
+
"edition_defaults.value": "ALLOW"
|
|
9019
|
+
}
|
|
9020
|
+
},
|
|
9021
|
+
"enforceNamingStyle": {
|
|
9022
|
+
"type": "EnforceNamingStyle",
|
|
9023
|
+
"id": 7,
|
|
9024
|
+
"options": {
|
|
9025
|
+
"retention": "RETENTION_SOURCE",
|
|
9026
|
+
"targets": "TARGET_TYPE_METHOD",
|
|
9027
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
9028
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
9029
|
+
"edition_defaults.value": "STYLE2024"
|
|
9030
|
+
}
|
|
9031
|
+
},
|
|
9032
|
+
"defaultSymbolVisibility": {
|
|
9033
|
+
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
9034
|
+
"id": 8,
|
|
9035
|
+
"options": {
|
|
9036
|
+
"retention": "RETENTION_SOURCE",
|
|
9037
|
+
"targets": "TARGET_TYPE_FILE",
|
|
9038
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
9039
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
9040
|
+
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
9041
|
+
}
|
|
9042
|
+
}
|
|
9043
|
+
},
|
|
9044
|
+
"extensions": [
|
|
9045
|
+
[
|
|
9046
|
+
1000,
|
|
9047
|
+
9994
|
|
9048
|
+
],
|
|
9049
|
+
[
|
|
9050
|
+
9995,
|
|
9051
|
+
9999
|
|
9052
|
+
],
|
|
9053
|
+
[
|
|
9054
|
+
10000,
|
|
9055
|
+
10000
|
|
9056
|
+
]
|
|
9057
|
+
],
|
|
9058
|
+
"reserved": [
|
|
9059
|
+
[
|
|
9060
|
+
999,
|
|
9061
|
+
999
|
|
9062
|
+
]
|
|
9063
|
+
],
|
|
9064
|
+
"nested": {
|
|
9065
|
+
"FieldPresence": {
|
|
9066
|
+
"values": {
|
|
9067
|
+
"FIELD_PRESENCE_UNKNOWN": 0,
|
|
9068
|
+
"EXPLICIT": 1,
|
|
9069
|
+
"IMPLICIT": 2,
|
|
9070
|
+
"LEGACY_REQUIRED": 3
|
|
9071
|
+
}
|
|
9072
|
+
},
|
|
9073
|
+
"EnumType": {
|
|
9074
|
+
"values": {
|
|
9075
|
+
"ENUM_TYPE_UNKNOWN": 0,
|
|
9076
|
+
"OPEN": 1,
|
|
9077
|
+
"CLOSED": 2
|
|
9078
|
+
}
|
|
9079
|
+
},
|
|
9080
|
+
"RepeatedFieldEncoding": {
|
|
9081
|
+
"values": {
|
|
9082
|
+
"REPEATED_FIELD_ENCODING_UNKNOWN": 0,
|
|
9083
|
+
"PACKED": 1,
|
|
9084
|
+
"EXPANDED": 2
|
|
9085
|
+
}
|
|
9086
|
+
},
|
|
9087
|
+
"Utf8Validation": {
|
|
9088
|
+
"values": {
|
|
9089
|
+
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
9090
|
+
"VERIFY": 2,
|
|
9091
|
+
"NONE": 3
|
|
9092
|
+
}
|
|
9093
|
+
},
|
|
9094
|
+
"MessageEncoding": {
|
|
9095
|
+
"values": {
|
|
9096
|
+
"MESSAGE_ENCODING_UNKNOWN": 0,
|
|
9097
|
+
"LENGTH_PREFIXED": 1,
|
|
9098
|
+
"DELIMITED": 2
|
|
9099
|
+
}
|
|
9100
|
+
},
|
|
9101
|
+
"JsonFormat": {
|
|
9102
|
+
"values": {
|
|
9103
|
+
"JSON_FORMAT_UNKNOWN": 0,
|
|
9104
|
+
"ALLOW": 1,
|
|
9105
|
+
"LEGACY_BEST_EFFORT": 2
|
|
9106
|
+
}
|
|
9107
|
+
},
|
|
9108
|
+
"EnforceNamingStyle": {
|
|
9109
|
+
"values": {
|
|
9110
|
+
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
9111
|
+
"STYLE2024": 1,
|
|
9112
|
+
"STYLE_LEGACY": 2
|
|
9113
|
+
}
|
|
9114
|
+
},
|
|
9115
|
+
"VisibilityFeature": {
|
|
9116
|
+
"fields": {},
|
|
9117
|
+
"reserved": [
|
|
9118
|
+
[
|
|
9119
|
+
1,
|
|
9120
|
+
536870911
|
|
9121
|
+
]
|
|
9122
|
+
],
|
|
9123
|
+
"nested": {
|
|
9124
|
+
"DefaultSymbolVisibility": {
|
|
9125
|
+
"values": {
|
|
9126
|
+
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
9127
|
+
"EXPORT_ALL": 1,
|
|
9128
|
+
"EXPORT_TOP_LEVEL": 2,
|
|
9129
|
+
"LOCAL_ALL": 3,
|
|
9130
|
+
"STRICT": 4
|
|
9131
|
+
}
|
|
9132
|
+
}
|
|
9133
|
+
}
|
|
9134
|
+
}
|
|
9135
|
+
}
|
|
9136
|
+
},
|
|
9137
|
+
"FeatureSetDefaults": {
|
|
9138
|
+
"edition": "proto2",
|
|
9139
|
+
"fields": {
|
|
9140
|
+
"defaults": {
|
|
9141
|
+
"rule": "repeated",
|
|
9142
|
+
"type": "FeatureSetEditionDefault",
|
|
9143
|
+
"id": 1
|
|
9144
|
+
},
|
|
9145
|
+
"minimumEdition": {
|
|
9146
|
+
"type": "Edition",
|
|
9147
|
+
"id": 4
|
|
9148
|
+
},
|
|
9149
|
+
"maximumEdition": {
|
|
9150
|
+
"type": "Edition",
|
|
9151
|
+
"id": 5
|
|
9152
|
+
}
|
|
9153
|
+
},
|
|
9154
|
+
"nested": {
|
|
9155
|
+
"FeatureSetEditionDefault": {
|
|
9156
|
+
"fields": {
|
|
9157
|
+
"edition": {
|
|
9158
|
+
"type": "Edition",
|
|
9159
|
+
"id": 3
|
|
9160
|
+
},
|
|
9161
|
+
"overridableFeatures": {
|
|
9162
|
+
"type": "FeatureSet",
|
|
9163
|
+
"id": 4
|
|
9164
|
+
},
|
|
9165
|
+
"fixedFeatures": {
|
|
9166
|
+
"type": "FeatureSet",
|
|
9167
|
+
"id": 5
|
|
9168
|
+
}
|
|
9169
|
+
},
|
|
9170
|
+
"reserved": [
|
|
9171
|
+
[
|
|
9172
|
+
1,
|
|
9173
|
+
1
|
|
9174
|
+
],
|
|
9175
|
+
[
|
|
9176
|
+
2,
|
|
9177
|
+
2
|
|
9178
|
+
],
|
|
9179
|
+
"features"
|
|
9180
|
+
]
|
|
9181
|
+
}
|
|
9182
|
+
}
|
|
9183
|
+
},
|
|
8554
9184
|
"SourceCodeInfo": {
|
|
9185
|
+
"edition": "proto2",
|
|
8555
9186
|
"fields": {
|
|
8556
9187
|
"location": {
|
|
8557
9188
|
"rule": "repeated",
|
|
@@ -8559,28 +9190,40 @@ exports.default = {
|
|
|
8559
9190
|
"id": 1
|
|
8560
9191
|
}
|
|
8561
9192
|
},
|
|
9193
|
+
"extensions": [
|
|
9194
|
+
[
|
|
9195
|
+
536000000,
|
|
9196
|
+
536000000
|
|
9197
|
+
]
|
|
9198
|
+
],
|
|
8562
9199
|
"nested": {
|
|
8563
9200
|
"Location": {
|
|
8564
9201
|
"fields": {
|
|
8565
9202
|
"path": {
|
|
8566
9203
|
"rule": "repeated",
|
|
8567
9204
|
"type": "int32",
|
|
8568
|
-
"id": 1
|
|
9205
|
+
"id": 1,
|
|
9206
|
+
"options": {
|
|
9207
|
+
"packed": true
|
|
9208
|
+
}
|
|
8569
9209
|
},
|
|
8570
9210
|
"span": {
|
|
8571
9211
|
"rule": "repeated",
|
|
8572
9212
|
"type": "int32",
|
|
8573
|
-
"id": 2
|
|
9213
|
+
"id": 2,
|
|
9214
|
+
"options": {
|
|
9215
|
+
"packed": true
|
|
9216
|
+
}
|
|
8574
9217
|
},
|
|
8575
|
-
"
|
|
9218
|
+
"leadingComments": {
|
|
8576
9219
|
"type": "string",
|
|
8577
9220
|
"id": 3
|
|
8578
9221
|
},
|
|
8579
|
-
"
|
|
9222
|
+
"trailingComments": {
|
|
8580
9223
|
"type": "string",
|
|
8581
9224
|
"id": 4
|
|
8582
9225
|
},
|
|
8583
|
-
"
|
|
9226
|
+
"leadingDetachedComments": {
|
|
8584
9227
|
"rule": "repeated",
|
|
8585
9228
|
"type": "string",
|
|
8586
9229
|
"id": 6
|
|
@@ -8590,6 +9233,7 @@ exports.default = {
|
|
|
8590
9233
|
}
|
|
8591
9234
|
},
|
|
8592
9235
|
"GeneratedCodeInfo": {
|
|
9236
|
+
"edition": "proto2",
|
|
8593
9237
|
"fields": {
|
|
8594
9238
|
"annotation": {
|
|
8595
9239
|
"rule": "repeated",
|
|
@@ -8603,9 +9247,12 @@ exports.default = {
|
|
|
8603
9247
|
"path": {
|
|
8604
9248
|
"rule": "repeated",
|
|
8605
9249
|
"type": "int32",
|
|
8606
|
-
"id": 1
|
|
9250
|
+
"id": 1,
|
|
9251
|
+
"options": {
|
|
9252
|
+
"packed": true
|
|
9253
|
+
}
|
|
8607
9254
|
},
|
|
8608
|
-
"
|
|
9255
|
+
"sourceFile": {
|
|
8609
9256
|
"type": "string",
|
|
8610
9257
|
"id": 2
|
|
8611
9258
|
},
|
|
@@ -8616,10 +9263,31 @@ exports.default = {
|
|
|
8616
9263
|
"end": {
|
|
8617
9264
|
"type": "int32",
|
|
8618
9265
|
"id": 4
|
|
9266
|
+
},
|
|
9267
|
+
"semantic": {
|
|
9268
|
+
"type": "Semantic",
|
|
9269
|
+
"id": 5
|
|
9270
|
+
}
|
|
9271
|
+
},
|
|
9272
|
+
"nested": {
|
|
9273
|
+
"Semantic": {
|
|
9274
|
+
"values": {
|
|
9275
|
+
"NONE": 0,
|
|
9276
|
+
"SET": 1,
|
|
9277
|
+
"ALIAS": 2
|
|
9278
|
+
}
|
|
8619
9279
|
}
|
|
8620
9280
|
}
|
|
8621
9281
|
}
|
|
8622
9282
|
}
|
|
9283
|
+
},
|
|
9284
|
+
"SymbolVisibility": {
|
|
9285
|
+
"edition": "proto2",
|
|
9286
|
+
"values": {
|
|
9287
|
+
"VISIBILITY_UNSET": 0,
|
|
9288
|
+
"VISIBILITY_LOCAL": 1,
|
|
9289
|
+
"VISIBILITY_EXPORT": 2
|
|
9290
|
+
}
|
|
8623
9291
|
}
|
|
8624
9292
|
}
|
|
8625
9293
|
}
|