@google-cloud/storage-control 0.5.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 +3 -0
- package/build/protos/google/storage/control/v2/storage_control.proto +59 -0
- package/build/protos/protos.d.ts +2306 -109
- package/build/protos/protos.js +5926 -242
- package/build/protos/protos.json +630 -31
- package/build/src/v2/gapic_metadata.json +30 -0
- package/build/src/v2/storage_control_client.d.ts +105 -0
- package/build/src/v2/storage_control_client.js +176 -1
- package/build/src/v2/storage_control_client.js.map +1 -1
- package/build/src/v2/storage_control_client_config.json +15 -0
- package/package.json +1 -1
package/build/protos/protos.json
CHANGED
|
@@ -536,6 +536,94 @@
|
|
|
536
536
|
"(google.api.method_signature)": "intelligence_config,update_mask"
|
|
537
537
|
}
|
|
538
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
|
+
]
|
|
539
627
|
}
|
|
540
628
|
}
|
|
541
629
|
},
|
|
@@ -1862,8 +1950,7 @@
|
|
|
1862
1950
|
"java_multiple_files": true,
|
|
1863
1951
|
"java_outer_classname": "RoutingProto",
|
|
1864
1952
|
"java_package": "com.google.api",
|
|
1865
|
-
"objc_class_prefix": "GAPI"
|
|
1866
|
-
"cc_enable_arenas": true
|
|
1953
|
+
"objc_class_prefix": "GAPI"
|
|
1867
1954
|
},
|
|
1868
1955
|
"nested": {
|
|
1869
1956
|
"http": {
|
|
@@ -1987,6 +2074,10 @@
|
|
|
1987
2074
|
"rule": "repeated",
|
|
1988
2075
|
"type": "ClientLibraryDestination",
|
|
1989
2076
|
"id": 2
|
|
2077
|
+
},
|
|
2078
|
+
"selectiveGapicGeneration": {
|
|
2079
|
+
"type": "SelectiveGapicGeneration",
|
|
2080
|
+
"id": 3
|
|
1990
2081
|
}
|
|
1991
2082
|
}
|
|
1992
2083
|
},
|
|
@@ -2127,6 +2218,28 @@
|
|
|
2127
2218
|
"common": {
|
|
2128
2219
|
"type": "CommonLanguageSettings",
|
|
2129
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
|
+
}
|
|
2130
2243
|
}
|
|
2131
2244
|
}
|
|
2132
2245
|
},
|
|
@@ -2184,6 +2297,11 @@
|
|
|
2184
2297
|
"common": {
|
|
2185
2298
|
"type": "CommonLanguageSettings",
|
|
2186
2299
|
"id": 1
|
|
2300
|
+
},
|
|
2301
|
+
"renamedServices": {
|
|
2302
|
+
"keyType": "string",
|
|
2303
|
+
"type": "string",
|
|
2304
|
+
"id": 2
|
|
2187
2305
|
}
|
|
2188
2306
|
}
|
|
2189
2307
|
},
|
|
@@ -2245,6 +2363,19 @@
|
|
|
2245
2363
|
"PACKAGE_MANAGER": 20
|
|
2246
2364
|
}
|
|
2247
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
|
+
},
|
|
2248
2379
|
"LaunchStage": {
|
|
2249
2380
|
"values": {
|
|
2250
2381
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
|
@@ -2289,6 +2420,11 @@
|
|
|
2289
2420
|
"format": {
|
|
2290
2421
|
"type": "Format",
|
|
2291
2422
|
"id": 1
|
|
2423
|
+
},
|
|
2424
|
+
"referencedTypes": {
|
|
2425
|
+
"rule": "repeated",
|
|
2426
|
+
"type": "TypeReference",
|
|
2427
|
+
"id": 2
|
|
2292
2428
|
}
|
|
2293
2429
|
},
|
|
2294
2430
|
"nested": {
|
|
@@ -2303,6 +2439,14 @@
|
|
|
2303
2439
|
}
|
|
2304
2440
|
}
|
|
2305
2441
|
},
|
|
2442
|
+
"TypeReference": {
|
|
2443
|
+
"fields": {
|
|
2444
|
+
"typeName": {
|
|
2445
|
+
"type": "string",
|
|
2446
|
+
"id": 1
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
},
|
|
2306
2450
|
"resourceReference": {
|
|
2307
2451
|
"type": "google.api.ResourceReference",
|
|
2308
2452
|
"id": 1055,
|
|
@@ -2427,12 +2571,19 @@
|
|
|
2427
2571
|
"type": "FileDescriptorProto",
|
|
2428
2572
|
"id": 1
|
|
2429
2573
|
}
|
|
2430
|
-
}
|
|
2574
|
+
},
|
|
2575
|
+
"extensions": [
|
|
2576
|
+
[
|
|
2577
|
+
536000000,
|
|
2578
|
+
536000000
|
|
2579
|
+
]
|
|
2580
|
+
]
|
|
2431
2581
|
},
|
|
2432
2582
|
"Edition": {
|
|
2433
2583
|
"edition": "proto2",
|
|
2434
2584
|
"values": {
|
|
2435
2585
|
"EDITION_UNKNOWN": 0,
|
|
2586
|
+
"EDITION_LEGACY": 900,
|
|
2436
2587
|
"EDITION_PROTO2": 998,
|
|
2437
2588
|
"EDITION_PROTO3": 999,
|
|
2438
2589
|
"EDITION_2023": 1000,
|
|
@@ -2471,6 +2622,11 @@
|
|
|
2471
2622
|
"type": "int32",
|
|
2472
2623
|
"id": 11
|
|
2473
2624
|
},
|
|
2625
|
+
"optionDependency": {
|
|
2626
|
+
"rule": "repeated",
|
|
2627
|
+
"type": "string",
|
|
2628
|
+
"id": 15
|
|
2629
|
+
},
|
|
2474
2630
|
"messageType": {
|
|
2475
2631
|
"rule": "repeated",
|
|
2476
2632
|
"type": "DescriptorProto",
|
|
@@ -2559,6 +2715,10 @@
|
|
|
2559
2715
|
"rule": "repeated",
|
|
2560
2716
|
"type": "string",
|
|
2561
2717
|
"id": 10
|
|
2718
|
+
},
|
|
2719
|
+
"visibility": {
|
|
2720
|
+
"type": "SymbolVisibility",
|
|
2721
|
+
"id": 11
|
|
2562
2722
|
}
|
|
2563
2723
|
},
|
|
2564
2724
|
"nested": {
|
|
@@ -2784,6 +2944,10 @@
|
|
|
2784
2944
|
"rule": "repeated",
|
|
2785
2945
|
"type": "string",
|
|
2786
2946
|
"id": 5
|
|
2947
|
+
},
|
|
2948
|
+
"visibility": {
|
|
2949
|
+
"type": "SymbolVisibility",
|
|
2950
|
+
"id": 6
|
|
2787
2951
|
}
|
|
2788
2952
|
},
|
|
2789
2953
|
"nested": {
|
|
@@ -2998,6 +3162,7 @@
|
|
|
2998
3162
|
42,
|
|
2999
3163
|
42
|
|
3000
3164
|
],
|
|
3165
|
+
"php_generic_services",
|
|
3001
3166
|
[
|
|
3002
3167
|
38,
|
|
3003
3168
|
38
|
|
@@ -3133,7 +3298,8 @@
|
|
|
3133
3298
|
"type": "bool",
|
|
3134
3299
|
"id": 10,
|
|
3135
3300
|
"options": {
|
|
3136
|
-
"default": false
|
|
3301
|
+
"default": false,
|
|
3302
|
+
"deprecated": true
|
|
3137
3303
|
}
|
|
3138
3304
|
},
|
|
3139
3305
|
"debugRedact": {
|
|
@@ -3161,6 +3327,10 @@
|
|
|
3161
3327
|
"type": "FeatureSet",
|
|
3162
3328
|
"id": 21
|
|
3163
3329
|
},
|
|
3330
|
+
"featureSupport": {
|
|
3331
|
+
"type": "FeatureSupport",
|
|
3332
|
+
"id": 22
|
|
3333
|
+
},
|
|
3164
3334
|
"uninterpretedOption": {
|
|
3165
3335
|
"rule": "repeated",
|
|
3166
3336
|
"type": "UninterpretedOption",
|
|
@@ -3230,6 +3400,26 @@
|
|
|
3230
3400
|
"id": 2
|
|
3231
3401
|
}
|
|
3232
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
|
+
}
|
|
3233
3423
|
}
|
|
3234
3424
|
}
|
|
3235
3425
|
},
|
|
@@ -3318,6 +3508,10 @@
|
|
|
3318
3508
|
"default": false
|
|
3319
3509
|
}
|
|
3320
3510
|
},
|
|
3511
|
+
"featureSupport": {
|
|
3512
|
+
"type": "FieldOptions.FeatureSupport",
|
|
3513
|
+
"id": 4
|
|
3514
|
+
},
|
|
3321
3515
|
"uninterpretedOption": {
|
|
3322
3516
|
"rule": "repeated",
|
|
3323
3517
|
"type": "UninterpretedOption",
|
|
@@ -3460,6 +3654,7 @@
|
|
|
3460
3654
|
"options": {
|
|
3461
3655
|
"retention": "RETENTION_RUNTIME",
|
|
3462
3656
|
"targets": "TARGET_TYPE_FILE",
|
|
3657
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3463
3658
|
"edition_defaults.edition": "EDITION_2023",
|
|
3464
3659
|
"edition_defaults.value": "EXPLICIT"
|
|
3465
3660
|
}
|
|
@@ -3470,6 +3665,7 @@
|
|
|
3470
3665
|
"options": {
|
|
3471
3666
|
"retention": "RETENTION_RUNTIME",
|
|
3472
3667
|
"targets": "TARGET_TYPE_FILE",
|
|
3668
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3473
3669
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3474
3670
|
"edition_defaults.value": "OPEN"
|
|
3475
3671
|
}
|
|
@@ -3480,6 +3676,7 @@
|
|
|
3480
3676
|
"options": {
|
|
3481
3677
|
"retention": "RETENTION_RUNTIME",
|
|
3482
3678
|
"targets": "TARGET_TYPE_FILE",
|
|
3679
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3483
3680
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3484
3681
|
"edition_defaults.value": "PACKED"
|
|
3485
3682
|
}
|
|
@@ -3490,6 +3687,7 @@
|
|
|
3490
3687
|
"options": {
|
|
3491
3688
|
"retention": "RETENTION_RUNTIME",
|
|
3492
3689
|
"targets": "TARGET_TYPE_FILE",
|
|
3690
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3493
3691
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3494
3692
|
"edition_defaults.value": "VERIFY"
|
|
3495
3693
|
}
|
|
@@ -3500,7 +3698,8 @@
|
|
|
3500
3698
|
"options": {
|
|
3501
3699
|
"retention": "RETENTION_RUNTIME",
|
|
3502
3700
|
"targets": "TARGET_TYPE_FILE",
|
|
3503
|
-
"
|
|
3701
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3702
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
3504
3703
|
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
3505
3704
|
}
|
|
3506
3705
|
},
|
|
@@ -3510,27 +3709,38 @@
|
|
|
3510
3709
|
"options": {
|
|
3511
3710
|
"retention": "RETENTION_RUNTIME",
|
|
3512
3711
|
"targets": "TARGET_TYPE_FILE",
|
|
3712
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3513
3713
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3514
3714
|
"edition_defaults.value": "ALLOW"
|
|
3515
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
|
+
}
|
|
3516
3738
|
}
|
|
3517
3739
|
},
|
|
3518
3740
|
"extensions": [
|
|
3519
3741
|
[
|
|
3520
3742
|
1000,
|
|
3521
|
-
|
|
3522
|
-
],
|
|
3523
|
-
[
|
|
3524
|
-
1001,
|
|
3525
|
-
1001
|
|
3526
|
-
],
|
|
3527
|
-
[
|
|
3528
|
-
1002,
|
|
3529
|
-
1002
|
|
3530
|
-
],
|
|
3531
|
-
[
|
|
3532
|
-
9990,
|
|
3533
|
-
9990
|
|
3743
|
+
9994
|
|
3534
3744
|
],
|
|
3535
3745
|
[
|
|
3536
3746
|
9995,
|
|
@@ -3575,7 +3785,13 @@
|
|
|
3575
3785
|
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
3576
3786
|
"VERIFY": 2,
|
|
3577
3787
|
"NONE": 3
|
|
3578
|
-
}
|
|
3788
|
+
},
|
|
3789
|
+
"reserved": [
|
|
3790
|
+
[
|
|
3791
|
+
1,
|
|
3792
|
+
1
|
|
3793
|
+
]
|
|
3794
|
+
]
|
|
3579
3795
|
},
|
|
3580
3796
|
"MessageEncoding": {
|
|
3581
3797
|
"values": {
|
|
@@ -3590,6 +3806,33 @@
|
|
|
3590
3806
|
"ALLOW": 1,
|
|
3591
3807
|
"LEGACY_BEST_EFFORT": 2
|
|
3592
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
|
+
}
|
|
3593
3836
|
}
|
|
3594
3837
|
}
|
|
3595
3838
|
},
|
|
@@ -3617,11 +3860,26 @@
|
|
|
3617
3860
|
"type": "Edition",
|
|
3618
3861
|
"id": 3
|
|
3619
3862
|
},
|
|
3620
|
-
"
|
|
3863
|
+
"overridableFeatures": {
|
|
3621
3864
|
"type": "FeatureSet",
|
|
3622
|
-
"id":
|
|
3865
|
+
"id": 4
|
|
3866
|
+
},
|
|
3867
|
+
"fixedFeatures": {
|
|
3868
|
+
"type": "FeatureSet",
|
|
3869
|
+
"id": 5
|
|
3623
3870
|
}
|
|
3624
|
-
}
|
|
3871
|
+
},
|
|
3872
|
+
"reserved": [
|
|
3873
|
+
[
|
|
3874
|
+
1,
|
|
3875
|
+
1
|
|
3876
|
+
],
|
|
3877
|
+
[
|
|
3878
|
+
2,
|
|
3879
|
+
2
|
|
3880
|
+
],
|
|
3881
|
+
"features"
|
|
3882
|
+
]
|
|
3625
3883
|
}
|
|
3626
3884
|
}
|
|
3627
3885
|
},
|
|
@@ -3634,6 +3892,12 @@
|
|
|
3634
3892
|
"id": 1
|
|
3635
3893
|
}
|
|
3636
3894
|
},
|
|
3895
|
+
"extensions": [
|
|
3896
|
+
[
|
|
3897
|
+
536000000,
|
|
3898
|
+
536000000
|
|
3899
|
+
]
|
|
3900
|
+
],
|
|
3637
3901
|
"nested": {
|
|
3638
3902
|
"Location": {
|
|
3639
3903
|
"fields": {
|
|
@@ -3719,6 +3983,14 @@
|
|
|
3719
3983
|
}
|
|
3720
3984
|
}
|
|
3721
3985
|
},
|
|
3986
|
+
"SymbolVisibility": {
|
|
3987
|
+
"edition": "proto2",
|
|
3988
|
+
"values": {
|
|
3989
|
+
"VISIBILITY_UNSET": 0,
|
|
3990
|
+
"VISIBILITY_LOCAL": 1,
|
|
3991
|
+
"VISIBILITY_EXPORT": 2
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3722
3994
|
"Duration": {
|
|
3723
3995
|
"fields": {
|
|
3724
3996
|
"seconds": {
|
|
@@ -3731,6 +4003,15 @@
|
|
|
3731
4003
|
}
|
|
3732
4004
|
}
|
|
3733
4005
|
},
|
|
4006
|
+
"FieldMask": {
|
|
4007
|
+
"fields": {
|
|
4008
|
+
"paths": {
|
|
4009
|
+
"rule": "repeated",
|
|
4010
|
+
"type": "string",
|
|
4011
|
+
"id": 1
|
|
4012
|
+
}
|
|
4013
|
+
}
|
|
4014
|
+
},
|
|
3734
4015
|
"Any": {
|
|
3735
4016
|
"fields": {
|
|
3736
4017
|
"type_url": {
|
|
@@ -3746,15 +4027,6 @@
|
|
|
3746
4027
|
"Empty": {
|
|
3747
4028
|
"fields": {}
|
|
3748
4029
|
},
|
|
3749
|
-
"FieldMask": {
|
|
3750
|
-
"fields": {
|
|
3751
|
-
"paths": {
|
|
3752
|
-
"rule": "repeated",
|
|
3753
|
-
"type": "string",
|
|
3754
|
-
"id": 1
|
|
3755
|
-
}
|
|
3756
|
-
}
|
|
3757
|
-
},
|
|
3758
4030
|
"Timestamp": {
|
|
3759
4031
|
"fields": {
|
|
3760
4032
|
"seconds": {
|
|
@@ -3769,6 +4041,332 @@
|
|
|
3769
4041
|
}
|
|
3770
4042
|
}
|
|
3771
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
|
+
},
|
|
3772
4370
|
"longrunning": {
|
|
3773
4371
|
"options": {
|
|
3774
4372
|
"cc_enable_arenas": true,
|
|
@@ -3777,6 +4375,7 @@
|
|
|
3777
4375
|
"java_multiple_files": true,
|
|
3778
4376
|
"java_outer_classname": "OperationsProto",
|
|
3779
4377
|
"java_package": "com.google.longrunning",
|
|
4378
|
+
"objc_class_prefix": "GLRUN",
|
|
3780
4379
|
"php_namespace": "Google\\LongRunning"
|
|
3781
4380
|
},
|
|
3782
4381
|
"nested": {
|