@google-cloud/storage-control 0.4.0 → 0.6.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 +18 -2
- package/build/protos/google/storage/control/v2/storage_control.proto +766 -1
- package/build/protos/protos.d.ts +8886 -3826
- package/build/protos/protos.js +31344 -18739
- package/build/protos/protos.json +1701 -137
- package/build/src/v2/gapic_metadata.json +164 -0
- package/build/src/v2/storage_control_client.d.ts +775 -92
- package/build/src/v2/storage_control_client.js +1178 -216
- package/build/src/v2/storage_control_client.js.map +1 -1
- package/build/src/v2/storage_control_client_config.json +82 -2
- package/package.json +4 -4
- package/CHANGELOG.md +0 -48
package/build/protos/protos.json
CHANGED
|
@@ -252,6 +252,378 @@
|
|
|
252
252
|
"(google.api.method_signature)": "parent"
|
|
253
253
|
}
|
|
254
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
|
+
]
|
|
539
|
+
},
|
|
540
|
+
"GetIamPolicy": {
|
|
541
|
+
"requestType": "google.iam.v1.GetIamPolicyRequest",
|
|
542
|
+
"responseType": "google.iam.v1.Policy",
|
|
543
|
+
"options": {
|
|
544
|
+
"(google.api.routing).routing_parameters.field": "resource",
|
|
545
|
+
"(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
|
|
546
|
+
"(google.api.method_signature)": "resource"
|
|
547
|
+
},
|
|
548
|
+
"parsedOptions": [
|
|
549
|
+
{
|
|
550
|
+
"(google.api.routing)": {
|
|
551
|
+
"routing_parameters": [
|
|
552
|
+
{
|
|
553
|
+
"field": "resource",
|
|
554
|
+
"path_template": "{bucket=**}"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"field": "resource",
|
|
558
|
+
"path_template": "{bucket=projects/*/buckets/*}/**"
|
|
559
|
+
}
|
|
560
|
+
]
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"(google.api.method_signature)": "resource"
|
|
565
|
+
}
|
|
566
|
+
]
|
|
567
|
+
},
|
|
568
|
+
"SetIamPolicy": {
|
|
569
|
+
"requestType": "google.iam.v1.SetIamPolicyRequest",
|
|
570
|
+
"responseType": "google.iam.v1.Policy",
|
|
571
|
+
"options": {
|
|
572
|
+
"(google.api.routing).routing_parameters.field": "resource",
|
|
573
|
+
"(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
|
|
574
|
+
"(google.api.method_signature)": "resource,policy"
|
|
575
|
+
},
|
|
576
|
+
"parsedOptions": [
|
|
577
|
+
{
|
|
578
|
+
"(google.api.routing)": {
|
|
579
|
+
"routing_parameters": [
|
|
580
|
+
{
|
|
581
|
+
"field": "resource",
|
|
582
|
+
"path_template": "{bucket=**}"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"field": "resource",
|
|
586
|
+
"path_template": "{bucket=projects/*/buckets/*}/**"
|
|
587
|
+
}
|
|
588
|
+
]
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"(google.api.method_signature)": "resource,policy"
|
|
593
|
+
}
|
|
594
|
+
]
|
|
595
|
+
},
|
|
596
|
+
"TestIamPermissions": {
|
|
597
|
+
"requestType": "google.iam.v1.TestIamPermissionsRequest",
|
|
598
|
+
"responseType": "google.iam.v1.TestIamPermissionsResponse",
|
|
599
|
+
"options": {
|
|
600
|
+
"(google.api.routing).routing_parameters.field": "resource",
|
|
601
|
+
"(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/managedFolders/**",
|
|
602
|
+
"(google.api.method_signature)": "resource,permissions"
|
|
603
|
+
},
|
|
604
|
+
"parsedOptions": [
|
|
605
|
+
{
|
|
606
|
+
"(google.api.routing)": {
|
|
607
|
+
"routing_parameters": [
|
|
608
|
+
{
|
|
609
|
+
"field": "resource",
|
|
610
|
+
"path_template": "{bucket=**}"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"field": "resource",
|
|
614
|
+
"path_template": "{bucket=projects/*/buckets/*}/objects/**"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"field": "resource",
|
|
618
|
+
"path_template": "{bucket=projects/*/buckets/*}/managedFolders/**"
|
|
619
|
+
}
|
|
620
|
+
]
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"(google.api.method_signature)": "resource,permissions"
|
|
625
|
+
}
|
|
626
|
+
]
|
|
255
627
|
}
|
|
256
628
|
}
|
|
257
629
|
},
|
|
@@ -637,7 +1009,9 @@
|
|
|
637
1009
|
"StorageLayout": {
|
|
638
1010
|
"options": {
|
|
639
1011
|
"(google.api.resource).type": "storage.googleapis.com/StorageLayout",
|
|
640
|
-
"(google.api.resource).pattern": "projects/{project}/buckets/{bucket}/storageLayout"
|
|
1012
|
+
"(google.api.resource).pattern": "projects/{project}/buckets/{bucket}/storageLayout",
|
|
1013
|
+
"(google.api.resource).plural": "storageLayouts",
|
|
1014
|
+
"(google.api.resource).singular": "storageLayout"
|
|
641
1015
|
},
|
|
642
1016
|
"fields": {
|
|
643
1017
|
"name": {
|
|
@@ -941,27 +1315,735 @@
|
|
|
941
1315
|
"id": 2
|
|
942
1316
|
}
|
|
943
1317
|
}
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
1318
|
+
},
|
|
1319
|
+
"CreateAnywhereCacheMetadata": {
|
|
1320
|
+
"oneofs": {
|
|
1321
|
+
"_anywhereCacheId": {
|
|
1322
|
+
"oneof": [
|
|
1323
|
+
"anywhereCacheId"
|
|
1324
|
+
]
|
|
1325
|
+
},
|
|
1326
|
+
"_zone": {
|
|
1327
|
+
"oneof": [
|
|
1328
|
+
"zone"
|
|
1329
|
+
]
|
|
1330
|
+
},
|
|
1331
|
+
"_ttl": {
|
|
1332
|
+
"oneof": [
|
|
1333
|
+
"ttl"
|
|
1334
|
+
]
|
|
1335
|
+
},
|
|
1336
|
+
"_admissionPolicy": {
|
|
1337
|
+
"oneof": [
|
|
1338
|
+
"admissionPolicy"
|
|
1339
|
+
]
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"fields": {
|
|
1343
|
+
"commonMetadata": {
|
|
1344
|
+
"type": "CommonLongRunningOperationMetadata",
|
|
1345
|
+
"id": 1
|
|
1346
|
+
},
|
|
1347
|
+
"anywhereCacheId": {
|
|
1348
|
+
"type": "string",
|
|
1349
|
+
"id": 2,
|
|
1350
|
+
"options": {
|
|
1351
|
+
"proto3_optional": true
|
|
1352
|
+
}
|
|
1353
|
+
},
|
|
1354
|
+
"zone": {
|
|
1355
|
+
"type": "string",
|
|
1356
|
+
"id": 6,
|
|
1357
|
+
"options": {
|
|
1358
|
+
"proto3_optional": true
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
1361
|
+
"ttl": {
|
|
1362
|
+
"type": "google.protobuf.Duration",
|
|
1363
|
+
"id": 3,
|
|
1364
|
+
"options": {
|
|
1365
|
+
"proto3_optional": true
|
|
1366
|
+
}
|
|
1367
|
+
},
|
|
1368
|
+
"admissionPolicy": {
|
|
1369
|
+
"type": "string",
|
|
1370
|
+
"id": 5,
|
|
1371
|
+
"options": {
|
|
1372
|
+
"proto3_optional": true
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1377
|
+
"UpdateAnywhereCacheMetadata": {
|
|
1378
|
+
"oneofs": {
|
|
1379
|
+
"_anywhereCacheId": {
|
|
1380
|
+
"oneof": [
|
|
1381
|
+
"anywhereCacheId"
|
|
1382
|
+
]
|
|
1383
|
+
},
|
|
1384
|
+
"_zone": {
|
|
1385
|
+
"oneof": [
|
|
1386
|
+
"zone"
|
|
1387
|
+
]
|
|
1388
|
+
},
|
|
1389
|
+
"_ttl": {
|
|
1390
|
+
"oneof": [
|
|
1391
|
+
"ttl"
|
|
1392
|
+
]
|
|
1393
|
+
},
|
|
1394
|
+
"_admissionPolicy": {
|
|
1395
|
+
"oneof": [
|
|
1396
|
+
"admissionPolicy"
|
|
1397
|
+
]
|
|
1398
|
+
}
|
|
1399
|
+
},
|
|
1400
|
+
"fields": {
|
|
1401
|
+
"commonMetadata": {
|
|
1402
|
+
"type": "CommonLongRunningOperationMetadata",
|
|
1403
|
+
"id": 1
|
|
1404
|
+
},
|
|
1405
|
+
"anywhereCacheId": {
|
|
1406
|
+
"type": "string",
|
|
1407
|
+
"id": 2,
|
|
1408
|
+
"options": {
|
|
1409
|
+
"proto3_optional": true
|
|
1410
|
+
}
|
|
1411
|
+
},
|
|
1412
|
+
"zone": {
|
|
1413
|
+
"type": "string",
|
|
1414
|
+
"id": 5,
|
|
1415
|
+
"options": {
|
|
1416
|
+
"proto3_optional": true
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1419
|
+
"ttl": {
|
|
1420
|
+
"type": "google.protobuf.Duration",
|
|
1421
|
+
"id": 3,
|
|
1422
|
+
"options": {
|
|
1423
|
+
"proto3_optional": true
|
|
1424
|
+
}
|
|
1425
|
+
},
|
|
1426
|
+
"admissionPolicy": {
|
|
1427
|
+
"type": "string",
|
|
1428
|
+
"id": 4,
|
|
1429
|
+
"options": {
|
|
1430
|
+
"proto3_optional": true
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
"AnywhereCache": {
|
|
1436
|
+
"options": {
|
|
1437
|
+
"(google.api.resource).type": "storage.googleapis.com/AnywhereCache",
|
|
1438
|
+
"(google.api.resource).pattern": "projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}",
|
|
1439
|
+
"(google.api.resource).plural": "anywhereCaches",
|
|
1440
|
+
"(google.api.resource).singular": "anywhereCache"
|
|
1441
|
+
},
|
|
1442
|
+
"fields": {
|
|
1443
|
+
"name": {
|
|
1444
|
+
"type": "string",
|
|
1445
|
+
"id": 1,
|
|
1446
|
+
"options": {
|
|
1447
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
|
1448
|
+
}
|
|
1449
|
+
},
|
|
1450
|
+
"zone": {
|
|
1451
|
+
"type": "string",
|
|
1452
|
+
"id": 10,
|
|
1453
|
+
"options": {
|
|
1454
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
"ttl": {
|
|
1458
|
+
"type": "google.protobuf.Duration",
|
|
1459
|
+
"id": 3
|
|
1460
|
+
},
|
|
1461
|
+
"admissionPolicy": {
|
|
1462
|
+
"type": "string",
|
|
1463
|
+
"id": 9
|
|
1464
|
+
},
|
|
1465
|
+
"state": {
|
|
1466
|
+
"type": "string",
|
|
1467
|
+
"id": 5,
|
|
1468
|
+
"options": {
|
|
1469
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
"createTime": {
|
|
1473
|
+
"type": "google.protobuf.Timestamp",
|
|
1474
|
+
"id": 6,
|
|
1475
|
+
"options": {
|
|
1476
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1477
|
+
}
|
|
1478
|
+
},
|
|
1479
|
+
"updateTime": {
|
|
1480
|
+
"type": "google.protobuf.Timestamp",
|
|
1481
|
+
"id": 7,
|
|
1482
|
+
"options": {
|
|
1483
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1486
|
+
"pendingUpdate": {
|
|
1487
|
+
"type": "bool",
|
|
1488
|
+
"id": 8,
|
|
1489
|
+
"options": {
|
|
1490
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
"CreateAnywhereCacheRequest": {
|
|
1496
|
+
"fields": {
|
|
1497
|
+
"parent": {
|
|
1498
|
+
"type": "string",
|
|
1499
|
+
"id": 1,
|
|
1500
|
+
"options": {
|
|
1501
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1502
|
+
"(google.api.resource_reference).child_type": "storage.googleapis.com/AnywhereCache"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
"anywhereCache": {
|
|
1506
|
+
"type": "AnywhereCache",
|
|
1507
|
+
"id": 3,
|
|
1508
|
+
"options": {
|
|
1509
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
"requestId": {
|
|
1513
|
+
"type": "string",
|
|
1514
|
+
"id": 4,
|
|
1515
|
+
"options": {
|
|
1516
|
+
"(google.api.field_info).format": "UUID4",
|
|
1517
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1518
|
+
}
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
},
|
|
1522
|
+
"UpdateAnywhereCacheRequest": {
|
|
1523
|
+
"fields": {
|
|
1524
|
+
"anywhereCache": {
|
|
1525
|
+
"type": "AnywhereCache",
|
|
1526
|
+
"id": 1,
|
|
1527
|
+
"options": {
|
|
1528
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
"updateMask": {
|
|
1532
|
+
"type": "google.protobuf.FieldMask",
|
|
1533
|
+
"id": 2,
|
|
1534
|
+
"options": {
|
|
1535
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1538
|
+
"requestId": {
|
|
1539
|
+
"type": "string",
|
|
1540
|
+
"id": 3,
|
|
1541
|
+
"options": {
|
|
1542
|
+
"(google.api.field_info).format": "UUID4",
|
|
1543
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1544
|
+
}
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
"DisableAnywhereCacheRequest": {
|
|
1549
|
+
"fields": {
|
|
1550
|
+
"name": {
|
|
1551
|
+
"type": "string",
|
|
1552
|
+
"id": 1,
|
|
1553
|
+
"options": {
|
|
1554
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1555
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/AnywhereCache"
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
"requestId": {
|
|
1559
|
+
"type": "string",
|
|
1560
|
+
"id": 2,
|
|
1561
|
+
"options": {
|
|
1562
|
+
"(google.api.field_info).format": "UUID4",
|
|
1563
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
"PauseAnywhereCacheRequest": {
|
|
1569
|
+
"fields": {
|
|
1570
|
+
"name": {
|
|
1571
|
+
"type": "string",
|
|
1572
|
+
"id": 1,
|
|
1573
|
+
"options": {
|
|
1574
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1575
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/AnywhereCache"
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"requestId": {
|
|
1579
|
+
"type": "string",
|
|
1580
|
+
"id": 2,
|
|
1581
|
+
"options": {
|
|
1582
|
+
"(google.api.field_info).format": "UUID4",
|
|
1583
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
"ResumeAnywhereCacheRequest": {
|
|
1589
|
+
"fields": {
|
|
1590
|
+
"name": {
|
|
1591
|
+
"type": "string",
|
|
1592
|
+
"id": 1,
|
|
1593
|
+
"options": {
|
|
1594
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1595
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/AnywhereCache"
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
"requestId": {
|
|
1599
|
+
"type": "string",
|
|
1600
|
+
"id": 2,
|
|
1601
|
+
"options": {
|
|
1602
|
+
"(google.api.field_info).format": "UUID4",
|
|
1603
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
}
|
|
1607
|
+
},
|
|
1608
|
+
"GetAnywhereCacheRequest": {
|
|
1609
|
+
"fields": {
|
|
1610
|
+
"name": {
|
|
1611
|
+
"type": "string",
|
|
1612
|
+
"id": 1,
|
|
1613
|
+
"options": {
|
|
1614
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1615
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/AnywhereCache"
|
|
1616
|
+
}
|
|
1617
|
+
},
|
|
1618
|
+
"requestId": {
|
|
1619
|
+
"type": "string",
|
|
1620
|
+
"id": 2,
|
|
1621
|
+
"options": {
|
|
1622
|
+
"(google.api.field_info).format": "UUID4",
|
|
1623
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1624
|
+
}
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
"ListAnywhereCachesRequest": {
|
|
1629
|
+
"fields": {
|
|
1630
|
+
"parent": {
|
|
1631
|
+
"type": "string",
|
|
1632
|
+
"id": 1,
|
|
1633
|
+
"options": {
|
|
1634
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1635
|
+
"(google.api.resource_reference).child_type": "storage.googleapis.com/AnywhereCache"
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
"pageSize": {
|
|
1639
|
+
"type": "int32",
|
|
1640
|
+
"id": 2
|
|
1641
|
+
},
|
|
1642
|
+
"pageToken": {
|
|
1643
|
+
"type": "string",
|
|
1644
|
+
"id": 3
|
|
1645
|
+
},
|
|
1646
|
+
"requestId": {
|
|
1647
|
+
"type": "string",
|
|
1648
|
+
"id": 4,
|
|
1649
|
+
"options": {
|
|
1650
|
+
"(google.api.field_info).format": "UUID4",
|
|
1651
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1655
|
+
},
|
|
1656
|
+
"ListAnywhereCachesResponse": {
|
|
1657
|
+
"fields": {
|
|
1658
|
+
"anywhereCaches": {
|
|
1659
|
+
"rule": "repeated",
|
|
1660
|
+
"type": "AnywhereCache",
|
|
1661
|
+
"id": 1
|
|
1662
|
+
},
|
|
1663
|
+
"nextPageToken": {
|
|
1664
|
+
"type": "string",
|
|
1665
|
+
"id": 2
|
|
1666
|
+
}
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
"IntelligenceConfig": {
|
|
1670
|
+
"options": {
|
|
1671
|
+
"(google.api.resource).type": "storage.googleapis.com/IntelligenceConfig",
|
|
1672
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/intelligenceConfig",
|
|
1673
|
+
"(google.api.resource).plural": "intelligenceConfigs",
|
|
1674
|
+
"(google.api.resource).singular": "intelligenceConfig"
|
|
1675
|
+
},
|
|
1676
|
+
"fields": {
|
|
1677
|
+
"name": {
|
|
1678
|
+
"type": "string",
|
|
1679
|
+
"id": 1,
|
|
1680
|
+
"options": {
|
|
1681
|
+
"(google.api.field_behavior)": "IDENTIFIER"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
"editionConfig": {
|
|
1685
|
+
"type": "EditionConfig",
|
|
1686
|
+
"id": 2,
|
|
1687
|
+
"options": {
|
|
1688
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
"updateTime": {
|
|
1692
|
+
"type": "google.protobuf.Timestamp",
|
|
1693
|
+
"id": 3,
|
|
1694
|
+
"options": {
|
|
1695
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
"filter": {
|
|
1699
|
+
"type": "Filter",
|
|
1700
|
+
"id": 4,
|
|
1701
|
+
"options": {
|
|
1702
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
"effectiveIntelligenceConfig": {
|
|
1706
|
+
"type": "EffectiveIntelligenceConfig",
|
|
1707
|
+
"id": 5,
|
|
1708
|
+
"options": {
|
|
1709
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
"trialConfig": {
|
|
1713
|
+
"type": "TrialConfig",
|
|
1714
|
+
"id": 7
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
"nested": {
|
|
1718
|
+
"EditionConfig": {
|
|
1719
|
+
"values": {
|
|
1720
|
+
"EDITION_CONFIG_UNSPECIFIED": 0,
|
|
1721
|
+
"INHERIT": 1,
|
|
1722
|
+
"DISABLED": 2,
|
|
1723
|
+
"STANDARD": 3,
|
|
1724
|
+
"TRIAL": 5
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
"Filter": {
|
|
1728
|
+
"oneofs": {
|
|
1729
|
+
"cloudStorageLocations": {
|
|
1730
|
+
"oneof": [
|
|
1731
|
+
"includedCloudStorageLocations",
|
|
1732
|
+
"excludedCloudStorageLocations"
|
|
1733
|
+
]
|
|
1734
|
+
},
|
|
1735
|
+
"cloudStorageBuckets": {
|
|
1736
|
+
"oneof": [
|
|
1737
|
+
"includedCloudStorageBuckets",
|
|
1738
|
+
"excludedCloudStorageBuckets"
|
|
1739
|
+
]
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
"fields": {
|
|
1743
|
+
"includedCloudStorageLocations": {
|
|
1744
|
+
"type": "CloudStorageLocations",
|
|
1745
|
+
"id": 1
|
|
1746
|
+
},
|
|
1747
|
+
"excludedCloudStorageLocations": {
|
|
1748
|
+
"type": "CloudStorageLocations",
|
|
1749
|
+
"id": 2
|
|
1750
|
+
},
|
|
1751
|
+
"includedCloudStorageBuckets": {
|
|
1752
|
+
"type": "CloudStorageBuckets",
|
|
1753
|
+
"id": 3
|
|
1754
|
+
},
|
|
1755
|
+
"excludedCloudStorageBuckets": {
|
|
1756
|
+
"type": "CloudStorageBuckets",
|
|
1757
|
+
"id": 4
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
"nested": {
|
|
1761
|
+
"CloudStorageLocations": {
|
|
1762
|
+
"fields": {
|
|
1763
|
+
"locations": {
|
|
1764
|
+
"rule": "repeated",
|
|
1765
|
+
"type": "string",
|
|
1766
|
+
"id": 1,
|
|
1767
|
+
"options": {
|
|
1768
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1769
|
+
}
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
"CloudStorageBuckets": {
|
|
1774
|
+
"fields": {
|
|
1775
|
+
"bucketIdRegexes": {
|
|
1776
|
+
"rule": "repeated",
|
|
1777
|
+
"type": "string",
|
|
1778
|
+
"id": 1,
|
|
1779
|
+
"options": {
|
|
1780
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
}
|
|
1784
|
+
}
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
"EffectiveIntelligenceConfig": {
|
|
1788
|
+
"fields": {
|
|
1789
|
+
"effectiveEdition": {
|
|
1790
|
+
"type": "EffectiveEdition",
|
|
1791
|
+
"id": 1,
|
|
1792
|
+
"options": {
|
|
1793
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1794
|
+
}
|
|
1795
|
+
},
|
|
1796
|
+
"intelligenceConfig": {
|
|
1797
|
+
"type": "string",
|
|
1798
|
+
"id": 2,
|
|
1799
|
+
"options": {
|
|
1800
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"nested": {
|
|
1805
|
+
"EffectiveEdition": {
|
|
1806
|
+
"values": {
|
|
1807
|
+
"EFFECTIVE_EDITION_UNSPECIFIED": 0,
|
|
1808
|
+
"NONE": 1,
|
|
1809
|
+
"STANDARD": 2
|
|
1810
|
+
}
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
"TrialConfig": {
|
|
1815
|
+
"fields": {
|
|
1816
|
+
"expireTime": {
|
|
1817
|
+
"type": "google.protobuf.Timestamp",
|
|
1818
|
+
"id": 3,
|
|
1819
|
+
"options": {
|
|
1820
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
"UpdateOrganizationIntelligenceConfigRequest": {
|
|
1828
|
+
"fields": {
|
|
1829
|
+
"intelligenceConfig": {
|
|
1830
|
+
"type": "IntelligenceConfig",
|
|
1831
|
+
"id": 1,
|
|
1832
|
+
"options": {
|
|
1833
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
"updateMask": {
|
|
1837
|
+
"type": "google.protobuf.FieldMask",
|
|
1838
|
+
"id": 2,
|
|
1839
|
+
"options": {
|
|
1840
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
"requestId": {
|
|
1844
|
+
"type": "string",
|
|
1845
|
+
"id": 3,
|
|
1846
|
+
"options": {
|
|
1847
|
+
"(google.api.field_info).format": "UUID4",
|
|
1848
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1849
|
+
}
|
|
1850
|
+
}
|
|
1851
|
+
}
|
|
1852
|
+
},
|
|
1853
|
+
"UpdateFolderIntelligenceConfigRequest": {
|
|
1854
|
+
"fields": {
|
|
1855
|
+
"intelligenceConfig": {
|
|
1856
|
+
"type": "IntelligenceConfig",
|
|
1857
|
+
"id": 1,
|
|
1858
|
+
"options": {
|
|
1859
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
"updateMask": {
|
|
1863
|
+
"type": "google.protobuf.FieldMask",
|
|
1864
|
+
"id": 2,
|
|
1865
|
+
"options": {
|
|
1866
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1869
|
+
"requestId": {
|
|
1870
|
+
"type": "string",
|
|
1871
|
+
"id": 3,
|
|
1872
|
+
"options": {
|
|
1873
|
+
"(google.api.field_info).format": "UUID4",
|
|
1874
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
"UpdateProjectIntelligenceConfigRequest": {
|
|
1880
|
+
"fields": {
|
|
1881
|
+
"intelligenceConfig": {
|
|
1882
|
+
"type": "IntelligenceConfig",
|
|
1883
|
+
"id": 1,
|
|
1884
|
+
"options": {
|
|
1885
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
"updateMask": {
|
|
1889
|
+
"type": "google.protobuf.FieldMask",
|
|
1890
|
+
"id": 2,
|
|
1891
|
+
"options": {
|
|
1892
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
"requestId": {
|
|
1896
|
+
"type": "string",
|
|
1897
|
+
"id": 3,
|
|
1898
|
+
"options": {
|
|
1899
|
+
"(google.api.field_info).format": "UUID4",
|
|
1900
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1901
|
+
}
|
|
1902
|
+
}
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
"GetOrganizationIntelligenceConfigRequest": {
|
|
1906
|
+
"fields": {
|
|
1907
|
+
"name": {
|
|
1908
|
+
"type": "string",
|
|
1909
|
+
"id": 1,
|
|
1910
|
+
"options": {
|
|
1911
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1912
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/IntelligenceConfig"
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1915
|
+
}
|
|
1916
|
+
},
|
|
1917
|
+
"GetFolderIntelligenceConfigRequest": {
|
|
1918
|
+
"fields": {
|
|
1919
|
+
"name": {
|
|
1920
|
+
"type": "string",
|
|
1921
|
+
"id": 1,
|
|
1922
|
+
"options": {
|
|
1923
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1924
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/IntelligenceConfig"
|
|
1925
|
+
}
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
"GetProjectIntelligenceConfigRequest": {
|
|
1930
|
+
"fields": {
|
|
1931
|
+
"name": {
|
|
1932
|
+
"type": "string",
|
|
1933
|
+
"id": 1,
|
|
1934
|
+
"options": {
|
|
1935
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1936
|
+
"(google.api.resource_reference).type": "storage.googleapis.com/IntelligenceConfig"
|
|
1937
|
+
}
|
|
1938
|
+
}
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
"api": {
|
|
1948
|
+
"options": {
|
|
1949
|
+
"go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations",
|
|
1950
|
+
"java_multiple_files": true,
|
|
1951
|
+
"java_outer_classname": "RoutingProto",
|
|
1952
|
+
"java_package": "com.google.api",
|
|
1953
|
+
"objc_class_prefix": "GAPI"
|
|
1954
|
+
},
|
|
1955
|
+
"nested": {
|
|
1956
|
+
"http": {
|
|
1957
|
+
"type": "HttpRule",
|
|
1958
|
+
"id": 72295728,
|
|
1959
|
+
"extend": "google.protobuf.MethodOptions"
|
|
1960
|
+
},
|
|
1961
|
+
"Http": {
|
|
1962
|
+
"fields": {
|
|
1963
|
+
"rules": {
|
|
1964
|
+
"rule": "repeated",
|
|
1965
|
+
"type": "HttpRule",
|
|
1966
|
+
"id": 1
|
|
1967
|
+
},
|
|
1968
|
+
"fullyDecodeReservedExpansion": {
|
|
1969
|
+
"type": "bool",
|
|
1970
|
+
"id": 2
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
"HttpRule": {
|
|
1975
|
+
"oneofs": {
|
|
1976
|
+
"pattern": {
|
|
1977
|
+
"oneof": [
|
|
1978
|
+
"get",
|
|
1979
|
+
"put",
|
|
1980
|
+
"post",
|
|
1981
|
+
"delete",
|
|
1982
|
+
"patch",
|
|
1983
|
+
"custom"
|
|
1984
|
+
]
|
|
1985
|
+
}
|
|
1986
|
+
},
|
|
1987
|
+
"fields": {
|
|
1988
|
+
"selector": {
|
|
1989
|
+
"type": "string",
|
|
1990
|
+
"id": 1
|
|
1991
|
+
},
|
|
1992
|
+
"get": {
|
|
1993
|
+
"type": "string",
|
|
1994
|
+
"id": 2
|
|
1995
|
+
},
|
|
1996
|
+
"put": {
|
|
1997
|
+
"type": "string",
|
|
1998
|
+
"id": 3
|
|
1999
|
+
},
|
|
2000
|
+
"post": {
|
|
2001
|
+
"type": "string",
|
|
2002
|
+
"id": 4
|
|
2003
|
+
},
|
|
2004
|
+
"delete": {
|
|
2005
|
+
"type": "string",
|
|
2006
|
+
"id": 5
|
|
2007
|
+
},
|
|
2008
|
+
"patch": {
|
|
2009
|
+
"type": "string",
|
|
2010
|
+
"id": 6
|
|
2011
|
+
},
|
|
2012
|
+
"custom": {
|
|
2013
|
+
"type": "CustomHttpPattern",
|
|
2014
|
+
"id": 8
|
|
2015
|
+
},
|
|
2016
|
+
"body": {
|
|
2017
|
+
"type": "string",
|
|
2018
|
+
"id": 7
|
|
2019
|
+
},
|
|
2020
|
+
"responseBody": {
|
|
2021
|
+
"type": "string",
|
|
2022
|
+
"id": 12
|
|
2023
|
+
},
|
|
2024
|
+
"additionalBindings": {
|
|
2025
|
+
"rule": "repeated",
|
|
2026
|
+
"type": "HttpRule",
|
|
2027
|
+
"id": 11
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
2031
|
+
"CustomHttpPattern": {
|
|
2032
|
+
"fields": {
|
|
2033
|
+
"kind": {
|
|
2034
|
+
"type": "string",
|
|
2035
|
+
"id": 1
|
|
2036
|
+
},
|
|
2037
|
+
"path": {
|
|
2038
|
+
"type": "string",
|
|
2039
|
+
"id": 2
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
"methodSignature": {
|
|
2044
|
+
"rule": "repeated",
|
|
2045
|
+
"type": "string",
|
|
2046
|
+
"id": 1051,
|
|
965
2047
|
"extend": "google.protobuf.MethodOptions"
|
|
966
2048
|
},
|
|
967
2049
|
"defaultHost": {
|
|
@@ -974,6 +2056,11 @@
|
|
|
974
2056
|
"id": 1050,
|
|
975
2057
|
"extend": "google.protobuf.ServiceOptions"
|
|
976
2058
|
},
|
|
2059
|
+
"apiVersion": {
|
|
2060
|
+
"type": "string",
|
|
2061
|
+
"id": 525000001,
|
|
2062
|
+
"extend": "google.protobuf.ServiceOptions"
|
|
2063
|
+
},
|
|
977
2064
|
"CommonLanguageSettings": {
|
|
978
2065
|
"fields": {
|
|
979
2066
|
"referenceDocsUri": {
|
|
@@ -987,6 +2074,10 @@
|
|
|
987
2074
|
"rule": "repeated",
|
|
988
2075
|
"type": "ClientLibraryDestination",
|
|
989
2076
|
"id": 2
|
|
2077
|
+
},
|
|
2078
|
+
"selectiveGapicGeneration": {
|
|
2079
|
+
"type": "SelectiveGapicGeneration",
|
|
2080
|
+
"id": 3
|
|
990
2081
|
}
|
|
991
2082
|
}
|
|
992
2083
|
},
|
|
@@ -1082,6 +2173,10 @@
|
|
|
1082
2173
|
"protoReferenceDocumentationUri": {
|
|
1083
2174
|
"type": "string",
|
|
1084
2175
|
"id": 110
|
|
2176
|
+
},
|
|
2177
|
+
"restReferenceDocumentationUri": {
|
|
2178
|
+
"type": "string",
|
|
2179
|
+
"id": 111
|
|
1085
2180
|
}
|
|
1086
2181
|
}
|
|
1087
2182
|
},
|
|
@@ -1123,6 +2218,28 @@
|
|
|
1123
2218
|
"common": {
|
|
1124
2219
|
"type": "CommonLanguageSettings",
|
|
1125
2220
|
"id": 1
|
|
2221
|
+
},
|
|
2222
|
+
"experimentalFeatures": {
|
|
2223
|
+
"type": "ExperimentalFeatures",
|
|
2224
|
+
"id": 2
|
|
2225
|
+
}
|
|
2226
|
+
},
|
|
2227
|
+
"nested": {
|
|
2228
|
+
"ExperimentalFeatures": {
|
|
2229
|
+
"fields": {
|
|
2230
|
+
"restAsyncIoEnabled": {
|
|
2231
|
+
"type": "bool",
|
|
2232
|
+
"id": 1
|
|
2233
|
+
},
|
|
2234
|
+
"protobufPythonicTypesEnabled": {
|
|
2235
|
+
"type": "bool",
|
|
2236
|
+
"id": 2
|
|
2237
|
+
},
|
|
2238
|
+
"unversionedPackageDisabled": {
|
|
2239
|
+
"type": "bool",
|
|
2240
|
+
"id": 3
|
|
2241
|
+
}
|
|
2242
|
+
}
|
|
1126
2243
|
}
|
|
1127
2244
|
}
|
|
1128
2245
|
},
|
|
@@ -1180,6 +2297,11 @@
|
|
|
1180
2297
|
"common": {
|
|
1181
2298
|
"type": "CommonLanguageSettings",
|
|
1182
2299
|
"id": 1
|
|
2300
|
+
},
|
|
2301
|
+
"renamedServices": {
|
|
2302
|
+
"keyType": "string",
|
|
2303
|
+
"type": "string",
|
|
2304
|
+
"id": 2
|
|
1183
2305
|
}
|
|
1184
2306
|
}
|
|
1185
2307
|
},
|
|
@@ -1241,6 +2363,19 @@
|
|
|
1241
2363
|
"PACKAGE_MANAGER": 20
|
|
1242
2364
|
}
|
|
1243
2365
|
},
|
|
2366
|
+
"SelectiveGapicGeneration": {
|
|
2367
|
+
"fields": {
|
|
2368
|
+
"methods": {
|
|
2369
|
+
"rule": "repeated",
|
|
2370
|
+
"type": "string",
|
|
2371
|
+
"id": 1
|
|
2372
|
+
},
|
|
2373
|
+
"generateOmittedAsInternal": {
|
|
2374
|
+
"type": "bool",
|
|
2375
|
+
"id": 2
|
|
2376
|
+
}
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
1244
2379
|
"LaunchStage": {
|
|
1245
2380
|
"values": {
|
|
1246
2381
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
|
@@ -1257,7 +2392,10 @@
|
|
|
1257
2392
|
"rule": "repeated",
|
|
1258
2393
|
"type": "google.api.FieldBehavior",
|
|
1259
2394
|
"id": 1052,
|
|
1260
|
-
"extend": "google.protobuf.FieldOptions"
|
|
2395
|
+
"extend": "google.protobuf.FieldOptions",
|
|
2396
|
+
"options": {
|
|
2397
|
+
"packed": false
|
|
2398
|
+
}
|
|
1261
2399
|
},
|
|
1262
2400
|
"FieldBehavior": {
|
|
1263
2401
|
"values": {
|
|
@@ -1282,6 +2420,11 @@
|
|
|
1282
2420
|
"format": {
|
|
1283
2421
|
"type": "Format",
|
|
1284
2422
|
"id": 1
|
|
2423
|
+
},
|
|
2424
|
+
"referencedTypes": {
|
|
2425
|
+
"rule": "repeated",
|
|
2426
|
+
"type": "TypeReference",
|
|
2427
|
+
"id": 2
|
|
1285
2428
|
}
|
|
1286
2429
|
},
|
|
1287
2430
|
"nested": {
|
|
@@ -1296,6 +2439,14 @@
|
|
|
1296
2439
|
}
|
|
1297
2440
|
}
|
|
1298
2441
|
},
|
|
2442
|
+
"TypeReference": {
|
|
2443
|
+
"fields": {
|
|
2444
|
+
"typeName": {
|
|
2445
|
+
"type": "string",
|
|
2446
|
+
"id": 1
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
},
|
|
1299
2450
|
"resourceReference": {
|
|
1300
2451
|
"type": "google.api.ResourceReference",
|
|
1301
2452
|
"id": 1055,
|
|
@@ -1398,93 +2549,6 @@
|
|
|
1398
2549
|
"id": 2
|
|
1399
2550
|
}
|
|
1400
2551
|
}
|
|
1401
|
-
},
|
|
1402
|
-
"http": {
|
|
1403
|
-
"type": "HttpRule",
|
|
1404
|
-
"id": 72295728,
|
|
1405
|
-
"extend": "google.protobuf.MethodOptions"
|
|
1406
|
-
},
|
|
1407
|
-
"Http": {
|
|
1408
|
-
"fields": {
|
|
1409
|
-
"rules": {
|
|
1410
|
-
"rule": "repeated",
|
|
1411
|
-
"type": "HttpRule",
|
|
1412
|
-
"id": 1
|
|
1413
|
-
},
|
|
1414
|
-
"fullyDecodeReservedExpansion": {
|
|
1415
|
-
"type": "bool",
|
|
1416
|
-
"id": 2
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
},
|
|
1420
|
-
"HttpRule": {
|
|
1421
|
-
"oneofs": {
|
|
1422
|
-
"pattern": {
|
|
1423
|
-
"oneof": [
|
|
1424
|
-
"get",
|
|
1425
|
-
"put",
|
|
1426
|
-
"post",
|
|
1427
|
-
"delete",
|
|
1428
|
-
"patch",
|
|
1429
|
-
"custom"
|
|
1430
|
-
]
|
|
1431
|
-
}
|
|
1432
|
-
},
|
|
1433
|
-
"fields": {
|
|
1434
|
-
"selector": {
|
|
1435
|
-
"type": "string",
|
|
1436
|
-
"id": 1
|
|
1437
|
-
},
|
|
1438
|
-
"get": {
|
|
1439
|
-
"type": "string",
|
|
1440
|
-
"id": 2
|
|
1441
|
-
},
|
|
1442
|
-
"put": {
|
|
1443
|
-
"type": "string",
|
|
1444
|
-
"id": 3
|
|
1445
|
-
},
|
|
1446
|
-
"post": {
|
|
1447
|
-
"type": "string",
|
|
1448
|
-
"id": 4
|
|
1449
|
-
},
|
|
1450
|
-
"delete": {
|
|
1451
|
-
"type": "string",
|
|
1452
|
-
"id": 5
|
|
1453
|
-
},
|
|
1454
|
-
"patch": {
|
|
1455
|
-
"type": "string",
|
|
1456
|
-
"id": 6
|
|
1457
|
-
},
|
|
1458
|
-
"custom": {
|
|
1459
|
-
"type": "CustomHttpPattern",
|
|
1460
|
-
"id": 8
|
|
1461
|
-
},
|
|
1462
|
-
"body": {
|
|
1463
|
-
"type": "string",
|
|
1464
|
-
"id": 7
|
|
1465
|
-
},
|
|
1466
|
-
"responseBody": {
|
|
1467
|
-
"type": "string",
|
|
1468
|
-
"id": 12
|
|
1469
|
-
},
|
|
1470
|
-
"additionalBindings": {
|
|
1471
|
-
"rule": "repeated",
|
|
1472
|
-
"type": "HttpRule",
|
|
1473
|
-
"id": 11
|
|
1474
|
-
}
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1477
|
-
"CustomHttpPattern": {
|
|
1478
|
-
"fields": {
|
|
1479
|
-
"kind": {
|
|
1480
|
-
"type": "string",
|
|
1481
|
-
"id": 1
|
|
1482
|
-
},
|
|
1483
|
-
"path": {
|
|
1484
|
-
"type": "string",
|
|
1485
|
-
"id": 2
|
|
1486
|
-
}
|
|
1487
|
-
}
|
|
1488
2552
|
}
|
|
1489
2553
|
}
|
|
1490
2554
|
},
|
|
@@ -1500,17 +2564,26 @@
|
|
|
1500
2564
|
},
|
|
1501
2565
|
"nested": {
|
|
1502
2566
|
"FileDescriptorSet": {
|
|
2567
|
+
"edition": "proto2",
|
|
1503
2568
|
"fields": {
|
|
1504
2569
|
"file": {
|
|
1505
2570
|
"rule": "repeated",
|
|
1506
2571
|
"type": "FileDescriptorProto",
|
|
1507
2572
|
"id": 1
|
|
1508
2573
|
}
|
|
1509
|
-
}
|
|
2574
|
+
},
|
|
2575
|
+
"extensions": [
|
|
2576
|
+
[
|
|
2577
|
+
536000000,
|
|
2578
|
+
536000000
|
|
2579
|
+
]
|
|
2580
|
+
]
|
|
1510
2581
|
},
|
|
1511
2582
|
"Edition": {
|
|
2583
|
+
"edition": "proto2",
|
|
1512
2584
|
"values": {
|
|
1513
2585
|
"EDITION_UNKNOWN": 0,
|
|
2586
|
+
"EDITION_LEGACY": 900,
|
|
1514
2587
|
"EDITION_PROTO2": 998,
|
|
1515
2588
|
"EDITION_PROTO3": 999,
|
|
1516
2589
|
"EDITION_2023": 1000,
|
|
@@ -1524,6 +2597,7 @@
|
|
|
1524
2597
|
}
|
|
1525
2598
|
},
|
|
1526
2599
|
"FileDescriptorProto": {
|
|
2600
|
+
"edition": "proto2",
|
|
1527
2601
|
"fields": {
|
|
1528
2602
|
"name": {
|
|
1529
2603
|
"type": "string",
|
|
@@ -1541,18 +2615,17 @@
|
|
|
1541
2615
|
"publicDependency": {
|
|
1542
2616
|
"rule": "repeated",
|
|
1543
2617
|
"type": "int32",
|
|
1544
|
-
"id": 10
|
|
1545
|
-
"options": {
|
|
1546
|
-
"packed": false
|
|
1547
|
-
}
|
|
2618
|
+
"id": 10
|
|
1548
2619
|
},
|
|
1549
2620
|
"weakDependency": {
|
|
1550
2621
|
"rule": "repeated",
|
|
1551
2622
|
"type": "int32",
|
|
1552
|
-
"id": 11
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
2623
|
+
"id": 11
|
|
2624
|
+
},
|
|
2625
|
+
"optionDependency": {
|
|
2626
|
+
"rule": "repeated",
|
|
2627
|
+
"type": "string",
|
|
2628
|
+
"id": 15
|
|
1556
2629
|
},
|
|
1557
2630
|
"messageType": {
|
|
1558
2631
|
"rule": "repeated",
|
|
@@ -1593,6 +2666,7 @@
|
|
|
1593
2666
|
}
|
|
1594
2667
|
},
|
|
1595
2668
|
"DescriptorProto": {
|
|
2669
|
+
"edition": "proto2",
|
|
1596
2670
|
"fields": {
|
|
1597
2671
|
"name": {
|
|
1598
2672
|
"type": "string",
|
|
@@ -1641,6 +2715,10 @@
|
|
|
1641
2715
|
"rule": "repeated",
|
|
1642
2716
|
"type": "string",
|
|
1643
2717
|
"id": 10
|
|
2718
|
+
},
|
|
2719
|
+
"visibility": {
|
|
2720
|
+
"type": "SymbolVisibility",
|
|
2721
|
+
"id": 11
|
|
1644
2722
|
}
|
|
1645
2723
|
},
|
|
1646
2724
|
"nested": {
|
|
@@ -1675,6 +2753,7 @@
|
|
|
1675
2753
|
}
|
|
1676
2754
|
},
|
|
1677
2755
|
"ExtensionRangeOptions": {
|
|
2756
|
+
"edition": "proto2",
|
|
1678
2757
|
"fields": {
|
|
1679
2758
|
"uninterpretedOption": {
|
|
1680
2759
|
"rule": "repeated",
|
|
@@ -1748,6 +2827,7 @@
|
|
|
1748
2827
|
}
|
|
1749
2828
|
},
|
|
1750
2829
|
"FieldDescriptorProto": {
|
|
2830
|
+
"edition": "proto2",
|
|
1751
2831
|
"fields": {
|
|
1752
2832
|
"name": {
|
|
1753
2833
|
"type": "string",
|
|
@@ -1827,6 +2907,7 @@
|
|
|
1827
2907
|
}
|
|
1828
2908
|
},
|
|
1829
2909
|
"OneofDescriptorProto": {
|
|
2910
|
+
"edition": "proto2",
|
|
1830
2911
|
"fields": {
|
|
1831
2912
|
"name": {
|
|
1832
2913
|
"type": "string",
|
|
@@ -1839,6 +2920,7 @@
|
|
|
1839
2920
|
}
|
|
1840
2921
|
},
|
|
1841
2922
|
"EnumDescriptorProto": {
|
|
2923
|
+
"edition": "proto2",
|
|
1842
2924
|
"fields": {
|
|
1843
2925
|
"name": {
|
|
1844
2926
|
"type": "string",
|
|
@@ -1862,6 +2944,10 @@
|
|
|
1862
2944
|
"rule": "repeated",
|
|
1863
2945
|
"type": "string",
|
|
1864
2946
|
"id": 5
|
|
2947
|
+
},
|
|
2948
|
+
"visibility": {
|
|
2949
|
+
"type": "SymbolVisibility",
|
|
2950
|
+
"id": 6
|
|
1865
2951
|
}
|
|
1866
2952
|
},
|
|
1867
2953
|
"nested": {
|
|
@@ -1880,6 +2966,7 @@
|
|
|
1880
2966
|
}
|
|
1881
2967
|
},
|
|
1882
2968
|
"EnumValueDescriptorProto": {
|
|
2969
|
+
"edition": "proto2",
|
|
1883
2970
|
"fields": {
|
|
1884
2971
|
"name": {
|
|
1885
2972
|
"type": "string",
|
|
@@ -1896,6 +2983,7 @@
|
|
|
1896
2983
|
}
|
|
1897
2984
|
},
|
|
1898
2985
|
"ServiceDescriptorProto": {
|
|
2986
|
+
"edition": "proto2",
|
|
1899
2987
|
"fields": {
|
|
1900
2988
|
"name": {
|
|
1901
2989
|
"type": "string",
|
|
@@ -1913,6 +3001,7 @@
|
|
|
1913
3001
|
}
|
|
1914
3002
|
},
|
|
1915
3003
|
"MethodDescriptorProto": {
|
|
3004
|
+
"edition": "proto2",
|
|
1916
3005
|
"fields": {
|
|
1917
3006
|
"name": {
|
|
1918
3007
|
"type": "string",
|
|
@@ -1947,6 +3036,7 @@
|
|
|
1947
3036
|
}
|
|
1948
3037
|
},
|
|
1949
3038
|
"FileOptions": {
|
|
3039
|
+
"edition": "proto2",
|
|
1950
3040
|
"fields": {
|
|
1951
3041
|
"javaPackage": {
|
|
1952
3042
|
"type": "string",
|
|
@@ -2072,6 +3162,7 @@
|
|
|
2072
3162
|
42,
|
|
2073
3163
|
42
|
|
2074
3164
|
],
|
|
3165
|
+
"php_generic_services",
|
|
2075
3166
|
[
|
|
2076
3167
|
38,
|
|
2077
3168
|
38
|
|
@@ -2088,6 +3179,7 @@
|
|
|
2088
3179
|
}
|
|
2089
3180
|
},
|
|
2090
3181
|
"MessageOptions": {
|
|
3182
|
+
"edition": "proto2",
|
|
2091
3183
|
"fields": {
|
|
2092
3184
|
"messageSetWireFormat": {
|
|
2093
3185
|
"type": "bool",
|
|
@@ -2161,6 +3253,7 @@
|
|
|
2161
3253
|
]
|
|
2162
3254
|
},
|
|
2163
3255
|
"FieldOptions": {
|
|
3256
|
+
"edition": "proto2",
|
|
2164
3257
|
"fields": {
|
|
2165
3258
|
"ctype": {
|
|
2166
3259
|
"type": "CType",
|
|
@@ -2205,7 +3298,8 @@
|
|
|
2205
3298
|
"type": "bool",
|
|
2206
3299
|
"id": 10,
|
|
2207
3300
|
"options": {
|
|
2208
|
-
"default": false
|
|
3301
|
+
"default": false,
|
|
3302
|
+
"deprecated": true
|
|
2209
3303
|
}
|
|
2210
3304
|
},
|
|
2211
3305
|
"debugRedact": {
|
|
@@ -2222,10 +3316,7 @@
|
|
|
2222
3316
|
"targets": {
|
|
2223
3317
|
"rule": "repeated",
|
|
2224
3318
|
"type": "OptionTargetType",
|
|
2225
|
-
"id": 19
|
|
2226
|
-
"options": {
|
|
2227
|
-
"packed": false
|
|
2228
|
-
}
|
|
3319
|
+
"id": 19
|
|
2229
3320
|
},
|
|
2230
3321
|
"editionDefaults": {
|
|
2231
3322
|
"rule": "repeated",
|
|
@@ -2236,6 +3327,10 @@
|
|
|
2236
3327
|
"type": "FeatureSet",
|
|
2237
3328
|
"id": 21
|
|
2238
3329
|
},
|
|
3330
|
+
"featureSupport": {
|
|
3331
|
+
"type": "FeatureSupport",
|
|
3332
|
+
"id": 22
|
|
3333
|
+
},
|
|
2239
3334
|
"uninterpretedOption": {
|
|
2240
3335
|
"rule": "repeated",
|
|
2241
3336
|
"type": "UninterpretedOption",
|
|
@@ -2305,10 +3400,31 @@
|
|
|
2305
3400
|
"id": 2
|
|
2306
3401
|
}
|
|
2307
3402
|
}
|
|
3403
|
+
},
|
|
3404
|
+
"FeatureSupport": {
|
|
3405
|
+
"fields": {
|
|
3406
|
+
"editionIntroduced": {
|
|
3407
|
+
"type": "Edition",
|
|
3408
|
+
"id": 1
|
|
3409
|
+
},
|
|
3410
|
+
"editionDeprecated": {
|
|
3411
|
+
"type": "Edition",
|
|
3412
|
+
"id": 2
|
|
3413
|
+
},
|
|
3414
|
+
"deprecationWarning": {
|
|
3415
|
+
"type": "string",
|
|
3416
|
+
"id": 3
|
|
3417
|
+
},
|
|
3418
|
+
"editionRemoved": {
|
|
3419
|
+
"type": "Edition",
|
|
3420
|
+
"id": 4
|
|
3421
|
+
}
|
|
3422
|
+
}
|
|
2308
3423
|
}
|
|
2309
3424
|
}
|
|
2310
3425
|
},
|
|
2311
3426
|
"OneofOptions": {
|
|
3427
|
+
"edition": "proto2",
|
|
2312
3428
|
"fields": {
|
|
2313
3429
|
"features": {
|
|
2314
3430
|
"type": "FeatureSet",
|
|
@@ -2328,6 +3444,7 @@
|
|
|
2328
3444
|
]
|
|
2329
3445
|
},
|
|
2330
3446
|
"EnumOptions": {
|
|
3447
|
+
"edition": "proto2",
|
|
2331
3448
|
"fields": {
|
|
2332
3449
|
"allowAlias": {
|
|
2333
3450
|
"type": "bool",
|
|
@@ -2371,6 +3488,7 @@
|
|
|
2371
3488
|
]
|
|
2372
3489
|
},
|
|
2373
3490
|
"EnumValueOptions": {
|
|
3491
|
+
"edition": "proto2",
|
|
2374
3492
|
"fields": {
|
|
2375
3493
|
"deprecated": {
|
|
2376
3494
|
"type": "bool",
|
|
@@ -2390,6 +3508,10 @@
|
|
|
2390
3508
|
"default": false
|
|
2391
3509
|
}
|
|
2392
3510
|
},
|
|
3511
|
+
"featureSupport": {
|
|
3512
|
+
"type": "FieldOptions.FeatureSupport",
|
|
3513
|
+
"id": 4
|
|
3514
|
+
},
|
|
2393
3515
|
"uninterpretedOption": {
|
|
2394
3516
|
"rule": "repeated",
|
|
2395
3517
|
"type": "UninterpretedOption",
|
|
@@ -2404,6 +3526,7 @@
|
|
|
2404
3526
|
]
|
|
2405
3527
|
},
|
|
2406
3528
|
"ServiceOptions": {
|
|
3529
|
+
"edition": "proto2",
|
|
2407
3530
|
"fields": {
|
|
2408
3531
|
"features": {
|
|
2409
3532
|
"type": "FeatureSet",
|
|
@@ -2430,6 +3553,7 @@
|
|
|
2430
3553
|
]
|
|
2431
3554
|
},
|
|
2432
3555
|
"MethodOptions": {
|
|
3556
|
+
"edition": "proto2",
|
|
2433
3557
|
"fields": {
|
|
2434
3558
|
"deprecated": {
|
|
2435
3559
|
"type": "bool",
|
|
@@ -2472,6 +3596,7 @@
|
|
|
2472
3596
|
}
|
|
2473
3597
|
},
|
|
2474
3598
|
"UninterpretedOption": {
|
|
3599
|
+
"edition": "proto2",
|
|
2475
3600
|
"fields": {
|
|
2476
3601
|
"name": {
|
|
2477
3602
|
"rule": "repeated",
|
|
@@ -2521,6 +3646,7 @@
|
|
|
2521
3646
|
}
|
|
2522
3647
|
},
|
|
2523
3648
|
"FeatureSet": {
|
|
3649
|
+
"edition": "proto2",
|
|
2524
3650
|
"fields": {
|
|
2525
3651
|
"fieldPresence": {
|
|
2526
3652
|
"type": "FieldPresence",
|
|
@@ -2528,6 +3654,7 @@
|
|
|
2528
3654
|
"options": {
|
|
2529
3655
|
"retention": "RETENTION_RUNTIME",
|
|
2530
3656
|
"targets": "TARGET_TYPE_FILE",
|
|
3657
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2531
3658
|
"edition_defaults.edition": "EDITION_2023",
|
|
2532
3659
|
"edition_defaults.value": "EXPLICIT"
|
|
2533
3660
|
}
|
|
@@ -2538,6 +3665,7 @@
|
|
|
2538
3665
|
"options": {
|
|
2539
3666
|
"retention": "RETENTION_RUNTIME",
|
|
2540
3667
|
"targets": "TARGET_TYPE_FILE",
|
|
3668
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2541
3669
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
2542
3670
|
"edition_defaults.value": "OPEN"
|
|
2543
3671
|
}
|
|
@@ -2548,6 +3676,7 @@
|
|
|
2548
3676
|
"options": {
|
|
2549
3677
|
"retention": "RETENTION_RUNTIME",
|
|
2550
3678
|
"targets": "TARGET_TYPE_FILE",
|
|
3679
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2551
3680
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
2552
3681
|
"edition_defaults.value": "PACKED"
|
|
2553
3682
|
}
|
|
@@ -2558,6 +3687,7 @@
|
|
|
2558
3687
|
"options": {
|
|
2559
3688
|
"retention": "RETENTION_RUNTIME",
|
|
2560
3689
|
"targets": "TARGET_TYPE_FILE",
|
|
3690
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2561
3691
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
2562
3692
|
"edition_defaults.value": "VERIFY"
|
|
2563
3693
|
}
|
|
@@ -2568,7 +3698,8 @@
|
|
|
2568
3698
|
"options": {
|
|
2569
3699
|
"retention": "RETENTION_RUNTIME",
|
|
2570
3700
|
"targets": "TARGET_TYPE_FILE",
|
|
2571
|
-
"
|
|
3701
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3702
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
2572
3703
|
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
2573
3704
|
}
|
|
2574
3705
|
},
|
|
@@ -2578,23 +3709,46 @@
|
|
|
2578
3709
|
"options": {
|
|
2579
3710
|
"retention": "RETENTION_RUNTIME",
|
|
2580
3711
|
"targets": "TARGET_TYPE_FILE",
|
|
3712
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2581
3713
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
2582
3714
|
"edition_defaults.value": "ALLOW"
|
|
2583
3715
|
}
|
|
3716
|
+
},
|
|
3717
|
+
"enforceNamingStyle": {
|
|
3718
|
+
"type": "EnforceNamingStyle",
|
|
3719
|
+
"id": 7,
|
|
3720
|
+
"options": {
|
|
3721
|
+
"retention": "RETENTION_SOURCE",
|
|
3722
|
+
"targets": "TARGET_TYPE_METHOD",
|
|
3723
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
3724
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
3725
|
+
"edition_defaults.value": "STYLE2024"
|
|
3726
|
+
}
|
|
3727
|
+
},
|
|
3728
|
+
"defaultSymbolVisibility": {
|
|
3729
|
+
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
3730
|
+
"id": 8,
|
|
3731
|
+
"options": {
|
|
3732
|
+
"retention": "RETENTION_SOURCE",
|
|
3733
|
+
"targets": "TARGET_TYPE_FILE",
|
|
3734
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
3735
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
3736
|
+
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
3737
|
+
}
|
|
2584
3738
|
}
|
|
2585
3739
|
},
|
|
2586
3740
|
"extensions": [
|
|
2587
3741
|
[
|
|
2588
3742
|
1000,
|
|
2589
|
-
|
|
2590
|
-
],
|
|
2591
|
-
[
|
|
2592
|
-
1001,
|
|
2593
|
-
1001
|
|
3743
|
+
9994
|
|
2594
3744
|
],
|
|
2595
3745
|
[
|
|
2596
3746
|
9995,
|
|
2597
3747
|
9999
|
|
3748
|
+
],
|
|
3749
|
+
[
|
|
3750
|
+
10000,
|
|
3751
|
+
10000
|
|
2598
3752
|
]
|
|
2599
3753
|
],
|
|
2600
3754
|
"reserved": [
|
|
@@ -2631,7 +3785,13 @@
|
|
|
2631
3785
|
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
2632
3786
|
"VERIFY": 2,
|
|
2633
3787
|
"NONE": 3
|
|
2634
|
-
}
|
|
3788
|
+
},
|
|
3789
|
+
"reserved": [
|
|
3790
|
+
[
|
|
3791
|
+
1,
|
|
3792
|
+
1
|
|
3793
|
+
]
|
|
3794
|
+
]
|
|
2635
3795
|
},
|
|
2636
3796
|
"MessageEncoding": {
|
|
2637
3797
|
"values": {
|
|
@@ -2646,10 +3806,38 @@
|
|
|
2646
3806
|
"ALLOW": 1,
|
|
2647
3807
|
"LEGACY_BEST_EFFORT": 2
|
|
2648
3808
|
}
|
|
3809
|
+
},
|
|
3810
|
+
"EnforceNamingStyle": {
|
|
3811
|
+
"values": {
|
|
3812
|
+
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
3813
|
+
"STYLE2024": 1,
|
|
3814
|
+
"STYLE_LEGACY": 2
|
|
3815
|
+
}
|
|
3816
|
+
},
|
|
3817
|
+
"VisibilityFeature": {
|
|
3818
|
+
"fields": {},
|
|
3819
|
+
"reserved": [
|
|
3820
|
+
[
|
|
3821
|
+
1,
|
|
3822
|
+
536870911
|
|
3823
|
+
]
|
|
3824
|
+
],
|
|
3825
|
+
"nested": {
|
|
3826
|
+
"DefaultSymbolVisibility": {
|
|
3827
|
+
"values": {
|
|
3828
|
+
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
3829
|
+
"EXPORT_ALL": 1,
|
|
3830
|
+
"EXPORT_TOP_LEVEL": 2,
|
|
3831
|
+
"LOCAL_ALL": 3,
|
|
3832
|
+
"STRICT": 4
|
|
3833
|
+
}
|
|
3834
|
+
}
|
|
3835
|
+
}
|
|
2649
3836
|
}
|
|
2650
3837
|
}
|
|
2651
3838
|
},
|
|
2652
3839
|
"FeatureSetDefaults": {
|
|
3840
|
+
"edition": "proto2",
|
|
2653
3841
|
"fields": {
|
|
2654
3842
|
"defaults": {
|
|
2655
3843
|
"rule": "repeated",
|
|
@@ -2672,15 +3860,31 @@
|
|
|
2672
3860
|
"type": "Edition",
|
|
2673
3861
|
"id": 3
|
|
2674
3862
|
},
|
|
2675
|
-
"
|
|
3863
|
+
"overridableFeatures": {
|
|
2676
3864
|
"type": "FeatureSet",
|
|
2677
|
-
"id":
|
|
3865
|
+
"id": 4
|
|
3866
|
+
},
|
|
3867
|
+
"fixedFeatures": {
|
|
3868
|
+
"type": "FeatureSet",
|
|
3869
|
+
"id": 5
|
|
2678
3870
|
}
|
|
2679
|
-
}
|
|
3871
|
+
},
|
|
3872
|
+
"reserved": [
|
|
3873
|
+
[
|
|
3874
|
+
1,
|
|
3875
|
+
1
|
|
3876
|
+
],
|
|
3877
|
+
[
|
|
3878
|
+
2,
|
|
3879
|
+
2
|
|
3880
|
+
],
|
|
3881
|
+
"features"
|
|
3882
|
+
]
|
|
2680
3883
|
}
|
|
2681
3884
|
}
|
|
2682
3885
|
},
|
|
2683
3886
|
"SourceCodeInfo": {
|
|
3887
|
+
"edition": "proto2",
|
|
2684
3888
|
"fields": {
|
|
2685
3889
|
"location": {
|
|
2686
3890
|
"rule": "repeated",
|
|
@@ -2688,18 +3892,30 @@
|
|
|
2688
3892
|
"id": 1
|
|
2689
3893
|
}
|
|
2690
3894
|
},
|
|
3895
|
+
"extensions": [
|
|
3896
|
+
[
|
|
3897
|
+
536000000,
|
|
3898
|
+
536000000
|
|
3899
|
+
]
|
|
3900
|
+
],
|
|
2691
3901
|
"nested": {
|
|
2692
3902
|
"Location": {
|
|
2693
3903
|
"fields": {
|
|
2694
3904
|
"path": {
|
|
2695
3905
|
"rule": "repeated",
|
|
2696
3906
|
"type": "int32",
|
|
2697
|
-
"id": 1
|
|
3907
|
+
"id": 1,
|
|
3908
|
+
"options": {
|
|
3909
|
+
"packed": true
|
|
3910
|
+
}
|
|
2698
3911
|
},
|
|
2699
3912
|
"span": {
|
|
2700
3913
|
"rule": "repeated",
|
|
2701
3914
|
"type": "int32",
|
|
2702
|
-
"id": 2
|
|
3915
|
+
"id": 2,
|
|
3916
|
+
"options": {
|
|
3917
|
+
"packed": true
|
|
3918
|
+
}
|
|
2703
3919
|
},
|
|
2704
3920
|
"leadingComments": {
|
|
2705
3921
|
"type": "string",
|
|
@@ -2719,6 +3935,7 @@
|
|
|
2719
3935
|
}
|
|
2720
3936
|
},
|
|
2721
3937
|
"GeneratedCodeInfo": {
|
|
3938
|
+
"edition": "proto2",
|
|
2722
3939
|
"fields": {
|
|
2723
3940
|
"annotation": {
|
|
2724
3941
|
"rule": "repeated",
|
|
@@ -2732,7 +3949,10 @@
|
|
|
2732
3949
|
"path": {
|
|
2733
3950
|
"rule": "repeated",
|
|
2734
3951
|
"type": "int32",
|
|
2735
|
-
"id": 1
|
|
3952
|
+
"id": 1,
|
|
3953
|
+
"options": {
|
|
3954
|
+
"packed": true
|
|
3955
|
+
}
|
|
2736
3956
|
},
|
|
2737
3957
|
"sourceFile": {
|
|
2738
3958
|
"type": "string",
|
|
@@ -2763,6 +3983,14 @@
|
|
|
2763
3983
|
}
|
|
2764
3984
|
}
|
|
2765
3985
|
},
|
|
3986
|
+
"SymbolVisibility": {
|
|
3987
|
+
"edition": "proto2",
|
|
3988
|
+
"values": {
|
|
3989
|
+
"VISIBILITY_UNSET": 0,
|
|
3990
|
+
"VISIBILITY_LOCAL": 1,
|
|
3991
|
+
"VISIBILITY_EXPORT": 2
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
2766
3994
|
"Duration": {
|
|
2767
3995
|
"fields": {
|
|
2768
3996
|
"seconds": {
|
|
@@ -2775,6 +4003,15 @@
|
|
|
2775
4003
|
}
|
|
2776
4004
|
}
|
|
2777
4005
|
},
|
|
4006
|
+
"FieldMask": {
|
|
4007
|
+
"fields": {
|
|
4008
|
+
"paths": {
|
|
4009
|
+
"rule": "repeated",
|
|
4010
|
+
"type": "string",
|
|
4011
|
+
"id": 1
|
|
4012
|
+
}
|
|
4013
|
+
}
|
|
4014
|
+
},
|
|
2778
4015
|
"Any": {
|
|
2779
4016
|
"fields": {
|
|
2780
4017
|
"type_url": {
|
|
@@ -2804,6 +4041,332 @@
|
|
|
2804
4041
|
}
|
|
2805
4042
|
}
|
|
2806
4043
|
},
|
|
4044
|
+
"iam": {
|
|
4045
|
+
"nested": {
|
|
4046
|
+
"v1": {
|
|
4047
|
+
"options": {
|
|
4048
|
+
"csharp_namespace": "Google.Cloud.Iam.V1",
|
|
4049
|
+
"go_package": "cloud.google.com/go/iam/apiv1/iampb;iampb",
|
|
4050
|
+
"java_multiple_files": true,
|
|
4051
|
+
"java_outer_classname": "PolicyProto",
|
|
4052
|
+
"java_package": "com.google.iam.v1",
|
|
4053
|
+
"php_namespace": "Google\\Cloud\\Iam\\V1",
|
|
4054
|
+
"cc_enable_arenas": true
|
|
4055
|
+
},
|
|
4056
|
+
"nested": {
|
|
4057
|
+
"IAMPolicy": {
|
|
4058
|
+
"options": {
|
|
4059
|
+
"(google.api.default_host)": "iam-meta-api.googleapis.com"
|
|
4060
|
+
},
|
|
4061
|
+
"methods": {
|
|
4062
|
+
"SetIamPolicy": {
|
|
4063
|
+
"requestType": "SetIamPolicyRequest",
|
|
4064
|
+
"responseType": "Policy",
|
|
4065
|
+
"options": {
|
|
4066
|
+
"(google.api.http).post": "/v1/{resource=**}:setIamPolicy",
|
|
4067
|
+
"(google.api.http).body": "*"
|
|
4068
|
+
},
|
|
4069
|
+
"parsedOptions": [
|
|
4070
|
+
{
|
|
4071
|
+
"(google.api.http)": {
|
|
4072
|
+
"post": "/v1/{resource=**}:setIamPolicy",
|
|
4073
|
+
"body": "*"
|
|
4074
|
+
}
|
|
4075
|
+
}
|
|
4076
|
+
]
|
|
4077
|
+
},
|
|
4078
|
+
"GetIamPolicy": {
|
|
4079
|
+
"requestType": "GetIamPolicyRequest",
|
|
4080
|
+
"responseType": "Policy",
|
|
4081
|
+
"options": {
|
|
4082
|
+
"(google.api.http).post": "/v1/{resource=**}:getIamPolicy",
|
|
4083
|
+
"(google.api.http).body": "*"
|
|
4084
|
+
},
|
|
4085
|
+
"parsedOptions": [
|
|
4086
|
+
{
|
|
4087
|
+
"(google.api.http)": {
|
|
4088
|
+
"post": "/v1/{resource=**}:getIamPolicy",
|
|
4089
|
+
"body": "*"
|
|
4090
|
+
}
|
|
4091
|
+
}
|
|
4092
|
+
]
|
|
4093
|
+
},
|
|
4094
|
+
"TestIamPermissions": {
|
|
4095
|
+
"requestType": "TestIamPermissionsRequest",
|
|
4096
|
+
"responseType": "TestIamPermissionsResponse",
|
|
4097
|
+
"options": {
|
|
4098
|
+
"(google.api.http).post": "/v1/{resource=**}:testIamPermissions",
|
|
4099
|
+
"(google.api.http).body": "*"
|
|
4100
|
+
},
|
|
4101
|
+
"parsedOptions": [
|
|
4102
|
+
{
|
|
4103
|
+
"(google.api.http)": {
|
|
4104
|
+
"post": "/v1/{resource=**}:testIamPermissions",
|
|
4105
|
+
"body": "*"
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
]
|
|
4109
|
+
}
|
|
4110
|
+
}
|
|
4111
|
+
},
|
|
4112
|
+
"SetIamPolicyRequest": {
|
|
4113
|
+
"fields": {
|
|
4114
|
+
"resource": {
|
|
4115
|
+
"type": "string",
|
|
4116
|
+
"id": 1,
|
|
4117
|
+
"options": {
|
|
4118
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
4119
|
+
"(google.api.resource_reference).type": "*"
|
|
4120
|
+
}
|
|
4121
|
+
},
|
|
4122
|
+
"policy": {
|
|
4123
|
+
"type": "Policy",
|
|
4124
|
+
"id": 2,
|
|
4125
|
+
"options": {
|
|
4126
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
4127
|
+
}
|
|
4128
|
+
},
|
|
4129
|
+
"updateMask": {
|
|
4130
|
+
"type": "google.protobuf.FieldMask",
|
|
4131
|
+
"id": 3
|
|
4132
|
+
}
|
|
4133
|
+
}
|
|
4134
|
+
},
|
|
4135
|
+
"GetIamPolicyRequest": {
|
|
4136
|
+
"fields": {
|
|
4137
|
+
"resource": {
|
|
4138
|
+
"type": "string",
|
|
4139
|
+
"id": 1,
|
|
4140
|
+
"options": {
|
|
4141
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
4142
|
+
"(google.api.resource_reference).type": "*"
|
|
4143
|
+
}
|
|
4144
|
+
},
|
|
4145
|
+
"options": {
|
|
4146
|
+
"type": "GetPolicyOptions",
|
|
4147
|
+
"id": 2
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
4150
|
+
},
|
|
4151
|
+
"TestIamPermissionsRequest": {
|
|
4152
|
+
"fields": {
|
|
4153
|
+
"resource": {
|
|
4154
|
+
"type": "string",
|
|
4155
|
+
"id": 1,
|
|
4156
|
+
"options": {
|
|
4157
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
4158
|
+
"(google.api.resource_reference).type": "*"
|
|
4159
|
+
}
|
|
4160
|
+
},
|
|
4161
|
+
"permissions": {
|
|
4162
|
+
"rule": "repeated",
|
|
4163
|
+
"type": "string",
|
|
4164
|
+
"id": 2,
|
|
4165
|
+
"options": {
|
|
4166
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
4167
|
+
}
|
|
4168
|
+
}
|
|
4169
|
+
}
|
|
4170
|
+
},
|
|
4171
|
+
"TestIamPermissionsResponse": {
|
|
4172
|
+
"fields": {
|
|
4173
|
+
"permissions": {
|
|
4174
|
+
"rule": "repeated",
|
|
4175
|
+
"type": "string",
|
|
4176
|
+
"id": 1
|
|
4177
|
+
}
|
|
4178
|
+
}
|
|
4179
|
+
},
|
|
4180
|
+
"GetPolicyOptions": {
|
|
4181
|
+
"fields": {
|
|
4182
|
+
"requestedPolicyVersion": {
|
|
4183
|
+
"type": "int32",
|
|
4184
|
+
"id": 1
|
|
4185
|
+
}
|
|
4186
|
+
}
|
|
4187
|
+
},
|
|
4188
|
+
"Policy": {
|
|
4189
|
+
"fields": {
|
|
4190
|
+
"version": {
|
|
4191
|
+
"type": "int32",
|
|
4192
|
+
"id": 1
|
|
4193
|
+
},
|
|
4194
|
+
"bindings": {
|
|
4195
|
+
"rule": "repeated",
|
|
4196
|
+
"type": "Binding",
|
|
4197
|
+
"id": 4
|
|
4198
|
+
},
|
|
4199
|
+
"auditConfigs": {
|
|
4200
|
+
"rule": "repeated",
|
|
4201
|
+
"type": "AuditConfig",
|
|
4202
|
+
"id": 6
|
|
4203
|
+
},
|
|
4204
|
+
"etag": {
|
|
4205
|
+
"type": "bytes",
|
|
4206
|
+
"id": 3
|
|
4207
|
+
}
|
|
4208
|
+
}
|
|
4209
|
+
},
|
|
4210
|
+
"Binding": {
|
|
4211
|
+
"fields": {
|
|
4212
|
+
"role": {
|
|
4213
|
+
"type": "string",
|
|
4214
|
+
"id": 1
|
|
4215
|
+
},
|
|
4216
|
+
"members": {
|
|
4217
|
+
"rule": "repeated",
|
|
4218
|
+
"type": "string",
|
|
4219
|
+
"id": 2
|
|
4220
|
+
},
|
|
4221
|
+
"condition": {
|
|
4222
|
+
"type": "google.type.Expr",
|
|
4223
|
+
"id": 3
|
|
4224
|
+
}
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
"AuditConfig": {
|
|
4228
|
+
"fields": {
|
|
4229
|
+
"service": {
|
|
4230
|
+
"type": "string",
|
|
4231
|
+
"id": 1
|
|
4232
|
+
},
|
|
4233
|
+
"auditLogConfigs": {
|
|
4234
|
+
"rule": "repeated",
|
|
4235
|
+
"type": "AuditLogConfig",
|
|
4236
|
+
"id": 3
|
|
4237
|
+
}
|
|
4238
|
+
}
|
|
4239
|
+
},
|
|
4240
|
+
"AuditLogConfig": {
|
|
4241
|
+
"fields": {
|
|
4242
|
+
"logType": {
|
|
4243
|
+
"type": "LogType",
|
|
4244
|
+
"id": 1
|
|
4245
|
+
},
|
|
4246
|
+
"exemptedMembers": {
|
|
4247
|
+
"rule": "repeated",
|
|
4248
|
+
"type": "string",
|
|
4249
|
+
"id": 2
|
|
4250
|
+
}
|
|
4251
|
+
},
|
|
4252
|
+
"nested": {
|
|
4253
|
+
"LogType": {
|
|
4254
|
+
"values": {
|
|
4255
|
+
"LOG_TYPE_UNSPECIFIED": 0,
|
|
4256
|
+
"ADMIN_READ": 1,
|
|
4257
|
+
"DATA_WRITE": 2,
|
|
4258
|
+
"DATA_READ": 3
|
|
4259
|
+
}
|
|
4260
|
+
}
|
|
4261
|
+
}
|
|
4262
|
+
},
|
|
4263
|
+
"PolicyDelta": {
|
|
4264
|
+
"fields": {
|
|
4265
|
+
"bindingDeltas": {
|
|
4266
|
+
"rule": "repeated",
|
|
4267
|
+
"type": "BindingDelta",
|
|
4268
|
+
"id": 1
|
|
4269
|
+
},
|
|
4270
|
+
"auditConfigDeltas": {
|
|
4271
|
+
"rule": "repeated",
|
|
4272
|
+
"type": "AuditConfigDelta",
|
|
4273
|
+
"id": 2
|
|
4274
|
+
}
|
|
4275
|
+
}
|
|
4276
|
+
},
|
|
4277
|
+
"BindingDelta": {
|
|
4278
|
+
"fields": {
|
|
4279
|
+
"action": {
|
|
4280
|
+
"type": "Action",
|
|
4281
|
+
"id": 1
|
|
4282
|
+
},
|
|
4283
|
+
"role": {
|
|
4284
|
+
"type": "string",
|
|
4285
|
+
"id": 2
|
|
4286
|
+
},
|
|
4287
|
+
"member": {
|
|
4288
|
+
"type": "string",
|
|
4289
|
+
"id": 3
|
|
4290
|
+
},
|
|
4291
|
+
"condition": {
|
|
4292
|
+
"type": "google.type.Expr",
|
|
4293
|
+
"id": 4
|
|
4294
|
+
}
|
|
4295
|
+
},
|
|
4296
|
+
"nested": {
|
|
4297
|
+
"Action": {
|
|
4298
|
+
"values": {
|
|
4299
|
+
"ACTION_UNSPECIFIED": 0,
|
|
4300
|
+
"ADD": 1,
|
|
4301
|
+
"REMOVE": 2
|
|
4302
|
+
}
|
|
4303
|
+
}
|
|
4304
|
+
}
|
|
4305
|
+
},
|
|
4306
|
+
"AuditConfigDelta": {
|
|
4307
|
+
"fields": {
|
|
4308
|
+
"action": {
|
|
4309
|
+
"type": "Action",
|
|
4310
|
+
"id": 1
|
|
4311
|
+
},
|
|
4312
|
+
"service": {
|
|
4313
|
+
"type": "string",
|
|
4314
|
+
"id": 2
|
|
4315
|
+
},
|
|
4316
|
+
"exemptedMember": {
|
|
4317
|
+
"type": "string",
|
|
4318
|
+
"id": 3
|
|
4319
|
+
},
|
|
4320
|
+
"logType": {
|
|
4321
|
+
"type": "string",
|
|
4322
|
+
"id": 4
|
|
4323
|
+
}
|
|
4324
|
+
},
|
|
4325
|
+
"nested": {
|
|
4326
|
+
"Action": {
|
|
4327
|
+
"values": {
|
|
4328
|
+
"ACTION_UNSPECIFIED": 0,
|
|
4329
|
+
"ADD": 1,
|
|
4330
|
+
"REMOVE": 2
|
|
4331
|
+
}
|
|
4332
|
+
}
|
|
4333
|
+
}
|
|
4334
|
+
}
|
|
4335
|
+
}
|
|
4336
|
+
}
|
|
4337
|
+
}
|
|
4338
|
+
},
|
|
4339
|
+
"type": {
|
|
4340
|
+
"options": {
|
|
4341
|
+
"go_package": "google.golang.org/genproto/googleapis/type/expr;expr",
|
|
4342
|
+
"java_multiple_files": true,
|
|
4343
|
+
"java_outer_classname": "ExprProto",
|
|
4344
|
+
"java_package": "com.google.type",
|
|
4345
|
+
"objc_class_prefix": "GTP"
|
|
4346
|
+
},
|
|
4347
|
+
"nested": {
|
|
4348
|
+
"Expr": {
|
|
4349
|
+
"fields": {
|
|
4350
|
+
"expression": {
|
|
4351
|
+
"type": "string",
|
|
4352
|
+
"id": 1
|
|
4353
|
+
},
|
|
4354
|
+
"title": {
|
|
4355
|
+
"type": "string",
|
|
4356
|
+
"id": 2
|
|
4357
|
+
},
|
|
4358
|
+
"description": {
|
|
4359
|
+
"type": "string",
|
|
4360
|
+
"id": 3
|
|
4361
|
+
},
|
|
4362
|
+
"location": {
|
|
4363
|
+
"type": "string",
|
|
4364
|
+
"id": 4
|
|
4365
|
+
}
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
2807
4370
|
"longrunning": {
|
|
2808
4371
|
"options": {
|
|
2809
4372
|
"cc_enable_arenas": true,
|
|
@@ -2812,6 +4375,7 @@
|
|
|
2812
4375
|
"java_multiple_files": true,
|
|
2813
4376
|
"java_outer_classname": "OperationsProto",
|
|
2814
4377
|
"java_package": "com.google.longrunning",
|
|
4378
|
+
"objc_class_prefix": "GLRUN",
|
|
2815
4379
|
"php_namespace": "Google\\LongRunning"
|
|
2816
4380
|
},
|
|
2817
4381
|
"nested": {
|