@google-cloud/storage-control 0.3.0 → 0.5.0
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/README.md +13 -0
- package/build/protos/google/storage/control/v2/storage_control.proto +707 -1
- package/build/protos/protos.d.ts +4045 -1182
- package/build/protos/protos.js +10894 -3973
- package/build/protos/protos.json +1089 -127
- package/build/src/v2/gapic_metadata.json +134 -0
- package/build/src/v2/storage_control_client.d.ts +673 -94
- package/build/src/v2/storage_control_client.js +1117 -174
- package/build/src/v2/storage_control_client.js.map +1 -1
- package/build/src/v2/storage_control_client_config.json +67 -2
- package/package.json +4 -4
- package/CHANGELOG.md +0 -41
package/build/protos/protos.json
CHANGED
@@ -1,7 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"options": {
|
3
|
-
"syntax": "proto3"
|
4
|
-
},
|
5
2
|
"nested": {
|
6
3
|
"google": {
|
7
4
|
"nested": {
|
@@ -255,6 +252,290 @@
|
|
255
252
|
"(google.api.method_signature)": "parent"
|
256
253
|
}
|
257
254
|
]
|
255
|
+
},
|
256
|
+
"CreateAnywhereCache": {
|
257
|
+
"requestType": "CreateAnywhereCacheRequest",
|
258
|
+
"responseType": "google.longrunning.Operation",
|
259
|
+
"options": {
|
260
|
+
"(google.api.routing).routing_parameters.field": "parent",
|
261
|
+
"(google.api.routing).routing_parameters.path_template": "{bucket=**}",
|
262
|
+
"(google.api.method_signature)": "parent,anywhere_cache",
|
263
|
+
"(google.longrunning.operation_info).response_type": "AnywhereCache",
|
264
|
+
"(google.longrunning.operation_info).metadata_type": "CreateAnywhereCacheMetadata"
|
265
|
+
},
|
266
|
+
"parsedOptions": [
|
267
|
+
{
|
268
|
+
"(google.api.routing)": {
|
269
|
+
"routing_parameters": {
|
270
|
+
"field": "parent",
|
271
|
+
"path_template": "{bucket=**}"
|
272
|
+
}
|
273
|
+
}
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"(google.api.method_signature)": "parent,anywhere_cache"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"(google.longrunning.operation_info)": {
|
280
|
+
"response_type": "AnywhereCache",
|
281
|
+
"metadata_type": "CreateAnywhereCacheMetadata"
|
282
|
+
}
|
283
|
+
}
|
284
|
+
]
|
285
|
+
},
|
286
|
+
"UpdateAnywhereCache": {
|
287
|
+
"requestType": "UpdateAnywhereCacheRequest",
|
288
|
+
"responseType": "google.longrunning.Operation",
|
289
|
+
"options": {
|
290
|
+
"(google.api.routing).routing_parameters.field": "anywhere_cache.name",
|
291
|
+
"(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
|
292
|
+
"(google.api.method_signature)": "anywhere_cache,update_mask",
|
293
|
+
"(google.longrunning.operation_info).response_type": "AnywhereCache",
|
294
|
+
"(google.longrunning.operation_info).metadata_type": "UpdateAnywhereCacheMetadata"
|
295
|
+
},
|
296
|
+
"parsedOptions": [
|
297
|
+
{
|
298
|
+
"(google.api.routing)": {
|
299
|
+
"routing_parameters": {
|
300
|
+
"field": "anywhere_cache.name",
|
301
|
+
"path_template": "{bucket=projects/*/buckets/*}/**"
|
302
|
+
}
|
303
|
+
}
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"(google.api.method_signature)": "anywhere_cache,update_mask"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"(google.longrunning.operation_info)": {
|
310
|
+
"response_type": "AnywhereCache",
|
311
|
+
"metadata_type": "UpdateAnywhereCacheMetadata"
|
312
|
+
}
|
313
|
+
}
|
314
|
+
]
|
315
|
+
},
|
316
|
+
"DisableAnywhereCache": {
|
317
|
+
"requestType": "DisableAnywhereCacheRequest",
|
318
|
+
"responseType": "AnywhereCache",
|
319
|
+
"options": {
|
320
|
+
"(google.api.routing).routing_parameters.field": "name",
|
321
|
+
"(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
|
322
|
+
"(google.api.method_signature)": "name"
|
323
|
+
},
|
324
|
+
"parsedOptions": [
|
325
|
+
{
|
326
|
+
"(google.api.routing)": {
|
327
|
+
"routing_parameters": {
|
328
|
+
"field": "name",
|
329
|
+
"path_template": "{bucket=projects/*/buckets/*}/**"
|
330
|
+
}
|
331
|
+
}
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"(google.api.method_signature)": "name"
|
335
|
+
}
|
336
|
+
]
|
337
|
+
},
|
338
|
+
"PauseAnywhereCache": {
|
339
|
+
"requestType": "PauseAnywhereCacheRequest",
|
340
|
+
"responseType": "AnywhereCache",
|
341
|
+
"options": {
|
342
|
+
"(google.api.routing).routing_parameters.field": "name",
|
343
|
+
"(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
|
344
|
+
"(google.api.method_signature)": "name"
|
345
|
+
},
|
346
|
+
"parsedOptions": [
|
347
|
+
{
|
348
|
+
"(google.api.routing)": {
|
349
|
+
"routing_parameters": {
|
350
|
+
"field": "name",
|
351
|
+
"path_template": "{bucket=projects/*/buckets/*}/**"
|
352
|
+
}
|
353
|
+
}
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"(google.api.method_signature)": "name"
|
357
|
+
}
|
358
|
+
]
|
359
|
+
},
|
360
|
+
"ResumeAnywhereCache": {
|
361
|
+
"requestType": "ResumeAnywhereCacheRequest",
|
362
|
+
"responseType": "AnywhereCache",
|
363
|
+
"options": {
|
364
|
+
"(google.api.routing).routing_parameters.field": "name",
|
365
|
+
"(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
|
366
|
+
"(google.api.method_signature)": "name"
|
367
|
+
},
|
368
|
+
"parsedOptions": [
|
369
|
+
{
|
370
|
+
"(google.api.routing)": {
|
371
|
+
"routing_parameters": {
|
372
|
+
"field": "name",
|
373
|
+
"path_template": "{bucket=projects/*/buckets/*}/**"
|
374
|
+
}
|
375
|
+
}
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"(google.api.method_signature)": "name"
|
379
|
+
}
|
380
|
+
]
|
381
|
+
},
|
382
|
+
"GetAnywhereCache": {
|
383
|
+
"requestType": "GetAnywhereCacheRequest",
|
384
|
+
"responseType": "AnywhereCache",
|
385
|
+
"options": {
|
386
|
+
"(google.api.routing).routing_parameters.field": "name",
|
387
|
+
"(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
|
388
|
+
"(google.api.method_signature)": "name"
|
389
|
+
},
|
390
|
+
"parsedOptions": [
|
391
|
+
{
|
392
|
+
"(google.api.routing)": {
|
393
|
+
"routing_parameters": {
|
394
|
+
"field": "name",
|
395
|
+
"path_template": "{bucket=projects/*/buckets/*}/**"
|
396
|
+
}
|
397
|
+
}
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"(google.api.method_signature)": "name"
|
401
|
+
}
|
402
|
+
]
|
403
|
+
},
|
404
|
+
"ListAnywhereCaches": {
|
405
|
+
"requestType": "ListAnywhereCachesRequest",
|
406
|
+
"responseType": "ListAnywhereCachesResponse",
|
407
|
+
"options": {
|
408
|
+
"(google.api.routing).routing_parameters.field": "parent",
|
409
|
+
"(google.api.routing).routing_parameters.path_template": "{bucket=**}",
|
410
|
+
"(google.api.method_signature)": "parent"
|
411
|
+
},
|
412
|
+
"parsedOptions": [
|
413
|
+
{
|
414
|
+
"(google.api.routing)": {
|
415
|
+
"routing_parameters": {
|
416
|
+
"field": "parent",
|
417
|
+
"path_template": "{bucket=**}"
|
418
|
+
}
|
419
|
+
}
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"(google.api.method_signature)": "parent"
|
423
|
+
}
|
424
|
+
]
|
425
|
+
},
|
426
|
+
"GetProjectIntelligenceConfig": {
|
427
|
+
"requestType": "GetProjectIntelligenceConfigRequest",
|
428
|
+
"responseType": "IntelligenceConfig",
|
429
|
+
"options": {
|
430
|
+
"(google.api.http).get": "/v2/{name=projects/*/locations/*/intelligenceConfig}",
|
431
|
+
"(google.api.method_signature)": "name"
|
432
|
+
},
|
433
|
+
"parsedOptions": [
|
434
|
+
{
|
435
|
+
"(google.api.http)": {
|
436
|
+
"get": "/v2/{name=projects/*/locations/*/intelligenceConfig}"
|
437
|
+
}
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"(google.api.method_signature)": "name"
|
441
|
+
}
|
442
|
+
]
|
443
|
+
},
|
444
|
+
"UpdateProjectIntelligenceConfig": {
|
445
|
+
"requestType": "UpdateProjectIntelligenceConfigRequest",
|
446
|
+
"responseType": "IntelligenceConfig",
|
447
|
+
"options": {
|
448
|
+
"(google.api.http).patch": "/v2/{intelligence_config.name=projects/*/locations/*/intelligenceConfig}",
|
449
|
+
"(google.api.http).body": "intelligence_config",
|
450
|
+
"(google.api.method_signature)": "intelligence_config,update_mask"
|
451
|
+
},
|
452
|
+
"parsedOptions": [
|
453
|
+
{
|
454
|
+
"(google.api.http)": {
|
455
|
+
"patch": "/v2/{intelligence_config.name=projects/*/locations/*/intelligenceConfig}",
|
456
|
+
"body": "intelligence_config"
|
457
|
+
}
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"(google.api.method_signature)": "intelligence_config,update_mask"
|
461
|
+
}
|
462
|
+
]
|
463
|
+
},
|
464
|
+
"GetFolderIntelligenceConfig": {
|
465
|
+
"requestType": "GetFolderIntelligenceConfigRequest",
|
466
|
+
"responseType": "IntelligenceConfig",
|
467
|
+
"options": {
|
468
|
+
"(google.api.http).get": "/v2/{name=folders/*/locations/*/intelligenceConfig}",
|
469
|
+
"(google.api.method_signature)": "name"
|
470
|
+
},
|
471
|
+
"parsedOptions": [
|
472
|
+
{
|
473
|
+
"(google.api.http)": {
|
474
|
+
"get": "/v2/{name=folders/*/locations/*/intelligenceConfig}"
|
475
|
+
}
|
476
|
+
},
|
477
|
+
{
|
478
|
+
"(google.api.method_signature)": "name"
|
479
|
+
}
|
480
|
+
]
|
481
|
+
},
|
482
|
+
"UpdateFolderIntelligenceConfig": {
|
483
|
+
"requestType": "UpdateFolderIntelligenceConfigRequest",
|
484
|
+
"responseType": "IntelligenceConfig",
|
485
|
+
"options": {
|
486
|
+
"(google.api.http).patch": "/v2/{intelligence_config.name=folders/*/locations/*/intelligenceConfig}",
|
487
|
+
"(google.api.http).body": "intelligence_config",
|
488
|
+
"(google.api.method_signature)": "intelligence_config,update_mask"
|
489
|
+
},
|
490
|
+
"parsedOptions": [
|
491
|
+
{
|
492
|
+
"(google.api.http)": {
|
493
|
+
"patch": "/v2/{intelligence_config.name=folders/*/locations/*/intelligenceConfig}",
|
494
|
+
"body": "intelligence_config"
|
495
|
+
}
|
496
|
+
},
|
497
|
+
{
|
498
|
+
"(google.api.method_signature)": "intelligence_config,update_mask"
|
499
|
+
}
|
500
|
+
]
|
501
|
+
},
|
502
|
+
"GetOrganizationIntelligenceConfig": {
|
503
|
+
"requestType": "GetOrganizationIntelligenceConfigRequest",
|
504
|
+
"responseType": "IntelligenceConfig",
|
505
|
+
"options": {
|
506
|
+
"(google.api.http).get": "/v2/{name=organizations/*/locations/*/intelligenceConfig}",
|
507
|
+
"(google.api.method_signature)": "name"
|
508
|
+
},
|
509
|
+
"parsedOptions": [
|
510
|
+
{
|
511
|
+
"(google.api.http)": {
|
512
|
+
"get": "/v2/{name=organizations/*/locations/*/intelligenceConfig}"
|
513
|
+
}
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"(google.api.method_signature)": "name"
|
517
|
+
}
|
518
|
+
]
|
519
|
+
},
|
520
|
+
"UpdateOrganizationIntelligenceConfig": {
|
521
|
+
"requestType": "UpdateOrganizationIntelligenceConfigRequest",
|
522
|
+
"responseType": "IntelligenceConfig",
|
523
|
+
"options": {
|
524
|
+
"(google.api.http).patch": "/v2/{intelligence_config.name=organizations/*/locations/*/intelligenceConfig}",
|
525
|
+
"(google.api.http).body": "intelligence_config",
|
526
|
+
"(google.api.method_signature)": "intelligence_config,update_mask"
|
527
|
+
},
|
528
|
+
"parsedOptions": [
|
529
|
+
{
|
530
|
+
"(google.api.http)": {
|
531
|
+
"patch": "/v2/{intelligence_config.name=organizations/*/locations/*/intelligenceConfig}",
|
532
|
+
"body": "intelligence_config"
|
533
|
+
}
|
534
|
+
},
|
535
|
+
{
|
536
|
+
"(google.api.method_signature)": "intelligence_config,update_mask"
|
537
|
+
}
|
538
|
+
]
|
258
539
|
}
|
259
540
|
}
|
260
541
|
},
|
@@ -640,7 +921,9 @@
|
|
640
921
|
"StorageLayout": {
|
641
922
|
"options": {
|
642
923
|
"(google.api.resource).type": "storage.googleapis.com/StorageLayout",
|
643
|
-
"(google.api.resource).pattern": "projects/{project}/buckets/{bucket}/storageLayout"
|
924
|
+
"(google.api.resource).pattern": "projects/{project}/buckets/{bucket}/storageLayout",
|
925
|
+
"(google.api.resource).plural": "storageLayouts",
|
926
|
+
"(google.api.resource).singular": "storageLayout"
|
644
927
|
},
|
645
928
|
"fields": {
|
646
929
|
"name": {
|
@@ -905,43 +1188,665 @@
|
|
905
1188
|
"type": "int32",
|
906
1189
|
"id": 2,
|
907
1190
|
"options": {
|
908
|
-
"(google.api.field_behavior)": "OPTIONAL"
|
1191
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1192
|
+
}
|
1193
|
+
},
|
1194
|
+
"pageToken": {
|
1195
|
+
"type": "string",
|
1196
|
+
"id": 3,
|
1197
|
+
"options": {
|
1198
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1199
|
+
}
|
1200
|
+
},
|
1201
|
+
"prefix": {
|
1202
|
+
"type": "string",
|
1203
|
+
"id": 4,
|
1204
|
+
"options": {
|
1205
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1206
|
+
}
|
1207
|
+
},
|
1208
|
+
"requestId": {
|
1209
|
+
"type": "string",
|
1210
|
+
"id": 5,
|
1211
|
+
"options": {
|
1212
|
+
"(google.api.field_info).format": "UUID4",
|
1213
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1214
|
+
}
|
1215
|
+
}
|
1216
|
+
}
|
1217
|
+
},
|
1218
|
+
"ListManagedFoldersResponse": {
|
1219
|
+
"fields": {
|
1220
|
+
"managedFolders": {
|
1221
|
+
"rule": "repeated",
|
1222
|
+
"type": "ManagedFolder",
|
1223
|
+
"id": 1
|
1224
|
+
},
|
1225
|
+
"nextPageToken": {
|
1226
|
+
"type": "string",
|
1227
|
+
"id": 2
|
1228
|
+
}
|
1229
|
+
}
|
1230
|
+
},
|
1231
|
+
"CreateAnywhereCacheMetadata": {
|
1232
|
+
"oneofs": {
|
1233
|
+
"_anywhereCacheId": {
|
1234
|
+
"oneof": [
|
1235
|
+
"anywhereCacheId"
|
1236
|
+
]
|
1237
|
+
},
|
1238
|
+
"_zone": {
|
1239
|
+
"oneof": [
|
1240
|
+
"zone"
|
1241
|
+
]
|
1242
|
+
},
|
1243
|
+
"_ttl": {
|
1244
|
+
"oneof": [
|
1245
|
+
"ttl"
|
1246
|
+
]
|
1247
|
+
},
|
1248
|
+
"_admissionPolicy": {
|
1249
|
+
"oneof": [
|
1250
|
+
"admissionPolicy"
|
1251
|
+
]
|
1252
|
+
}
|
1253
|
+
},
|
1254
|
+
"fields": {
|
1255
|
+
"commonMetadata": {
|
1256
|
+
"type": "CommonLongRunningOperationMetadata",
|
1257
|
+
"id": 1
|
1258
|
+
},
|
1259
|
+
"anywhereCacheId": {
|
1260
|
+
"type": "string",
|
1261
|
+
"id": 2,
|
1262
|
+
"options": {
|
1263
|
+
"proto3_optional": true
|
1264
|
+
}
|
1265
|
+
},
|
1266
|
+
"zone": {
|
1267
|
+
"type": "string",
|
1268
|
+
"id": 6,
|
1269
|
+
"options": {
|
1270
|
+
"proto3_optional": true
|
1271
|
+
}
|
1272
|
+
},
|
1273
|
+
"ttl": {
|
1274
|
+
"type": "google.protobuf.Duration",
|
1275
|
+
"id": 3,
|
1276
|
+
"options": {
|
1277
|
+
"proto3_optional": true
|
1278
|
+
}
|
1279
|
+
},
|
1280
|
+
"admissionPolicy": {
|
1281
|
+
"type": "string",
|
1282
|
+
"id": 5,
|
1283
|
+
"options": {
|
1284
|
+
"proto3_optional": true
|
1285
|
+
}
|
1286
|
+
}
|
1287
|
+
}
|
1288
|
+
},
|
1289
|
+
"UpdateAnywhereCacheMetadata": {
|
1290
|
+
"oneofs": {
|
1291
|
+
"_anywhereCacheId": {
|
1292
|
+
"oneof": [
|
1293
|
+
"anywhereCacheId"
|
1294
|
+
]
|
1295
|
+
},
|
1296
|
+
"_zone": {
|
1297
|
+
"oneof": [
|
1298
|
+
"zone"
|
1299
|
+
]
|
1300
|
+
},
|
1301
|
+
"_ttl": {
|
1302
|
+
"oneof": [
|
1303
|
+
"ttl"
|
1304
|
+
]
|
1305
|
+
},
|
1306
|
+
"_admissionPolicy": {
|
1307
|
+
"oneof": [
|
1308
|
+
"admissionPolicy"
|
1309
|
+
]
|
1310
|
+
}
|
1311
|
+
},
|
1312
|
+
"fields": {
|
1313
|
+
"commonMetadata": {
|
1314
|
+
"type": "CommonLongRunningOperationMetadata",
|
1315
|
+
"id": 1
|
1316
|
+
},
|
1317
|
+
"anywhereCacheId": {
|
1318
|
+
"type": "string",
|
1319
|
+
"id": 2,
|
1320
|
+
"options": {
|
1321
|
+
"proto3_optional": true
|
1322
|
+
}
|
1323
|
+
},
|
1324
|
+
"zone": {
|
1325
|
+
"type": "string",
|
1326
|
+
"id": 5,
|
1327
|
+
"options": {
|
1328
|
+
"proto3_optional": true
|
1329
|
+
}
|
1330
|
+
},
|
1331
|
+
"ttl": {
|
1332
|
+
"type": "google.protobuf.Duration",
|
1333
|
+
"id": 3,
|
1334
|
+
"options": {
|
1335
|
+
"proto3_optional": true
|
1336
|
+
}
|
1337
|
+
},
|
1338
|
+
"admissionPolicy": {
|
1339
|
+
"type": "string",
|
1340
|
+
"id": 4,
|
1341
|
+
"options": {
|
1342
|
+
"proto3_optional": true
|
1343
|
+
}
|
1344
|
+
}
|
1345
|
+
}
|
1346
|
+
},
|
1347
|
+
"AnywhereCache": {
|
1348
|
+
"options": {
|
1349
|
+
"(google.api.resource).type": "storage.googleapis.com/AnywhereCache",
|
1350
|
+
"(google.api.resource).pattern": "projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}",
|
1351
|
+
"(google.api.resource).plural": "anywhereCaches",
|
1352
|
+
"(google.api.resource).singular": "anywhereCache"
|
1353
|
+
},
|
1354
|
+
"fields": {
|
1355
|
+
"name": {
|
1356
|
+
"type": "string",
|
1357
|
+
"id": 1,
|
1358
|
+
"options": {
|
1359
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
1360
|
+
}
|
1361
|
+
},
|
1362
|
+
"zone": {
|
1363
|
+
"type": "string",
|
1364
|
+
"id": 10,
|
1365
|
+
"options": {
|
1366
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
1367
|
+
}
|
1368
|
+
},
|
1369
|
+
"ttl": {
|
1370
|
+
"type": "google.protobuf.Duration",
|
1371
|
+
"id": 3
|
1372
|
+
},
|
1373
|
+
"admissionPolicy": {
|
1374
|
+
"type": "string",
|
1375
|
+
"id": 9
|
1376
|
+
},
|
1377
|
+
"state": {
|
1378
|
+
"type": "string",
|
1379
|
+
"id": 5,
|
1380
|
+
"options": {
|
1381
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1382
|
+
}
|
1383
|
+
},
|
1384
|
+
"createTime": {
|
1385
|
+
"type": "google.protobuf.Timestamp",
|
1386
|
+
"id": 6,
|
1387
|
+
"options": {
|
1388
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1389
|
+
}
|
1390
|
+
},
|
1391
|
+
"updateTime": {
|
1392
|
+
"type": "google.protobuf.Timestamp",
|
1393
|
+
"id": 7,
|
1394
|
+
"options": {
|
1395
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1396
|
+
}
|
1397
|
+
},
|
1398
|
+
"pendingUpdate": {
|
1399
|
+
"type": "bool",
|
1400
|
+
"id": 8,
|
1401
|
+
"options": {
|
1402
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1403
|
+
}
|
1404
|
+
}
|
1405
|
+
}
|
1406
|
+
},
|
1407
|
+
"CreateAnywhereCacheRequest": {
|
1408
|
+
"fields": {
|
1409
|
+
"parent": {
|
1410
|
+
"type": "string",
|
1411
|
+
"id": 1,
|
1412
|
+
"options": {
|
1413
|
+
"(google.api.field_behavior)": "REQUIRED",
|
1414
|
+
"(google.api.resource_reference).child_type": "storage.googleapis.com/AnywhereCache"
|
1415
|
+
}
|
1416
|
+
},
|
1417
|
+
"anywhereCache": {
|
1418
|
+
"type": "AnywhereCache",
|
1419
|
+
"id": 3,
|
1420
|
+
"options": {
|
1421
|
+
"(google.api.field_behavior)": "REQUIRED"
|
1422
|
+
}
|
1423
|
+
},
|
1424
|
+
"requestId": {
|
1425
|
+
"type": "string",
|
1426
|
+
"id": 4,
|
1427
|
+
"options": {
|
1428
|
+
"(google.api.field_info).format": "UUID4",
|
1429
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1430
|
+
}
|
1431
|
+
}
|
1432
|
+
}
|
1433
|
+
},
|
1434
|
+
"UpdateAnywhereCacheRequest": {
|
1435
|
+
"fields": {
|
1436
|
+
"anywhereCache": {
|
1437
|
+
"type": "AnywhereCache",
|
1438
|
+
"id": 1,
|
1439
|
+
"options": {
|
1440
|
+
"(google.api.field_behavior)": "REQUIRED"
|
1441
|
+
}
|
1442
|
+
},
|
1443
|
+
"updateMask": {
|
1444
|
+
"type": "google.protobuf.FieldMask",
|
1445
|
+
"id": 2,
|
1446
|
+
"options": {
|
1447
|
+
"(google.api.field_behavior)": "REQUIRED"
|
1448
|
+
}
|
1449
|
+
},
|
1450
|
+
"requestId": {
|
1451
|
+
"type": "string",
|
1452
|
+
"id": 3,
|
1453
|
+
"options": {
|
1454
|
+
"(google.api.field_info).format": "UUID4",
|
1455
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1456
|
+
}
|
1457
|
+
}
|
1458
|
+
}
|
1459
|
+
},
|
1460
|
+
"DisableAnywhereCacheRequest": {
|
1461
|
+
"fields": {
|
1462
|
+
"name": {
|
1463
|
+
"type": "string",
|
1464
|
+
"id": 1,
|
1465
|
+
"options": {
|
1466
|
+
"(google.api.field_behavior)": "REQUIRED",
|
1467
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/AnywhereCache"
|
1468
|
+
}
|
1469
|
+
},
|
1470
|
+
"requestId": {
|
1471
|
+
"type": "string",
|
1472
|
+
"id": 2,
|
1473
|
+
"options": {
|
1474
|
+
"(google.api.field_info).format": "UUID4",
|
1475
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1476
|
+
}
|
1477
|
+
}
|
1478
|
+
}
|
1479
|
+
},
|
1480
|
+
"PauseAnywhereCacheRequest": {
|
1481
|
+
"fields": {
|
1482
|
+
"name": {
|
1483
|
+
"type": "string",
|
1484
|
+
"id": 1,
|
1485
|
+
"options": {
|
1486
|
+
"(google.api.field_behavior)": "REQUIRED",
|
1487
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/AnywhereCache"
|
1488
|
+
}
|
1489
|
+
},
|
1490
|
+
"requestId": {
|
1491
|
+
"type": "string",
|
1492
|
+
"id": 2,
|
1493
|
+
"options": {
|
1494
|
+
"(google.api.field_info).format": "UUID4",
|
1495
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1496
|
+
}
|
1497
|
+
}
|
1498
|
+
}
|
1499
|
+
},
|
1500
|
+
"ResumeAnywhereCacheRequest": {
|
1501
|
+
"fields": {
|
1502
|
+
"name": {
|
1503
|
+
"type": "string",
|
1504
|
+
"id": 1,
|
1505
|
+
"options": {
|
1506
|
+
"(google.api.field_behavior)": "REQUIRED",
|
1507
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/AnywhereCache"
|
1508
|
+
}
|
1509
|
+
},
|
1510
|
+
"requestId": {
|
1511
|
+
"type": "string",
|
1512
|
+
"id": 2,
|
1513
|
+
"options": {
|
1514
|
+
"(google.api.field_info).format": "UUID4",
|
1515
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1516
|
+
}
|
1517
|
+
}
|
1518
|
+
}
|
1519
|
+
},
|
1520
|
+
"GetAnywhereCacheRequest": {
|
1521
|
+
"fields": {
|
1522
|
+
"name": {
|
1523
|
+
"type": "string",
|
1524
|
+
"id": 1,
|
1525
|
+
"options": {
|
1526
|
+
"(google.api.field_behavior)": "REQUIRED",
|
1527
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/AnywhereCache"
|
1528
|
+
}
|
1529
|
+
},
|
1530
|
+
"requestId": {
|
1531
|
+
"type": "string",
|
1532
|
+
"id": 2,
|
1533
|
+
"options": {
|
1534
|
+
"(google.api.field_info).format": "UUID4",
|
1535
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1536
|
+
}
|
1537
|
+
}
|
1538
|
+
}
|
1539
|
+
},
|
1540
|
+
"ListAnywhereCachesRequest": {
|
1541
|
+
"fields": {
|
1542
|
+
"parent": {
|
1543
|
+
"type": "string",
|
1544
|
+
"id": 1,
|
1545
|
+
"options": {
|
1546
|
+
"(google.api.field_behavior)": "REQUIRED",
|
1547
|
+
"(google.api.resource_reference).child_type": "storage.googleapis.com/AnywhereCache"
|
1548
|
+
}
|
1549
|
+
},
|
1550
|
+
"pageSize": {
|
1551
|
+
"type": "int32",
|
1552
|
+
"id": 2
|
1553
|
+
},
|
1554
|
+
"pageToken": {
|
1555
|
+
"type": "string",
|
1556
|
+
"id": 3
|
1557
|
+
},
|
1558
|
+
"requestId": {
|
1559
|
+
"type": "string",
|
1560
|
+
"id": 4,
|
1561
|
+
"options": {
|
1562
|
+
"(google.api.field_info).format": "UUID4",
|
1563
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1564
|
+
}
|
1565
|
+
}
|
1566
|
+
}
|
1567
|
+
},
|
1568
|
+
"ListAnywhereCachesResponse": {
|
1569
|
+
"fields": {
|
1570
|
+
"anywhereCaches": {
|
1571
|
+
"rule": "repeated",
|
1572
|
+
"type": "AnywhereCache",
|
1573
|
+
"id": 1
|
1574
|
+
},
|
1575
|
+
"nextPageToken": {
|
1576
|
+
"type": "string",
|
1577
|
+
"id": 2
|
1578
|
+
}
|
1579
|
+
}
|
1580
|
+
},
|
1581
|
+
"IntelligenceConfig": {
|
1582
|
+
"options": {
|
1583
|
+
"(google.api.resource).type": "storage.googleapis.com/IntelligenceConfig",
|
1584
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/intelligenceConfig",
|
1585
|
+
"(google.api.resource).plural": "intelligenceConfigs",
|
1586
|
+
"(google.api.resource).singular": "intelligenceConfig"
|
1587
|
+
},
|
1588
|
+
"fields": {
|
1589
|
+
"name": {
|
1590
|
+
"type": "string",
|
1591
|
+
"id": 1,
|
1592
|
+
"options": {
|
1593
|
+
"(google.api.field_behavior)": "IDENTIFIER"
|
1594
|
+
}
|
1595
|
+
},
|
1596
|
+
"editionConfig": {
|
1597
|
+
"type": "EditionConfig",
|
1598
|
+
"id": 2,
|
1599
|
+
"options": {
|
1600
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1601
|
+
}
|
1602
|
+
},
|
1603
|
+
"updateTime": {
|
1604
|
+
"type": "google.protobuf.Timestamp",
|
1605
|
+
"id": 3,
|
1606
|
+
"options": {
|
1607
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1608
|
+
}
|
1609
|
+
},
|
1610
|
+
"filter": {
|
1611
|
+
"type": "Filter",
|
1612
|
+
"id": 4,
|
1613
|
+
"options": {
|
1614
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1615
|
+
}
|
1616
|
+
},
|
1617
|
+
"effectiveIntelligenceConfig": {
|
1618
|
+
"type": "EffectiveIntelligenceConfig",
|
1619
|
+
"id": 5,
|
1620
|
+
"options": {
|
1621
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1622
|
+
}
|
1623
|
+
},
|
1624
|
+
"trialConfig": {
|
1625
|
+
"type": "TrialConfig",
|
1626
|
+
"id": 7
|
1627
|
+
}
|
1628
|
+
},
|
1629
|
+
"nested": {
|
1630
|
+
"EditionConfig": {
|
1631
|
+
"values": {
|
1632
|
+
"EDITION_CONFIG_UNSPECIFIED": 0,
|
1633
|
+
"INHERIT": 1,
|
1634
|
+
"DISABLED": 2,
|
1635
|
+
"STANDARD": 3,
|
1636
|
+
"TRIAL": 5
|
1637
|
+
}
|
1638
|
+
},
|
1639
|
+
"Filter": {
|
1640
|
+
"oneofs": {
|
1641
|
+
"cloudStorageLocations": {
|
1642
|
+
"oneof": [
|
1643
|
+
"includedCloudStorageLocations",
|
1644
|
+
"excludedCloudStorageLocations"
|
1645
|
+
]
|
1646
|
+
},
|
1647
|
+
"cloudStorageBuckets": {
|
1648
|
+
"oneof": [
|
1649
|
+
"includedCloudStorageBuckets",
|
1650
|
+
"excludedCloudStorageBuckets"
|
1651
|
+
]
|
1652
|
+
}
|
1653
|
+
},
|
1654
|
+
"fields": {
|
1655
|
+
"includedCloudStorageLocations": {
|
1656
|
+
"type": "CloudStorageLocations",
|
1657
|
+
"id": 1
|
1658
|
+
},
|
1659
|
+
"excludedCloudStorageLocations": {
|
1660
|
+
"type": "CloudStorageLocations",
|
1661
|
+
"id": 2
|
1662
|
+
},
|
1663
|
+
"includedCloudStorageBuckets": {
|
1664
|
+
"type": "CloudStorageBuckets",
|
1665
|
+
"id": 3
|
1666
|
+
},
|
1667
|
+
"excludedCloudStorageBuckets": {
|
1668
|
+
"type": "CloudStorageBuckets",
|
1669
|
+
"id": 4
|
1670
|
+
}
|
1671
|
+
},
|
1672
|
+
"nested": {
|
1673
|
+
"CloudStorageLocations": {
|
1674
|
+
"fields": {
|
1675
|
+
"locations": {
|
1676
|
+
"rule": "repeated",
|
1677
|
+
"type": "string",
|
1678
|
+
"id": 1,
|
1679
|
+
"options": {
|
1680
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1681
|
+
}
|
1682
|
+
}
|
1683
|
+
}
|
1684
|
+
},
|
1685
|
+
"CloudStorageBuckets": {
|
1686
|
+
"fields": {
|
1687
|
+
"bucketIdRegexes": {
|
1688
|
+
"rule": "repeated",
|
1689
|
+
"type": "string",
|
1690
|
+
"id": 1,
|
1691
|
+
"options": {
|
1692
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1693
|
+
}
|
1694
|
+
}
|
1695
|
+
}
|
1696
|
+
}
|
1697
|
+
}
|
1698
|
+
},
|
1699
|
+
"EffectiveIntelligenceConfig": {
|
1700
|
+
"fields": {
|
1701
|
+
"effectiveEdition": {
|
1702
|
+
"type": "EffectiveEdition",
|
1703
|
+
"id": 1,
|
1704
|
+
"options": {
|
1705
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1706
|
+
}
|
1707
|
+
},
|
1708
|
+
"intelligenceConfig": {
|
1709
|
+
"type": "string",
|
1710
|
+
"id": 2,
|
1711
|
+
"options": {
|
1712
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1713
|
+
}
|
1714
|
+
}
|
1715
|
+
},
|
1716
|
+
"nested": {
|
1717
|
+
"EffectiveEdition": {
|
1718
|
+
"values": {
|
1719
|
+
"EFFECTIVE_EDITION_UNSPECIFIED": 0,
|
1720
|
+
"NONE": 1,
|
1721
|
+
"STANDARD": 2
|
1722
|
+
}
|
1723
|
+
}
|
1724
|
+
}
|
1725
|
+
},
|
1726
|
+
"TrialConfig": {
|
1727
|
+
"fields": {
|
1728
|
+
"expireTime": {
|
1729
|
+
"type": "google.protobuf.Timestamp",
|
1730
|
+
"id": 3,
|
1731
|
+
"options": {
|
1732
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
1733
|
+
}
|
1734
|
+
}
|
1735
|
+
}
|
1736
|
+
}
|
1737
|
+
}
|
1738
|
+
},
|
1739
|
+
"UpdateOrganizationIntelligenceConfigRequest": {
|
1740
|
+
"fields": {
|
1741
|
+
"intelligenceConfig": {
|
1742
|
+
"type": "IntelligenceConfig",
|
1743
|
+
"id": 1,
|
1744
|
+
"options": {
|
1745
|
+
"(google.api.field_behavior)": "REQUIRED"
|
1746
|
+
}
|
1747
|
+
},
|
1748
|
+
"updateMask": {
|
1749
|
+
"type": "google.protobuf.FieldMask",
|
1750
|
+
"id": 2,
|
1751
|
+
"options": {
|
1752
|
+
"(google.api.field_behavior)": "REQUIRED"
|
1753
|
+
}
|
1754
|
+
},
|
1755
|
+
"requestId": {
|
1756
|
+
"type": "string",
|
1757
|
+
"id": 3,
|
1758
|
+
"options": {
|
1759
|
+
"(google.api.field_info).format": "UUID4",
|
1760
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1761
|
+
}
|
1762
|
+
}
|
1763
|
+
}
|
1764
|
+
},
|
1765
|
+
"UpdateFolderIntelligenceConfigRequest": {
|
1766
|
+
"fields": {
|
1767
|
+
"intelligenceConfig": {
|
1768
|
+
"type": "IntelligenceConfig",
|
1769
|
+
"id": 1,
|
1770
|
+
"options": {
|
1771
|
+
"(google.api.field_behavior)": "REQUIRED"
|
1772
|
+
}
|
1773
|
+
},
|
1774
|
+
"updateMask": {
|
1775
|
+
"type": "google.protobuf.FieldMask",
|
1776
|
+
"id": 2,
|
1777
|
+
"options": {
|
1778
|
+
"(google.api.field_behavior)": "REQUIRED"
|
1779
|
+
}
|
1780
|
+
},
|
1781
|
+
"requestId": {
|
1782
|
+
"type": "string",
|
1783
|
+
"id": 3,
|
1784
|
+
"options": {
|
1785
|
+
"(google.api.field_info).format": "UUID4",
|
1786
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
1787
|
+
}
|
1788
|
+
}
|
1789
|
+
}
|
1790
|
+
},
|
1791
|
+
"UpdateProjectIntelligenceConfigRequest": {
|
1792
|
+
"fields": {
|
1793
|
+
"intelligenceConfig": {
|
1794
|
+
"type": "IntelligenceConfig",
|
1795
|
+
"id": 1,
|
1796
|
+
"options": {
|
1797
|
+
"(google.api.field_behavior)": "REQUIRED"
|
1798
|
+
}
|
1799
|
+
},
|
1800
|
+
"updateMask": {
|
1801
|
+
"type": "google.protobuf.FieldMask",
|
1802
|
+
"id": 2,
|
1803
|
+
"options": {
|
1804
|
+
"(google.api.field_behavior)": "REQUIRED"
|
909
1805
|
}
|
910
1806
|
},
|
911
|
-
"
|
1807
|
+
"requestId": {
|
912
1808
|
"type": "string",
|
913
1809
|
"id": 3,
|
914
1810
|
"options": {
|
1811
|
+
"(google.api.field_info).format": "UUID4",
|
915
1812
|
"(google.api.field_behavior)": "OPTIONAL"
|
916
1813
|
}
|
917
|
-
}
|
918
|
-
|
1814
|
+
}
|
1815
|
+
}
|
1816
|
+
},
|
1817
|
+
"GetOrganizationIntelligenceConfigRequest": {
|
1818
|
+
"fields": {
|
1819
|
+
"name": {
|
919
1820
|
"type": "string",
|
920
|
-
"id":
|
1821
|
+
"id": 1,
|
921
1822
|
"options": {
|
922
|
-
"(google.api.field_behavior)": "
|
1823
|
+
"(google.api.field_behavior)": "REQUIRED",
|
1824
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/IntelligenceConfig"
|
923
1825
|
}
|
924
|
-
}
|
925
|
-
|
1826
|
+
}
|
1827
|
+
}
|
1828
|
+
},
|
1829
|
+
"GetFolderIntelligenceConfigRequest": {
|
1830
|
+
"fields": {
|
1831
|
+
"name": {
|
926
1832
|
"type": "string",
|
927
|
-
"id":
|
1833
|
+
"id": 1,
|
928
1834
|
"options": {
|
929
|
-
"(google.api.
|
930
|
-
"(google.api.
|
1835
|
+
"(google.api.field_behavior)": "REQUIRED",
|
1836
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/IntelligenceConfig"
|
931
1837
|
}
|
932
1838
|
}
|
933
1839
|
}
|
934
1840
|
},
|
935
|
-
"
|
1841
|
+
"GetProjectIntelligenceConfigRequest": {
|
936
1842
|
"fields": {
|
937
|
-
"
|
938
|
-
"rule": "repeated",
|
939
|
-
"type": "ManagedFolder",
|
940
|
-
"id": 1
|
941
|
-
},
|
942
|
-
"nextPageToken": {
|
1843
|
+
"name": {
|
943
1844
|
"type": "string",
|
944
|
-
"id":
|
1845
|
+
"id": 1,
|
1846
|
+
"options": {
|
1847
|
+
"(google.api.field_behavior)": "REQUIRED",
|
1848
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/IntelligenceConfig"
|
1849
|
+
}
|
945
1850
|
}
|
946
1851
|
}
|
947
1852
|
}
|
@@ -955,12 +1860,99 @@
|
|
955
1860
|
"options": {
|
956
1861
|
"go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations",
|
957
1862
|
"java_multiple_files": true,
|
958
|
-
"java_outer_classname": "
|
1863
|
+
"java_outer_classname": "RoutingProto",
|
959
1864
|
"java_package": "com.google.api",
|
960
1865
|
"objc_class_prefix": "GAPI",
|
961
1866
|
"cc_enable_arenas": true
|
962
1867
|
},
|
963
1868
|
"nested": {
|
1869
|
+
"http": {
|
1870
|
+
"type": "HttpRule",
|
1871
|
+
"id": 72295728,
|
1872
|
+
"extend": "google.protobuf.MethodOptions"
|
1873
|
+
},
|
1874
|
+
"Http": {
|
1875
|
+
"fields": {
|
1876
|
+
"rules": {
|
1877
|
+
"rule": "repeated",
|
1878
|
+
"type": "HttpRule",
|
1879
|
+
"id": 1
|
1880
|
+
},
|
1881
|
+
"fullyDecodeReservedExpansion": {
|
1882
|
+
"type": "bool",
|
1883
|
+
"id": 2
|
1884
|
+
}
|
1885
|
+
}
|
1886
|
+
},
|
1887
|
+
"HttpRule": {
|
1888
|
+
"oneofs": {
|
1889
|
+
"pattern": {
|
1890
|
+
"oneof": [
|
1891
|
+
"get",
|
1892
|
+
"put",
|
1893
|
+
"post",
|
1894
|
+
"delete",
|
1895
|
+
"patch",
|
1896
|
+
"custom"
|
1897
|
+
]
|
1898
|
+
}
|
1899
|
+
},
|
1900
|
+
"fields": {
|
1901
|
+
"selector": {
|
1902
|
+
"type": "string",
|
1903
|
+
"id": 1
|
1904
|
+
},
|
1905
|
+
"get": {
|
1906
|
+
"type": "string",
|
1907
|
+
"id": 2
|
1908
|
+
},
|
1909
|
+
"put": {
|
1910
|
+
"type": "string",
|
1911
|
+
"id": 3
|
1912
|
+
},
|
1913
|
+
"post": {
|
1914
|
+
"type": "string",
|
1915
|
+
"id": 4
|
1916
|
+
},
|
1917
|
+
"delete": {
|
1918
|
+
"type": "string",
|
1919
|
+
"id": 5
|
1920
|
+
},
|
1921
|
+
"patch": {
|
1922
|
+
"type": "string",
|
1923
|
+
"id": 6
|
1924
|
+
},
|
1925
|
+
"custom": {
|
1926
|
+
"type": "CustomHttpPattern",
|
1927
|
+
"id": 8
|
1928
|
+
},
|
1929
|
+
"body": {
|
1930
|
+
"type": "string",
|
1931
|
+
"id": 7
|
1932
|
+
},
|
1933
|
+
"responseBody": {
|
1934
|
+
"type": "string",
|
1935
|
+
"id": 12
|
1936
|
+
},
|
1937
|
+
"additionalBindings": {
|
1938
|
+
"rule": "repeated",
|
1939
|
+
"type": "HttpRule",
|
1940
|
+
"id": 11
|
1941
|
+
}
|
1942
|
+
}
|
1943
|
+
},
|
1944
|
+
"CustomHttpPattern": {
|
1945
|
+
"fields": {
|
1946
|
+
"kind": {
|
1947
|
+
"type": "string",
|
1948
|
+
"id": 1
|
1949
|
+
},
|
1950
|
+
"path": {
|
1951
|
+
"type": "string",
|
1952
|
+
"id": 2
|
1953
|
+
}
|
1954
|
+
}
|
1955
|
+
},
|
964
1956
|
"methodSignature": {
|
965
1957
|
"rule": "repeated",
|
966
1958
|
"type": "string",
|
@@ -977,6 +1969,11 @@
|
|
977
1969
|
"id": 1050,
|
978
1970
|
"extend": "google.protobuf.ServiceOptions"
|
979
1971
|
},
|
1972
|
+
"apiVersion": {
|
1973
|
+
"type": "string",
|
1974
|
+
"id": 525000001,
|
1975
|
+
"extend": "google.protobuf.ServiceOptions"
|
1976
|
+
},
|
980
1977
|
"CommonLanguageSettings": {
|
981
1978
|
"fields": {
|
982
1979
|
"referenceDocsUri": {
|
@@ -1085,6 +2082,10 @@
|
|
1085
2082
|
"protoReferenceDocumentationUri": {
|
1086
2083
|
"type": "string",
|
1087
2084
|
"id": 110
|
2085
|
+
},
|
2086
|
+
"restReferenceDocumentationUri": {
|
2087
|
+
"type": "string",
|
2088
|
+
"id": 111
|
1088
2089
|
}
|
1089
2090
|
}
|
1090
2091
|
},
|
@@ -1260,7 +2261,10 @@
|
|
1260
2261
|
"rule": "repeated",
|
1261
2262
|
"type": "google.api.FieldBehavior",
|
1262
2263
|
"id": 1052,
|
1263
|
-
"extend": "google.protobuf.FieldOptions"
|
2264
|
+
"extend": "google.protobuf.FieldOptions",
|
2265
|
+
"options": {
|
2266
|
+
"packed": false
|
2267
|
+
}
|
1264
2268
|
},
|
1265
2269
|
"FieldBehavior": {
|
1266
2270
|
"values": {
|
@@ -1401,93 +2405,6 @@
|
|
1401
2405
|
"id": 2
|
1402
2406
|
}
|
1403
2407
|
}
|
1404
|
-
},
|
1405
|
-
"http": {
|
1406
|
-
"type": "HttpRule",
|
1407
|
-
"id": 72295728,
|
1408
|
-
"extend": "google.protobuf.MethodOptions"
|
1409
|
-
},
|
1410
|
-
"Http": {
|
1411
|
-
"fields": {
|
1412
|
-
"rules": {
|
1413
|
-
"rule": "repeated",
|
1414
|
-
"type": "HttpRule",
|
1415
|
-
"id": 1
|
1416
|
-
},
|
1417
|
-
"fullyDecodeReservedExpansion": {
|
1418
|
-
"type": "bool",
|
1419
|
-
"id": 2
|
1420
|
-
}
|
1421
|
-
}
|
1422
|
-
},
|
1423
|
-
"HttpRule": {
|
1424
|
-
"oneofs": {
|
1425
|
-
"pattern": {
|
1426
|
-
"oneof": [
|
1427
|
-
"get",
|
1428
|
-
"put",
|
1429
|
-
"post",
|
1430
|
-
"delete",
|
1431
|
-
"patch",
|
1432
|
-
"custom"
|
1433
|
-
]
|
1434
|
-
}
|
1435
|
-
},
|
1436
|
-
"fields": {
|
1437
|
-
"selector": {
|
1438
|
-
"type": "string",
|
1439
|
-
"id": 1
|
1440
|
-
},
|
1441
|
-
"get": {
|
1442
|
-
"type": "string",
|
1443
|
-
"id": 2
|
1444
|
-
},
|
1445
|
-
"put": {
|
1446
|
-
"type": "string",
|
1447
|
-
"id": 3
|
1448
|
-
},
|
1449
|
-
"post": {
|
1450
|
-
"type": "string",
|
1451
|
-
"id": 4
|
1452
|
-
},
|
1453
|
-
"delete": {
|
1454
|
-
"type": "string",
|
1455
|
-
"id": 5
|
1456
|
-
},
|
1457
|
-
"patch": {
|
1458
|
-
"type": "string",
|
1459
|
-
"id": 6
|
1460
|
-
},
|
1461
|
-
"custom": {
|
1462
|
-
"type": "CustomHttpPattern",
|
1463
|
-
"id": 8
|
1464
|
-
},
|
1465
|
-
"body": {
|
1466
|
-
"type": "string",
|
1467
|
-
"id": 7
|
1468
|
-
},
|
1469
|
-
"responseBody": {
|
1470
|
-
"type": "string",
|
1471
|
-
"id": 12
|
1472
|
-
},
|
1473
|
-
"additionalBindings": {
|
1474
|
-
"rule": "repeated",
|
1475
|
-
"type": "HttpRule",
|
1476
|
-
"id": 11
|
1477
|
-
}
|
1478
|
-
}
|
1479
|
-
},
|
1480
|
-
"CustomHttpPattern": {
|
1481
|
-
"fields": {
|
1482
|
-
"kind": {
|
1483
|
-
"type": "string",
|
1484
|
-
"id": 1
|
1485
|
-
},
|
1486
|
-
"path": {
|
1487
|
-
"type": "string",
|
1488
|
-
"id": 2
|
1489
|
-
}
|
1490
|
-
}
|
1491
2408
|
}
|
1492
2409
|
}
|
1493
2410
|
},
|
@@ -1503,6 +2420,7 @@
|
|
1503
2420
|
},
|
1504
2421
|
"nested": {
|
1505
2422
|
"FileDescriptorSet": {
|
2423
|
+
"edition": "proto2",
|
1506
2424
|
"fields": {
|
1507
2425
|
"file": {
|
1508
2426
|
"rule": "repeated",
|
@@ -1512,6 +2430,7 @@
|
|
1512
2430
|
}
|
1513
2431
|
},
|
1514
2432
|
"Edition": {
|
2433
|
+
"edition": "proto2",
|
1515
2434
|
"values": {
|
1516
2435
|
"EDITION_UNKNOWN": 0,
|
1517
2436
|
"EDITION_PROTO2": 998,
|
@@ -1527,6 +2446,7 @@
|
|
1527
2446
|
}
|
1528
2447
|
},
|
1529
2448
|
"FileDescriptorProto": {
|
2449
|
+
"edition": "proto2",
|
1530
2450
|
"fields": {
|
1531
2451
|
"name": {
|
1532
2452
|
"type": "string",
|
@@ -1544,18 +2464,12 @@
|
|
1544
2464
|
"publicDependency": {
|
1545
2465
|
"rule": "repeated",
|
1546
2466
|
"type": "int32",
|
1547
|
-
"id": 10
|
1548
|
-
"options": {
|
1549
|
-
"packed": false
|
1550
|
-
}
|
2467
|
+
"id": 10
|
1551
2468
|
},
|
1552
2469
|
"weakDependency": {
|
1553
2470
|
"rule": "repeated",
|
1554
2471
|
"type": "int32",
|
1555
|
-
"id": 11
|
1556
|
-
"options": {
|
1557
|
-
"packed": false
|
1558
|
-
}
|
2472
|
+
"id": 11
|
1559
2473
|
},
|
1560
2474
|
"messageType": {
|
1561
2475
|
"rule": "repeated",
|
@@ -1596,6 +2510,7 @@
|
|
1596
2510
|
}
|
1597
2511
|
},
|
1598
2512
|
"DescriptorProto": {
|
2513
|
+
"edition": "proto2",
|
1599
2514
|
"fields": {
|
1600
2515
|
"name": {
|
1601
2516
|
"type": "string",
|
@@ -1678,6 +2593,7 @@
|
|
1678
2593
|
}
|
1679
2594
|
},
|
1680
2595
|
"ExtensionRangeOptions": {
|
2596
|
+
"edition": "proto2",
|
1681
2597
|
"fields": {
|
1682
2598
|
"uninterpretedOption": {
|
1683
2599
|
"rule": "repeated",
|
@@ -1751,6 +2667,7 @@
|
|
1751
2667
|
}
|
1752
2668
|
},
|
1753
2669
|
"FieldDescriptorProto": {
|
2670
|
+
"edition": "proto2",
|
1754
2671
|
"fields": {
|
1755
2672
|
"name": {
|
1756
2673
|
"type": "string",
|
@@ -1830,6 +2747,7 @@
|
|
1830
2747
|
}
|
1831
2748
|
},
|
1832
2749
|
"OneofDescriptorProto": {
|
2750
|
+
"edition": "proto2",
|
1833
2751
|
"fields": {
|
1834
2752
|
"name": {
|
1835
2753
|
"type": "string",
|
@@ -1842,6 +2760,7 @@
|
|
1842
2760
|
}
|
1843
2761
|
},
|
1844
2762
|
"EnumDescriptorProto": {
|
2763
|
+
"edition": "proto2",
|
1845
2764
|
"fields": {
|
1846
2765
|
"name": {
|
1847
2766
|
"type": "string",
|
@@ -1883,6 +2802,7 @@
|
|
1883
2802
|
}
|
1884
2803
|
},
|
1885
2804
|
"EnumValueDescriptorProto": {
|
2805
|
+
"edition": "proto2",
|
1886
2806
|
"fields": {
|
1887
2807
|
"name": {
|
1888
2808
|
"type": "string",
|
@@ -1899,6 +2819,7 @@
|
|
1899
2819
|
}
|
1900
2820
|
},
|
1901
2821
|
"ServiceDescriptorProto": {
|
2822
|
+
"edition": "proto2",
|
1902
2823
|
"fields": {
|
1903
2824
|
"name": {
|
1904
2825
|
"type": "string",
|
@@ -1916,6 +2837,7 @@
|
|
1916
2837
|
}
|
1917
2838
|
},
|
1918
2839
|
"MethodDescriptorProto": {
|
2840
|
+
"edition": "proto2",
|
1919
2841
|
"fields": {
|
1920
2842
|
"name": {
|
1921
2843
|
"type": "string",
|
@@ -1950,6 +2872,7 @@
|
|
1950
2872
|
}
|
1951
2873
|
},
|
1952
2874
|
"FileOptions": {
|
2875
|
+
"edition": "proto2",
|
1953
2876
|
"fields": {
|
1954
2877
|
"javaPackage": {
|
1955
2878
|
"type": "string",
|
@@ -2091,6 +3014,7 @@
|
|
2091
3014
|
}
|
2092
3015
|
},
|
2093
3016
|
"MessageOptions": {
|
3017
|
+
"edition": "proto2",
|
2094
3018
|
"fields": {
|
2095
3019
|
"messageSetWireFormat": {
|
2096
3020
|
"type": "bool",
|
@@ -2164,6 +3088,7 @@
|
|
2164
3088
|
]
|
2165
3089
|
},
|
2166
3090
|
"FieldOptions": {
|
3091
|
+
"edition": "proto2",
|
2167
3092
|
"fields": {
|
2168
3093
|
"ctype": {
|
2169
3094
|
"type": "CType",
|
@@ -2225,10 +3150,7 @@
|
|
2225
3150
|
"targets": {
|
2226
3151
|
"rule": "repeated",
|
2227
3152
|
"type": "OptionTargetType",
|
2228
|
-
"id": 19
|
2229
|
-
"options": {
|
2230
|
-
"packed": false
|
2231
|
-
}
|
3153
|
+
"id": 19
|
2232
3154
|
},
|
2233
3155
|
"editionDefaults": {
|
2234
3156
|
"rule": "repeated",
|
@@ -2312,6 +3234,7 @@
|
|
2312
3234
|
}
|
2313
3235
|
},
|
2314
3236
|
"OneofOptions": {
|
3237
|
+
"edition": "proto2",
|
2315
3238
|
"fields": {
|
2316
3239
|
"features": {
|
2317
3240
|
"type": "FeatureSet",
|
@@ -2331,6 +3254,7 @@
|
|
2331
3254
|
]
|
2332
3255
|
},
|
2333
3256
|
"EnumOptions": {
|
3257
|
+
"edition": "proto2",
|
2334
3258
|
"fields": {
|
2335
3259
|
"allowAlias": {
|
2336
3260
|
"type": "bool",
|
@@ -2374,6 +3298,7 @@
|
|
2374
3298
|
]
|
2375
3299
|
},
|
2376
3300
|
"EnumValueOptions": {
|
3301
|
+
"edition": "proto2",
|
2377
3302
|
"fields": {
|
2378
3303
|
"deprecated": {
|
2379
3304
|
"type": "bool",
|
@@ -2407,6 +3332,7 @@
|
|
2407
3332
|
]
|
2408
3333
|
},
|
2409
3334
|
"ServiceOptions": {
|
3335
|
+
"edition": "proto2",
|
2410
3336
|
"fields": {
|
2411
3337
|
"features": {
|
2412
3338
|
"type": "FeatureSet",
|
@@ -2433,6 +3359,7 @@
|
|
2433
3359
|
]
|
2434
3360
|
},
|
2435
3361
|
"MethodOptions": {
|
3362
|
+
"edition": "proto2",
|
2436
3363
|
"fields": {
|
2437
3364
|
"deprecated": {
|
2438
3365
|
"type": "bool",
|
@@ -2475,6 +3402,7 @@
|
|
2475
3402
|
}
|
2476
3403
|
},
|
2477
3404
|
"UninterpretedOption": {
|
3405
|
+
"edition": "proto2",
|
2478
3406
|
"fields": {
|
2479
3407
|
"name": {
|
2480
3408
|
"rule": "repeated",
|
@@ -2524,6 +3452,7 @@
|
|
2524
3452
|
}
|
2525
3453
|
},
|
2526
3454
|
"FeatureSet": {
|
3455
|
+
"edition": "proto2",
|
2527
3456
|
"fields": {
|
2528
3457
|
"fieldPresence": {
|
2529
3458
|
"type": "FieldPresence",
|
@@ -2595,9 +3524,21 @@
|
|
2595
3524
|
1001,
|
2596
3525
|
1001
|
2597
3526
|
],
|
3527
|
+
[
|
3528
|
+
1002,
|
3529
|
+
1002
|
3530
|
+
],
|
3531
|
+
[
|
3532
|
+
9990,
|
3533
|
+
9990
|
3534
|
+
],
|
2598
3535
|
[
|
2599
3536
|
9995,
|
2600
3537
|
9999
|
3538
|
+
],
|
3539
|
+
[
|
3540
|
+
10000,
|
3541
|
+
10000
|
2601
3542
|
]
|
2602
3543
|
],
|
2603
3544
|
"reserved": [
|
@@ -2653,6 +3594,7 @@
|
|
2653
3594
|
}
|
2654
3595
|
},
|
2655
3596
|
"FeatureSetDefaults": {
|
3597
|
+
"edition": "proto2",
|
2656
3598
|
"fields": {
|
2657
3599
|
"defaults": {
|
2658
3600
|
"rule": "repeated",
|
@@ -2684,6 +3626,7 @@
|
|
2684
3626
|
}
|
2685
3627
|
},
|
2686
3628
|
"SourceCodeInfo": {
|
3629
|
+
"edition": "proto2",
|
2687
3630
|
"fields": {
|
2688
3631
|
"location": {
|
2689
3632
|
"rule": "repeated",
|
@@ -2697,12 +3640,18 @@
|
|
2697
3640
|
"path": {
|
2698
3641
|
"rule": "repeated",
|
2699
3642
|
"type": "int32",
|
2700
|
-
"id": 1
|
3643
|
+
"id": 1,
|
3644
|
+
"options": {
|
3645
|
+
"packed": true
|
3646
|
+
}
|
2701
3647
|
},
|
2702
3648
|
"span": {
|
2703
3649
|
"rule": "repeated",
|
2704
3650
|
"type": "int32",
|
2705
|
-
"id": 2
|
3651
|
+
"id": 2,
|
3652
|
+
"options": {
|
3653
|
+
"packed": true
|
3654
|
+
}
|
2706
3655
|
},
|
2707
3656
|
"leadingComments": {
|
2708
3657
|
"type": "string",
|
@@ -2722,6 +3671,7 @@
|
|
2722
3671
|
}
|
2723
3672
|
},
|
2724
3673
|
"GeneratedCodeInfo": {
|
3674
|
+
"edition": "proto2",
|
2725
3675
|
"fields": {
|
2726
3676
|
"annotation": {
|
2727
3677
|
"rule": "repeated",
|
@@ -2735,7 +3685,10 @@
|
|
2735
3685
|
"path": {
|
2736
3686
|
"rule": "repeated",
|
2737
3687
|
"type": "int32",
|
2738
|
-
"id": 1
|
3688
|
+
"id": 1,
|
3689
|
+
"options": {
|
3690
|
+
"packed": true
|
3691
|
+
}
|
2739
3692
|
},
|
2740
3693
|
"sourceFile": {
|
2741
3694
|
"type": "string",
|
@@ -2793,6 +3746,15 @@
|
|
2793
3746
|
"Empty": {
|
2794
3747
|
"fields": {}
|
2795
3748
|
},
|
3749
|
+
"FieldMask": {
|
3750
|
+
"fields": {
|
3751
|
+
"paths": {
|
3752
|
+
"rule": "repeated",
|
3753
|
+
"type": "string",
|
3754
|
+
"id": 1
|
3755
|
+
}
|
3756
|
+
}
|
3757
|
+
},
|
2796
3758
|
"Timestamp": {
|
2797
3759
|
"fields": {
|
2798
3760
|
"seconds": {
|