@zilliz/milvus2-sdk-node 2.6.13 → 2.6.14
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/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 +585 -8
- package/dist/milvus/proto-json/milvus.base.js +677 -17
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +641 -64
- package/dist/milvus/proto-json/milvus.js +733 -73
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/milvus/proto-json/schema.base.d.ts +580 -8
- package/dist/milvus/proto-json/schema.base.js +672 -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/sdk.json +1 -1
- package/package.json +6 -3
|
@@ -2051,6 +2051,11 @@ declare const _default: {
|
|
|
2051
2051
|
proto3_optional: boolean;
|
|
2052
2052
|
};
|
|
2053
2053
|
};
|
|
2054
|
+
fieldOps: {
|
|
2055
|
+
rule: string;
|
|
2056
|
+
type: string;
|
|
2057
|
+
id: number;
|
|
2058
|
+
};
|
|
2054
2059
|
};
|
|
2055
2060
|
};
|
|
2056
2061
|
MutationResult: {
|
|
@@ -7005,6 +7010,27 @@ declare const _default: {
|
|
|
7005
7010
|
};
|
|
7006
7011
|
};
|
|
7007
7012
|
};
|
|
7013
|
+
FieldPartialUpdateOp: {
|
|
7014
|
+
fields: {
|
|
7015
|
+
fieldName: {
|
|
7016
|
+
type: string;
|
|
7017
|
+
id: number;
|
|
7018
|
+
};
|
|
7019
|
+
op: {
|
|
7020
|
+
type: string;
|
|
7021
|
+
id: number;
|
|
7022
|
+
};
|
|
7023
|
+
};
|
|
7024
|
+
nested: {
|
|
7025
|
+
OpType: {
|
|
7026
|
+
values: {
|
|
7027
|
+
REPLACE: number;
|
|
7028
|
+
ARRAY_APPEND: number;
|
|
7029
|
+
ARRAY_REMOVE: number;
|
|
7030
|
+
};
|
|
7031
|
+
};
|
|
7032
|
+
};
|
|
7033
|
+
};
|
|
7008
7034
|
FieldData: {
|
|
7009
7035
|
oneofs: {
|
|
7010
7036
|
field: {
|
|
@@ -7804,6 +7830,7 @@ declare const _default: {
|
|
|
7804
7830
|
protobuf: {
|
|
7805
7831
|
nested: {
|
|
7806
7832
|
FileDescriptorSet: {
|
|
7833
|
+
edition: string;
|
|
7807
7834
|
fields: {
|
|
7808
7835
|
file: {
|
|
7809
7836
|
rule: string;
|
|
@@ -7811,8 +7838,27 @@ declare const _default: {
|
|
|
7811
7838
|
id: number;
|
|
7812
7839
|
};
|
|
7813
7840
|
};
|
|
7841
|
+
extensions: number[][];
|
|
7842
|
+
};
|
|
7843
|
+
Edition: {
|
|
7844
|
+
edition: string;
|
|
7845
|
+
values: {
|
|
7846
|
+
EDITION_UNKNOWN: number;
|
|
7847
|
+
EDITION_LEGACY: number;
|
|
7848
|
+
EDITION_PROTO2: number;
|
|
7849
|
+
EDITION_PROTO3: number;
|
|
7850
|
+
EDITION_2023: number;
|
|
7851
|
+
EDITION_2024: number;
|
|
7852
|
+
EDITION_1_TEST_ONLY: number;
|
|
7853
|
+
EDITION_2_TEST_ONLY: number;
|
|
7854
|
+
EDITION_99997_TEST_ONLY: number;
|
|
7855
|
+
EDITION_99998_TEST_ONLY: number;
|
|
7856
|
+
EDITION_99999_TEST_ONLY: number;
|
|
7857
|
+
EDITION_MAX: number;
|
|
7858
|
+
};
|
|
7814
7859
|
};
|
|
7815
7860
|
FileDescriptorProto: {
|
|
7861
|
+
edition: string;
|
|
7816
7862
|
fields: {
|
|
7817
7863
|
name: {
|
|
7818
7864
|
type: string;
|
|
@@ -7831,17 +7877,16 @@ declare const _default: {
|
|
|
7831
7877
|
rule: string;
|
|
7832
7878
|
type: string;
|
|
7833
7879
|
id: number;
|
|
7834
|
-
options: {
|
|
7835
|
-
packed: boolean;
|
|
7836
|
-
};
|
|
7837
7880
|
};
|
|
7838
7881
|
weakDependency: {
|
|
7839
7882
|
rule: string;
|
|
7840
7883
|
type: string;
|
|
7841
7884
|
id: number;
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7885
|
+
};
|
|
7886
|
+
optionDependency: {
|
|
7887
|
+
rule: string;
|
|
7888
|
+
type: string;
|
|
7889
|
+
id: number;
|
|
7845
7890
|
};
|
|
7846
7891
|
messageType: {
|
|
7847
7892
|
rule: string;
|
|
@@ -7875,9 +7920,14 @@ declare const _default: {
|
|
|
7875
7920
|
type: string;
|
|
7876
7921
|
id: number;
|
|
7877
7922
|
};
|
|
7923
|
+
edition: {
|
|
7924
|
+
type: string;
|
|
7925
|
+
id: number;
|
|
7926
|
+
};
|
|
7878
7927
|
};
|
|
7879
7928
|
};
|
|
7880
7929
|
DescriptorProto: {
|
|
7930
|
+
edition: string;
|
|
7881
7931
|
fields: {
|
|
7882
7932
|
name: {
|
|
7883
7933
|
type: string;
|
|
@@ -7927,6 +7977,10 @@ declare const _default: {
|
|
|
7927
7977
|
type: string;
|
|
7928
7978
|
id: number;
|
|
7929
7979
|
};
|
|
7980
|
+
visibility: {
|
|
7981
|
+
type: string;
|
|
7982
|
+
id: number;
|
|
7983
|
+
};
|
|
7930
7984
|
};
|
|
7931
7985
|
nested: {
|
|
7932
7986
|
ExtensionRange: {
|
|
@@ -7939,6 +7993,10 @@ declare const _default: {
|
|
|
7939
7993
|
type: string;
|
|
7940
7994
|
id: number;
|
|
7941
7995
|
};
|
|
7996
|
+
options: {
|
|
7997
|
+
type: string;
|
|
7998
|
+
id: number;
|
|
7999
|
+
};
|
|
7942
8000
|
};
|
|
7943
8001
|
};
|
|
7944
8002
|
ReservedRange: {
|
|
@@ -7955,7 +8013,72 @@ declare const _default: {
|
|
|
7955
8013
|
};
|
|
7956
8014
|
};
|
|
7957
8015
|
};
|
|
8016
|
+
ExtensionRangeOptions: {
|
|
8017
|
+
edition: string;
|
|
8018
|
+
fields: {
|
|
8019
|
+
uninterpretedOption: {
|
|
8020
|
+
rule: string;
|
|
8021
|
+
type: string;
|
|
8022
|
+
id: number;
|
|
8023
|
+
};
|
|
8024
|
+
declaration: {
|
|
8025
|
+
rule: string;
|
|
8026
|
+
type: string;
|
|
8027
|
+
id: number;
|
|
8028
|
+
options: {
|
|
8029
|
+
retention: string;
|
|
8030
|
+
};
|
|
8031
|
+
};
|
|
8032
|
+
features: {
|
|
8033
|
+
type: string;
|
|
8034
|
+
id: number;
|
|
8035
|
+
};
|
|
8036
|
+
verification: {
|
|
8037
|
+
type: string;
|
|
8038
|
+
id: number;
|
|
8039
|
+
options: {
|
|
8040
|
+
default: string;
|
|
8041
|
+
retention: string;
|
|
8042
|
+
};
|
|
8043
|
+
};
|
|
8044
|
+
};
|
|
8045
|
+
extensions: number[][];
|
|
8046
|
+
nested: {
|
|
8047
|
+
Declaration: {
|
|
8048
|
+
fields: {
|
|
8049
|
+
number: {
|
|
8050
|
+
type: string;
|
|
8051
|
+
id: number;
|
|
8052
|
+
};
|
|
8053
|
+
fullName: {
|
|
8054
|
+
type: string;
|
|
8055
|
+
id: number;
|
|
8056
|
+
};
|
|
8057
|
+
type: {
|
|
8058
|
+
type: string;
|
|
8059
|
+
id: number;
|
|
8060
|
+
};
|
|
8061
|
+
reserved: {
|
|
8062
|
+
type: string;
|
|
8063
|
+
id: number;
|
|
8064
|
+
};
|
|
8065
|
+
repeated: {
|
|
8066
|
+
type: string;
|
|
8067
|
+
id: number;
|
|
8068
|
+
};
|
|
8069
|
+
};
|
|
8070
|
+
reserved: number[][];
|
|
8071
|
+
};
|
|
8072
|
+
VerificationState: {
|
|
8073
|
+
values: {
|
|
8074
|
+
DECLARATION: number;
|
|
8075
|
+
UNVERIFIED: number;
|
|
8076
|
+
};
|
|
8077
|
+
};
|
|
8078
|
+
};
|
|
8079
|
+
};
|
|
7958
8080
|
FieldDescriptorProto: {
|
|
8081
|
+
edition: string;
|
|
7959
8082
|
fields: {
|
|
7960
8083
|
name: {
|
|
7961
8084
|
type: string;
|
|
@@ -7997,6 +8120,10 @@ declare const _default: {
|
|
|
7997
8120
|
type: string;
|
|
7998
8121
|
id: number;
|
|
7999
8122
|
};
|
|
8123
|
+
proto3Optional: {
|
|
8124
|
+
type: string;
|
|
8125
|
+
id: number;
|
|
8126
|
+
};
|
|
8000
8127
|
};
|
|
8001
8128
|
nested: {
|
|
8002
8129
|
Type: {
|
|
@@ -8024,13 +8151,14 @@ declare const _default: {
|
|
|
8024
8151
|
Label: {
|
|
8025
8152
|
values: {
|
|
8026
8153
|
LABEL_OPTIONAL: number;
|
|
8027
|
-
LABEL_REQUIRED: number;
|
|
8028
8154
|
LABEL_REPEATED: number;
|
|
8155
|
+
LABEL_REQUIRED: number;
|
|
8029
8156
|
};
|
|
8030
8157
|
};
|
|
8031
8158
|
};
|
|
8032
8159
|
};
|
|
8033
8160
|
OneofDescriptorProto: {
|
|
8161
|
+
edition: string;
|
|
8034
8162
|
fields: {
|
|
8035
8163
|
name: {
|
|
8036
8164
|
type: string;
|
|
@@ -8043,6 +8171,7 @@ declare const _default: {
|
|
|
8043
8171
|
};
|
|
8044
8172
|
};
|
|
8045
8173
|
EnumDescriptorProto: {
|
|
8174
|
+
edition: string;
|
|
8046
8175
|
fields: {
|
|
8047
8176
|
name: {
|
|
8048
8177
|
type: string;
|
|
@@ -8057,9 +8186,38 @@ declare const _default: {
|
|
|
8057
8186
|
type: string;
|
|
8058
8187
|
id: number;
|
|
8059
8188
|
};
|
|
8189
|
+
reservedRange: {
|
|
8190
|
+
rule: string;
|
|
8191
|
+
type: string;
|
|
8192
|
+
id: number;
|
|
8193
|
+
};
|
|
8194
|
+
reservedName: {
|
|
8195
|
+
rule: string;
|
|
8196
|
+
type: string;
|
|
8197
|
+
id: number;
|
|
8198
|
+
};
|
|
8199
|
+
visibility: {
|
|
8200
|
+
type: string;
|
|
8201
|
+
id: number;
|
|
8202
|
+
};
|
|
8203
|
+
};
|
|
8204
|
+
nested: {
|
|
8205
|
+
EnumReservedRange: {
|
|
8206
|
+
fields: {
|
|
8207
|
+
start: {
|
|
8208
|
+
type: string;
|
|
8209
|
+
id: number;
|
|
8210
|
+
};
|
|
8211
|
+
end: {
|
|
8212
|
+
type: string;
|
|
8213
|
+
id: number;
|
|
8214
|
+
};
|
|
8215
|
+
};
|
|
8216
|
+
};
|
|
8060
8217
|
};
|
|
8061
8218
|
};
|
|
8062
8219
|
EnumValueDescriptorProto: {
|
|
8220
|
+
edition: string;
|
|
8063
8221
|
fields: {
|
|
8064
8222
|
name: {
|
|
8065
8223
|
type: string;
|
|
@@ -8076,6 +8234,7 @@ declare const _default: {
|
|
|
8076
8234
|
};
|
|
8077
8235
|
};
|
|
8078
8236
|
ServiceDescriptorProto: {
|
|
8237
|
+
edition: string;
|
|
8079
8238
|
fields: {
|
|
8080
8239
|
name: {
|
|
8081
8240
|
type: string;
|
|
@@ -8093,6 +8252,7 @@ declare const _default: {
|
|
|
8093
8252
|
};
|
|
8094
8253
|
};
|
|
8095
8254
|
MethodDescriptorProto: {
|
|
8255
|
+
edition: string;
|
|
8096
8256
|
fields: {
|
|
8097
8257
|
name: {
|
|
8098
8258
|
type: string;
|
|
@@ -8121,6 +8281,7 @@ declare const _default: {
|
|
|
8121
8281
|
};
|
|
8122
8282
|
};
|
|
8123
8283
|
FileOptions: {
|
|
8284
|
+
edition: string;
|
|
8124
8285
|
fields: {
|
|
8125
8286
|
javaPackage: {
|
|
8126
8287
|
type: string;
|
|
@@ -8175,6 +8336,9 @@ declare const _default: {
|
|
|
8175
8336
|
ccEnableArenas: {
|
|
8176
8337
|
type: string;
|
|
8177
8338
|
id: number;
|
|
8339
|
+
options: {
|
|
8340
|
+
default: boolean;
|
|
8341
|
+
};
|
|
8178
8342
|
};
|
|
8179
8343
|
objcClassPrefix: {
|
|
8180
8344
|
type: string;
|
|
@@ -8184,6 +8348,30 @@ declare const _default: {
|
|
|
8184
8348
|
type: string;
|
|
8185
8349
|
id: number;
|
|
8186
8350
|
};
|
|
8351
|
+
swiftPrefix: {
|
|
8352
|
+
type: string;
|
|
8353
|
+
id: number;
|
|
8354
|
+
};
|
|
8355
|
+
phpClassPrefix: {
|
|
8356
|
+
type: string;
|
|
8357
|
+
id: number;
|
|
8358
|
+
};
|
|
8359
|
+
phpNamespace: {
|
|
8360
|
+
type: string;
|
|
8361
|
+
id: number;
|
|
8362
|
+
};
|
|
8363
|
+
phpMetadataNamespace: {
|
|
8364
|
+
type: string;
|
|
8365
|
+
id: number;
|
|
8366
|
+
};
|
|
8367
|
+
rubyPackage: {
|
|
8368
|
+
type: string;
|
|
8369
|
+
id: number;
|
|
8370
|
+
};
|
|
8371
|
+
features: {
|
|
8372
|
+
type: string;
|
|
8373
|
+
id: number;
|
|
8374
|
+
};
|
|
8187
8375
|
uninterpretedOption: {
|
|
8188
8376
|
rule: string;
|
|
8189
8377
|
type: string;
|
|
@@ -8191,7 +8379,7 @@ declare const _default: {
|
|
|
8191
8379
|
};
|
|
8192
8380
|
};
|
|
8193
8381
|
extensions: number[][];
|
|
8194
|
-
reserved: number[][];
|
|
8382
|
+
reserved: (string | number[])[];
|
|
8195
8383
|
nested: {
|
|
8196
8384
|
OptimizeMode: {
|
|
8197
8385
|
values: {
|
|
@@ -8203,6 +8391,7 @@ declare const _default: {
|
|
|
8203
8391
|
};
|
|
8204
8392
|
};
|
|
8205
8393
|
MessageOptions: {
|
|
8394
|
+
edition: string;
|
|
8206
8395
|
fields: {
|
|
8207
8396
|
messageSetWireFormat: {
|
|
8208
8397
|
type: string;
|
|
@@ -8220,6 +8409,17 @@ declare const _default: {
|
|
|
8220
8409
|
type: string;
|
|
8221
8410
|
id: number;
|
|
8222
8411
|
};
|
|
8412
|
+
deprecatedLegacyJsonFieldConflicts: {
|
|
8413
|
+
type: string;
|
|
8414
|
+
id: number;
|
|
8415
|
+
options: {
|
|
8416
|
+
deprecated: boolean;
|
|
8417
|
+
};
|
|
8418
|
+
};
|
|
8419
|
+
features: {
|
|
8420
|
+
type: string;
|
|
8421
|
+
id: number;
|
|
8422
|
+
};
|
|
8223
8423
|
uninterpretedOption: {
|
|
8224
8424
|
rule: string;
|
|
8225
8425
|
type: string;
|
|
@@ -8230,6 +8430,7 @@ declare const _default: {
|
|
|
8230
8430
|
reserved: number[][];
|
|
8231
8431
|
};
|
|
8232
8432
|
FieldOptions: {
|
|
8433
|
+
edition: string;
|
|
8233
8434
|
fields: {
|
|
8234
8435
|
ctype: {
|
|
8235
8436
|
type: string;
|
|
@@ -8253,6 +8454,10 @@ declare const _default: {
|
|
|
8253
8454
|
type: string;
|
|
8254
8455
|
id: number;
|
|
8255
8456
|
};
|
|
8457
|
+
unverifiedLazy: {
|
|
8458
|
+
type: string;
|
|
8459
|
+
id: number;
|
|
8460
|
+
};
|
|
8256
8461
|
deprecated: {
|
|
8257
8462
|
type: string;
|
|
8258
8463
|
id: number;
|
|
@@ -8260,6 +8465,35 @@ declare const _default: {
|
|
|
8260
8465
|
weak: {
|
|
8261
8466
|
type: string;
|
|
8262
8467
|
id: number;
|
|
8468
|
+
options: {
|
|
8469
|
+
deprecated: boolean;
|
|
8470
|
+
};
|
|
8471
|
+
};
|
|
8472
|
+
debugRedact: {
|
|
8473
|
+
type: string;
|
|
8474
|
+
id: number;
|
|
8475
|
+
};
|
|
8476
|
+
retention: {
|
|
8477
|
+
type: string;
|
|
8478
|
+
id: number;
|
|
8479
|
+
};
|
|
8480
|
+
targets: {
|
|
8481
|
+
rule: string;
|
|
8482
|
+
type: string;
|
|
8483
|
+
id: number;
|
|
8484
|
+
};
|
|
8485
|
+
editionDefaults: {
|
|
8486
|
+
rule: string;
|
|
8487
|
+
type: string;
|
|
8488
|
+
id: number;
|
|
8489
|
+
};
|
|
8490
|
+
features: {
|
|
8491
|
+
type: string;
|
|
8492
|
+
id: number;
|
|
8493
|
+
};
|
|
8494
|
+
featureSupport: {
|
|
8495
|
+
type: string;
|
|
8496
|
+
id: number;
|
|
8263
8497
|
};
|
|
8264
8498
|
uninterpretedOption: {
|
|
8265
8499
|
rule: string;
|
|
@@ -8284,10 +8518,68 @@ declare const _default: {
|
|
|
8284
8518
|
JS_NUMBER: number;
|
|
8285
8519
|
};
|
|
8286
8520
|
};
|
|
8521
|
+
OptionRetention: {
|
|
8522
|
+
values: {
|
|
8523
|
+
RETENTION_UNKNOWN: number;
|
|
8524
|
+
RETENTION_RUNTIME: number;
|
|
8525
|
+
RETENTION_SOURCE: number;
|
|
8526
|
+
};
|
|
8527
|
+
};
|
|
8528
|
+
OptionTargetType: {
|
|
8529
|
+
values: {
|
|
8530
|
+
TARGET_TYPE_UNKNOWN: number;
|
|
8531
|
+
TARGET_TYPE_FILE: number;
|
|
8532
|
+
TARGET_TYPE_EXTENSION_RANGE: number;
|
|
8533
|
+
TARGET_TYPE_MESSAGE: number;
|
|
8534
|
+
TARGET_TYPE_FIELD: number;
|
|
8535
|
+
TARGET_TYPE_ONEOF: number;
|
|
8536
|
+
TARGET_TYPE_ENUM: number;
|
|
8537
|
+
TARGET_TYPE_ENUM_ENTRY: number;
|
|
8538
|
+
TARGET_TYPE_SERVICE: number;
|
|
8539
|
+
TARGET_TYPE_METHOD: number;
|
|
8540
|
+
};
|
|
8541
|
+
};
|
|
8542
|
+
EditionDefault: {
|
|
8543
|
+
fields: {
|
|
8544
|
+
edition: {
|
|
8545
|
+
type: string;
|
|
8546
|
+
id: number;
|
|
8547
|
+
};
|
|
8548
|
+
value: {
|
|
8549
|
+
type: string;
|
|
8550
|
+
id: number;
|
|
8551
|
+
};
|
|
8552
|
+
};
|
|
8553
|
+
};
|
|
8554
|
+
FeatureSupport: {
|
|
8555
|
+
fields: {
|
|
8556
|
+
editionIntroduced: {
|
|
8557
|
+
type: string;
|
|
8558
|
+
id: number;
|
|
8559
|
+
};
|
|
8560
|
+
editionDeprecated: {
|
|
8561
|
+
type: string;
|
|
8562
|
+
id: number;
|
|
8563
|
+
};
|
|
8564
|
+
deprecationWarning: {
|
|
8565
|
+
type: string;
|
|
8566
|
+
id: number;
|
|
8567
|
+
};
|
|
8568
|
+
editionRemoved: {
|
|
8569
|
+
type: string;
|
|
8570
|
+
id: number;
|
|
8571
|
+
};
|
|
8572
|
+
};
|
|
8573
|
+
};
|
|
8287
8574
|
};
|
|
8288
8575
|
};
|
|
8289
8576
|
OneofOptions: {
|
|
8577
|
+
edition: string;
|
|
8290
8578
|
fields: {
|
|
8579
|
+
features: {
|
|
8580
|
+
type: string;
|
|
8581
|
+
id: number;
|
|
8582
|
+
};
|
|
8291
8583
|
uninterpretedOption: {
|
|
8292
8584
|
rule: string;
|
|
8293
8585
|
type: string;
|
|
@@ -8297,6 +8589,7 @@ declare const _default: {
|
|
|
8297
8589
|
extensions: number[][];
|
|
8298
8590
|
};
|
|
8299
8591
|
EnumOptions: {
|
|
8592
|
+
edition: string;
|
|
8300
8593
|
fields: {
|
|
8301
8594
|
allowAlias: {
|
|
8302
8595
|
type: string;
|
|
@@ -8306,6 +8599,17 @@ declare const _default: {
|
|
|
8306
8599
|
type: string;
|
|
8307
8600
|
id: number;
|
|
8308
8601
|
};
|
|
8602
|
+
deprecatedLegacyJsonFieldConflicts: {
|
|
8603
|
+
type: string;
|
|
8604
|
+
id: number;
|
|
8605
|
+
options: {
|
|
8606
|
+
deprecated: boolean;
|
|
8607
|
+
};
|
|
8608
|
+
};
|
|
8609
|
+
features: {
|
|
8610
|
+
type: string;
|
|
8611
|
+
id: number;
|
|
8612
|
+
};
|
|
8309
8613
|
uninterpretedOption: {
|
|
8310
8614
|
rule: string;
|
|
8311
8615
|
type: string;
|
|
@@ -8313,13 +8617,27 @@ declare const _default: {
|
|
|
8313
8617
|
};
|
|
8314
8618
|
};
|
|
8315
8619
|
extensions: number[][];
|
|
8620
|
+
reserved: number[][];
|
|
8316
8621
|
};
|
|
8317
8622
|
EnumValueOptions: {
|
|
8623
|
+
edition: string;
|
|
8318
8624
|
fields: {
|
|
8319
8625
|
deprecated: {
|
|
8320
8626
|
type: string;
|
|
8321
8627
|
id: number;
|
|
8322
8628
|
};
|
|
8629
|
+
features: {
|
|
8630
|
+
type: string;
|
|
8631
|
+
id: number;
|
|
8632
|
+
};
|
|
8633
|
+
debugRedact: {
|
|
8634
|
+
type: string;
|
|
8635
|
+
id: number;
|
|
8636
|
+
};
|
|
8637
|
+
featureSupport: {
|
|
8638
|
+
type: string;
|
|
8639
|
+
id: number;
|
|
8640
|
+
};
|
|
8323
8641
|
uninterpretedOption: {
|
|
8324
8642
|
rule: string;
|
|
8325
8643
|
type: string;
|
|
@@ -8329,7 +8647,12 @@ declare const _default: {
|
|
|
8329
8647
|
extensions: number[][];
|
|
8330
8648
|
};
|
|
8331
8649
|
ServiceOptions: {
|
|
8650
|
+
edition: string;
|
|
8332
8651
|
fields: {
|
|
8652
|
+
features: {
|
|
8653
|
+
type: string;
|
|
8654
|
+
id: number;
|
|
8655
|
+
};
|
|
8333
8656
|
deprecated: {
|
|
8334
8657
|
type: string;
|
|
8335
8658
|
id: number;
|
|
@@ -8343,11 +8666,23 @@ declare const _default: {
|
|
|
8343
8666
|
extensions: number[][];
|
|
8344
8667
|
};
|
|
8345
8668
|
MethodOptions: {
|
|
8669
|
+
edition: string;
|
|
8346
8670
|
fields: {
|
|
8347
8671
|
deprecated: {
|
|
8348
8672
|
type: string;
|
|
8349
8673
|
id: number;
|
|
8350
8674
|
};
|
|
8675
|
+
idempotencyLevel: {
|
|
8676
|
+
type: string;
|
|
8677
|
+
id: number;
|
|
8678
|
+
options: {
|
|
8679
|
+
default: string;
|
|
8680
|
+
};
|
|
8681
|
+
};
|
|
8682
|
+
features: {
|
|
8683
|
+
type: string;
|
|
8684
|
+
id: number;
|
|
8685
|
+
};
|
|
8351
8686
|
uninterpretedOption: {
|
|
8352
8687
|
rule: string;
|
|
8353
8688
|
type: string;
|
|
@@ -8355,8 +8690,18 @@ declare const _default: {
|
|
|
8355
8690
|
};
|
|
8356
8691
|
};
|
|
8357
8692
|
extensions: number[][];
|
|
8693
|
+
nested: {
|
|
8694
|
+
IdempotencyLevel: {
|
|
8695
|
+
values: {
|
|
8696
|
+
IDEMPOTENCY_UNKNOWN: number;
|
|
8697
|
+
NO_SIDE_EFFECTS: number;
|
|
8698
|
+
IDEMPOTENT: number;
|
|
8699
|
+
};
|
|
8700
|
+
};
|
|
8701
|
+
};
|
|
8358
8702
|
};
|
|
8359
8703
|
UninterpretedOption: {
|
|
8704
|
+
edition: string;
|
|
8360
8705
|
fields: {
|
|
8361
8706
|
name: {
|
|
8362
8707
|
rule: string;
|
|
@@ -8405,7 +8750,207 @@ declare const _default: {
|
|
|
8405
8750
|
};
|
|
8406
8751
|
};
|
|
8407
8752
|
};
|
|
8753
|
+
FeatureSet: {
|
|
8754
|
+
edition: string;
|
|
8755
|
+
fields: {
|
|
8756
|
+
fieldPresence: {
|
|
8757
|
+
type: string;
|
|
8758
|
+
id: number;
|
|
8759
|
+
options: {
|
|
8760
|
+
retention: string;
|
|
8761
|
+
targets: string;
|
|
8762
|
+
"feature_support.edition_introduced": string;
|
|
8763
|
+
"edition_defaults.edition": string;
|
|
8764
|
+
"edition_defaults.value": string;
|
|
8765
|
+
};
|
|
8766
|
+
};
|
|
8767
|
+
enumType: {
|
|
8768
|
+
type: string;
|
|
8769
|
+
id: number;
|
|
8770
|
+
options: {
|
|
8771
|
+
retention: string;
|
|
8772
|
+
targets: string;
|
|
8773
|
+
"feature_support.edition_introduced": string;
|
|
8774
|
+
"edition_defaults.edition": string;
|
|
8775
|
+
"edition_defaults.value": string;
|
|
8776
|
+
};
|
|
8777
|
+
};
|
|
8778
|
+
repeatedFieldEncoding: {
|
|
8779
|
+
type: string;
|
|
8780
|
+
id: number;
|
|
8781
|
+
options: {
|
|
8782
|
+
retention: string;
|
|
8783
|
+
targets: string;
|
|
8784
|
+
"feature_support.edition_introduced": string;
|
|
8785
|
+
"edition_defaults.edition": string;
|
|
8786
|
+
"edition_defaults.value": string;
|
|
8787
|
+
};
|
|
8788
|
+
};
|
|
8789
|
+
utf8Validation: {
|
|
8790
|
+
type: string;
|
|
8791
|
+
id: number;
|
|
8792
|
+
options: {
|
|
8793
|
+
retention: string;
|
|
8794
|
+
targets: string;
|
|
8795
|
+
"feature_support.edition_introduced": string;
|
|
8796
|
+
"edition_defaults.edition": string;
|
|
8797
|
+
"edition_defaults.value": string;
|
|
8798
|
+
};
|
|
8799
|
+
};
|
|
8800
|
+
messageEncoding: {
|
|
8801
|
+
type: string;
|
|
8802
|
+
id: number;
|
|
8803
|
+
options: {
|
|
8804
|
+
retention: string;
|
|
8805
|
+
targets: string;
|
|
8806
|
+
"feature_support.edition_introduced": string;
|
|
8807
|
+
"edition_defaults.edition": string;
|
|
8808
|
+
"edition_defaults.value": string;
|
|
8809
|
+
};
|
|
8810
|
+
};
|
|
8811
|
+
jsonFormat: {
|
|
8812
|
+
type: string;
|
|
8813
|
+
id: number;
|
|
8814
|
+
options: {
|
|
8815
|
+
retention: string;
|
|
8816
|
+
targets: string;
|
|
8817
|
+
"feature_support.edition_introduced": string;
|
|
8818
|
+
"edition_defaults.edition": string;
|
|
8819
|
+
"edition_defaults.value": string;
|
|
8820
|
+
};
|
|
8821
|
+
};
|
|
8822
|
+
enforceNamingStyle: {
|
|
8823
|
+
type: string;
|
|
8824
|
+
id: number;
|
|
8825
|
+
options: {
|
|
8826
|
+
retention: string;
|
|
8827
|
+
targets: string;
|
|
8828
|
+
"feature_support.edition_introduced": string;
|
|
8829
|
+
"edition_defaults.edition": string;
|
|
8830
|
+
"edition_defaults.value": string;
|
|
8831
|
+
};
|
|
8832
|
+
};
|
|
8833
|
+
defaultSymbolVisibility: {
|
|
8834
|
+
type: string;
|
|
8835
|
+
id: number;
|
|
8836
|
+
options: {
|
|
8837
|
+
retention: string;
|
|
8838
|
+
targets: string;
|
|
8839
|
+
"feature_support.edition_introduced": string;
|
|
8840
|
+
"edition_defaults.edition": string;
|
|
8841
|
+
"edition_defaults.value": string;
|
|
8842
|
+
};
|
|
8843
|
+
};
|
|
8844
|
+
};
|
|
8845
|
+
extensions: number[][];
|
|
8846
|
+
reserved: number[][];
|
|
8847
|
+
nested: {
|
|
8848
|
+
FieldPresence: {
|
|
8849
|
+
values: {
|
|
8850
|
+
FIELD_PRESENCE_UNKNOWN: number;
|
|
8851
|
+
EXPLICIT: number;
|
|
8852
|
+
IMPLICIT: number;
|
|
8853
|
+
LEGACY_REQUIRED: number;
|
|
8854
|
+
};
|
|
8855
|
+
};
|
|
8856
|
+
EnumType: {
|
|
8857
|
+
values: {
|
|
8858
|
+
ENUM_TYPE_UNKNOWN: number;
|
|
8859
|
+
OPEN: number;
|
|
8860
|
+
CLOSED: number;
|
|
8861
|
+
};
|
|
8862
|
+
};
|
|
8863
|
+
RepeatedFieldEncoding: {
|
|
8864
|
+
values: {
|
|
8865
|
+
REPEATED_FIELD_ENCODING_UNKNOWN: number;
|
|
8866
|
+
PACKED: number;
|
|
8867
|
+
EXPANDED: number;
|
|
8868
|
+
};
|
|
8869
|
+
};
|
|
8870
|
+
Utf8Validation: {
|
|
8871
|
+
values: {
|
|
8872
|
+
UTF8_VALIDATION_UNKNOWN: number;
|
|
8873
|
+
VERIFY: number;
|
|
8874
|
+
NONE: number;
|
|
8875
|
+
};
|
|
8876
|
+
};
|
|
8877
|
+
MessageEncoding: {
|
|
8878
|
+
values: {
|
|
8879
|
+
MESSAGE_ENCODING_UNKNOWN: number;
|
|
8880
|
+
LENGTH_PREFIXED: number;
|
|
8881
|
+
DELIMITED: number;
|
|
8882
|
+
};
|
|
8883
|
+
};
|
|
8884
|
+
JsonFormat: {
|
|
8885
|
+
values: {
|
|
8886
|
+
JSON_FORMAT_UNKNOWN: number;
|
|
8887
|
+
ALLOW: number;
|
|
8888
|
+
LEGACY_BEST_EFFORT: number;
|
|
8889
|
+
};
|
|
8890
|
+
};
|
|
8891
|
+
EnforceNamingStyle: {
|
|
8892
|
+
values: {
|
|
8893
|
+
ENFORCE_NAMING_STYLE_UNKNOWN: number;
|
|
8894
|
+
STYLE2024: number;
|
|
8895
|
+
STYLE_LEGACY: number;
|
|
8896
|
+
};
|
|
8897
|
+
};
|
|
8898
|
+
VisibilityFeature: {
|
|
8899
|
+
fields: {};
|
|
8900
|
+
reserved: number[][];
|
|
8901
|
+
nested: {
|
|
8902
|
+
DefaultSymbolVisibility: {
|
|
8903
|
+
values: {
|
|
8904
|
+
DEFAULT_SYMBOL_VISIBILITY_UNKNOWN: number;
|
|
8905
|
+
EXPORT_ALL: number;
|
|
8906
|
+
EXPORT_TOP_LEVEL: number;
|
|
8907
|
+
LOCAL_ALL: number;
|
|
8908
|
+
STRICT: number;
|
|
8909
|
+
};
|
|
8910
|
+
};
|
|
8911
|
+
};
|
|
8912
|
+
};
|
|
8913
|
+
};
|
|
8914
|
+
};
|
|
8915
|
+
FeatureSetDefaults: {
|
|
8916
|
+
edition: string;
|
|
8917
|
+
fields: {
|
|
8918
|
+
defaults: {
|
|
8919
|
+
rule: string;
|
|
8920
|
+
type: string;
|
|
8921
|
+
id: number;
|
|
8922
|
+
};
|
|
8923
|
+
minimumEdition: {
|
|
8924
|
+
type: string;
|
|
8925
|
+
id: number;
|
|
8926
|
+
};
|
|
8927
|
+
maximumEdition: {
|
|
8928
|
+
type: string;
|
|
8929
|
+
id: number;
|
|
8930
|
+
};
|
|
8931
|
+
};
|
|
8932
|
+
nested: {
|
|
8933
|
+
FeatureSetEditionDefault: {
|
|
8934
|
+
fields: {
|
|
8935
|
+
edition: {
|
|
8936
|
+
type: string;
|
|
8937
|
+
id: number;
|
|
8938
|
+
};
|
|
8939
|
+
overridableFeatures: {
|
|
8940
|
+
type: string;
|
|
8941
|
+
id: number;
|
|
8942
|
+
};
|
|
8943
|
+
fixedFeatures: {
|
|
8944
|
+
type: string;
|
|
8945
|
+
id: number;
|
|
8946
|
+
};
|
|
8947
|
+
};
|
|
8948
|
+
reserved: (string | number[])[];
|
|
8949
|
+
};
|
|
8950
|
+
};
|
|
8951
|
+
};
|
|
8408
8952
|
SourceCodeInfo: {
|
|
8953
|
+
edition: string;
|
|
8409
8954
|
fields: {
|
|
8410
8955
|
location: {
|
|
8411
8956
|
rule: string;
|
|
@@ -8413,6 +8958,7 @@ declare const _default: {
|
|
|
8413
8958
|
id: number;
|
|
8414
8959
|
};
|
|
8415
8960
|
};
|
|
8961
|
+
extensions: number[][];
|
|
8416
8962
|
nested: {
|
|
8417
8963
|
Location: {
|
|
8418
8964
|
fields: {
|
|
@@ -8420,11 +8966,17 @@ declare const _default: {
|
|
|
8420
8966
|
rule: string;
|
|
8421
8967
|
type: string;
|
|
8422
8968
|
id: number;
|
|
8969
|
+
options: {
|
|
8970
|
+
packed: boolean;
|
|
8971
|
+
};
|
|
8423
8972
|
};
|
|
8424
8973
|
span: {
|
|
8425
8974
|
rule: string;
|
|
8426
8975
|
type: string;
|
|
8427
8976
|
id: number;
|
|
8977
|
+
options: {
|
|
8978
|
+
packed: boolean;
|
|
8979
|
+
};
|
|
8428
8980
|
};
|
|
8429
8981
|
leadingComments: {
|
|
8430
8982
|
type: string;
|
|
@@ -8444,6 +8996,7 @@ declare const _default: {
|
|
|
8444
8996
|
};
|
|
8445
8997
|
};
|
|
8446
8998
|
GeneratedCodeInfo: {
|
|
8999
|
+
edition: string;
|
|
8447
9000
|
fields: {
|
|
8448
9001
|
annotation: {
|
|
8449
9002
|
rule: string;
|
|
@@ -8458,6 +9011,9 @@ declare const _default: {
|
|
|
8458
9011
|
rule: string;
|
|
8459
9012
|
type: string;
|
|
8460
9013
|
id: number;
|
|
9014
|
+
options: {
|
|
9015
|
+
packed: boolean;
|
|
9016
|
+
};
|
|
8461
9017
|
};
|
|
8462
9018
|
sourceFile: {
|
|
8463
9019
|
type: string;
|
|
@@ -8471,10 +9027,31 @@ declare const _default: {
|
|
|
8471
9027
|
type: string;
|
|
8472
9028
|
id: number;
|
|
8473
9029
|
};
|
|
9030
|
+
semantic: {
|
|
9031
|
+
type: string;
|
|
9032
|
+
id: number;
|
|
9033
|
+
};
|
|
9034
|
+
};
|
|
9035
|
+
nested: {
|
|
9036
|
+
Semantic: {
|
|
9037
|
+
values: {
|
|
9038
|
+
NONE: number;
|
|
9039
|
+
SET: number;
|
|
9040
|
+
ALIAS: number;
|
|
9041
|
+
};
|
|
9042
|
+
};
|
|
8474
9043
|
};
|
|
8475
9044
|
};
|
|
8476
9045
|
};
|
|
8477
9046
|
};
|
|
9047
|
+
SymbolVisibility: {
|
|
9048
|
+
edition: string;
|
|
9049
|
+
values: {
|
|
9050
|
+
VISIBILITY_UNSET: number;
|
|
9051
|
+
VISIBILITY_LOCAL: number;
|
|
9052
|
+
VISIBILITY_EXPORT: number;
|
|
9053
|
+
};
|
|
9054
|
+
};
|
|
8478
9055
|
};
|
|
8479
9056
|
};
|
|
8480
9057
|
};
|