@googleapis/storage 18.0.0 → 20.0.1
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/CHANGELOG.md +29 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1.d.ts +12 -1
- package/build/v1.js.map +1 -1
- package/package.json +1 -1
- package/v1.ts +65 -107
package/v1.ts
CHANGED
|
@@ -530,6 +530,10 @@ export namespace storage_v1 {
|
|
|
530
530
|
* The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
|
|
531
531
|
*/
|
|
532
532
|
nextPageToken?: string | null;
|
|
533
|
+
/**
|
|
534
|
+
* The list of bucket resource names that could not be reached during the listing operation.
|
|
535
|
+
*/
|
|
536
|
+
unreachable?: string[] | null;
|
|
533
537
|
}
|
|
534
538
|
/**
|
|
535
539
|
* The storage layout configuration of a bucket.
|
|
@@ -2511,8 +2515,7 @@ export namespace storage_v1 {
|
|
|
2511
2515
|
}
|
|
2512
2516
|
}
|
|
2513
2517
|
|
|
2514
|
-
export interface Params$Resource$Anywherecaches$Disable
|
|
2515
|
-
extends StandardParameters {
|
|
2518
|
+
export interface Params$Resource$Anywherecaches$Disable extends StandardParameters {
|
|
2516
2519
|
/**
|
|
2517
2520
|
* The ID of requested Anywhere Cache instance.
|
|
2518
2521
|
*/
|
|
@@ -2522,8 +2525,7 @@ export namespace storage_v1 {
|
|
|
2522
2525
|
*/
|
|
2523
2526
|
bucket?: string;
|
|
2524
2527
|
}
|
|
2525
|
-
export interface Params$Resource$Anywherecaches$Get
|
|
2526
|
-
extends StandardParameters {
|
|
2528
|
+
export interface Params$Resource$Anywherecaches$Get extends StandardParameters {
|
|
2527
2529
|
/**
|
|
2528
2530
|
* The ID of requested Anywhere Cache instance.
|
|
2529
2531
|
*/
|
|
@@ -2533,8 +2535,7 @@ export namespace storage_v1 {
|
|
|
2533
2535
|
*/
|
|
2534
2536
|
bucket?: string;
|
|
2535
2537
|
}
|
|
2536
|
-
export interface Params$Resource$Anywherecaches$Insert
|
|
2537
|
-
extends StandardParameters {
|
|
2538
|
+
export interface Params$Resource$Anywherecaches$Insert extends StandardParameters {
|
|
2538
2539
|
/**
|
|
2539
2540
|
* Name of the parent bucket.
|
|
2540
2541
|
*/
|
|
@@ -2545,8 +2546,7 @@ export namespace storage_v1 {
|
|
|
2545
2546
|
*/
|
|
2546
2547
|
requestBody?: Schema$AnywhereCache;
|
|
2547
2548
|
}
|
|
2548
|
-
export interface Params$Resource$Anywherecaches$List
|
|
2549
|
-
extends StandardParameters {
|
|
2549
|
+
export interface Params$Resource$Anywherecaches$List extends StandardParameters {
|
|
2550
2550
|
/**
|
|
2551
2551
|
* Name of the parent bucket.
|
|
2552
2552
|
*/
|
|
@@ -2560,8 +2560,7 @@ export namespace storage_v1 {
|
|
|
2560
2560
|
*/
|
|
2561
2561
|
pageToken?: string;
|
|
2562
2562
|
}
|
|
2563
|
-
export interface Params$Resource$Anywherecaches$Pause
|
|
2564
|
-
extends StandardParameters {
|
|
2563
|
+
export interface Params$Resource$Anywherecaches$Pause extends StandardParameters {
|
|
2565
2564
|
/**
|
|
2566
2565
|
* The ID of requested Anywhere Cache instance.
|
|
2567
2566
|
*/
|
|
@@ -2571,8 +2570,7 @@ export namespace storage_v1 {
|
|
|
2571
2570
|
*/
|
|
2572
2571
|
bucket?: string;
|
|
2573
2572
|
}
|
|
2574
|
-
export interface Params$Resource$Anywherecaches$Resume
|
|
2575
|
-
extends StandardParameters {
|
|
2573
|
+
export interface Params$Resource$Anywherecaches$Resume extends StandardParameters {
|
|
2576
2574
|
/**
|
|
2577
2575
|
* The ID of requested Anywhere Cache instance.
|
|
2578
2576
|
*/
|
|
@@ -2582,8 +2580,7 @@ export namespace storage_v1 {
|
|
|
2582
2580
|
*/
|
|
2583
2581
|
bucket?: string;
|
|
2584
2582
|
}
|
|
2585
|
-
export interface Params$Resource$Anywherecaches$Update
|
|
2586
|
-
extends StandardParameters {
|
|
2583
|
+
export interface Params$Resource$Anywherecaches$Update extends StandardParameters {
|
|
2587
2584
|
/**
|
|
2588
2585
|
* The ID of requested Anywhere Cache instance.
|
|
2589
2586
|
*/
|
|
@@ -3556,8 +3553,7 @@ export namespace storage_v1 {
|
|
|
3556
3553
|
}
|
|
3557
3554
|
}
|
|
3558
3555
|
|
|
3559
|
-
export interface Params$Resource$Bucketaccesscontrols$Delete
|
|
3560
|
-
extends StandardParameters {
|
|
3556
|
+
export interface Params$Resource$Bucketaccesscontrols$Delete extends StandardParameters {
|
|
3561
3557
|
/**
|
|
3562
3558
|
* Name of a bucket.
|
|
3563
3559
|
*/
|
|
@@ -3571,8 +3567,7 @@ export namespace storage_v1 {
|
|
|
3571
3567
|
*/
|
|
3572
3568
|
userProject?: string;
|
|
3573
3569
|
}
|
|
3574
|
-
export interface Params$Resource$Bucketaccesscontrols$Get
|
|
3575
|
-
extends StandardParameters {
|
|
3570
|
+
export interface Params$Resource$Bucketaccesscontrols$Get extends StandardParameters {
|
|
3576
3571
|
/**
|
|
3577
3572
|
* Name of a bucket.
|
|
3578
3573
|
*/
|
|
@@ -3586,8 +3581,7 @@ export namespace storage_v1 {
|
|
|
3586
3581
|
*/
|
|
3587
3582
|
userProject?: string;
|
|
3588
3583
|
}
|
|
3589
|
-
export interface Params$Resource$Bucketaccesscontrols$Insert
|
|
3590
|
-
extends StandardParameters {
|
|
3584
|
+
export interface Params$Resource$Bucketaccesscontrols$Insert extends StandardParameters {
|
|
3591
3585
|
/**
|
|
3592
3586
|
* Name of a bucket.
|
|
3593
3587
|
*/
|
|
@@ -3602,8 +3596,7 @@ export namespace storage_v1 {
|
|
|
3602
3596
|
*/
|
|
3603
3597
|
requestBody?: Schema$BucketAccessControl;
|
|
3604
3598
|
}
|
|
3605
|
-
export interface Params$Resource$Bucketaccesscontrols$List
|
|
3606
|
-
extends StandardParameters {
|
|
3599
|
+
export interface Params$Resource$Bucketaccesscontrols$List extends StandardParameters {
|
|
3607
3600
|
/**
|
|
3608
3601
|
* Name of a bucket.
|
|
3609
3602
|
*/
|
|
@@ -3613,8 +3606,7 @@ export namespace storage_v1 {
|
|
|
3613
3606
|
*/
|
|
3614
3607
|
userProject?: string;
|
|
3615
3608
|
}
|
|
3616
|
-
export interface Params$Resource$Bucketaccesscontrols$Patch
|
|
3617
|
-
extends StandardParameters {
|
|
3609
|
+
export interface Params$Resource$Bucketaccesscontrols$Patch extends StandardParameters {
|
|
3618
3610
|
/**
|
|
3619
3611
|
* Name of a bucket.
|
|
3620
3612
|
*/
|
|
@@ -3633,8 +3625,7 @@ export namespace storage_v1 {
|
|
|
3633
3625
|
*/
|
|
3634
3626
|
requestBody?: Schema$BucketAccessControl;
|
|
3635
3627
|
}
|
|
3636
|
-
export interface Params$Resource$Bucketaccesscontrols$Update
|
|
3637
|
-
extends StandardParameters {
|
|
3628
|
+
export interface Params$Resource$Bucketaccesscontrols$Update extends StandardParameters {
|
|
3638
3629
|
/**
|
|
3639
3630
|
* Name of a bucket.
|
|
3640
3631
|
*/
|
|
@@ -4566,6 +4557,8 @@ export namespace storage_v1 {
|
|
|
4566
4557
|
* project: 'placeholder-value',
|
|
4567
4558
|
* // Set of properties to return. Defaults to noAcl.
|
|
4568
4559
|
* projection: 'placeholder-value',
|
|
4560
|
+
* // If true, return a list of bucket resource names for buckets that are in unreachable locations.
|
|
4561
|
+
* returnPartialSuccess: 'placeholder-value',
|
|
4569
4562
|
* // If true, only soft-deleted bucket versions will be returned. The default is false. For more information, see [Soft Delete](https://cloud.google.com/storage/docs/soft-delete).
|
|
4570
4563
|
* softDeleted: 'placeholder-value',
|
|
4571
4564
|
* // The project to be billed for this request.
|
|
@@ -4577,7 +4570,8 @@ export namespace storage_v1 {
|
|
|
4577
4570
|
* // {
|
|
4578
4571
|
* // "items": [],
|
|
4579
4572
|
* // "kind": "my_kind",
|
|
4580
|
-
* // "nextPageToken": "my_nextPageToken"
|
|
4573
|
+
* // "nextPageToken": "my_nextPageToken",
|
|
4574
|
+
* // "unreachable": []
|
|
4581
4575
|
* // }
|
|
4582
4576
|
* }
|
|
4583
4577
|
*
|
|
@@ -6020,8 +6014,7 @@ export namespace storage_v1 {
|
|
|
6020
6014
|
*/
|
|
6021
6015
|
userProject?: string;
|
|
6022
6016
|
}
|
|
6023
|
-
export interface Params$Resource$Buckets$Getiampolicy
|
|
6024
|
-
extends StandardParameters {
|
|
6017
|
+
export interface Params$Resource$Buckets$Getiampolicy extends StandardParameters {
|
|
6025
6018
|
/**
|
|
6026
6019
|
* Name of a bucket.
|
|
6027
6020
|
*/
|
|
@@ -6035,8 +6028,7 @@ export namespace storage_v1 {
|
|
|
6035
6028
|
*/
|
|
6036
6029
|
userProject?: string;
|
|
6037
6030
|
}
|
|
6038
|
-
export interface Params$Resource$Buckets$Getstoragelayout
|
|
6039
|
-
extends StandardParameters {
|
|
6031
|
+
export interface Params$Resource$Buckets$Getstoragelayout extends StandardParameters {
|
|
6040
6032
|
/**
|
|
6041
6033
|
* Name of a bucket.
|
|
6042
6034
|
*/
|
|
@@ -6098,6 +6090,10 @@ export namespace storage_v1 {
|
|
|
6098
6090
|
* Set of properties to return. Defaults to noAcl.
|
|
6099
6091
|
*/
|
|
6100
6092
|
projection?: string;
|
|
6093
|
+
/**
|
|
6094
|
+
* If true, return a list of bucket resource names for buckets that are in unreachable locations.
|
|
6095
|
+
*/
|
|
6096
|
+
returnPartialSuccess?: boolean;
|
|
6101
6097
|
/**
|
|
6102
6098
|
* If true, only soft-deleted bucket versions will be returned. The default is false. For more information, see [Soft Delete](https://cloud.google.com/storage/docs/soft-delete).
|
|
6103
6099
|
*/
|
|
@@ -6107,8 +6103,7 @@ export namespace storage_v1 {
|
|
|
6107
6103
|
*/
|
|
6108
6104
|
userProject?: string;
|
|
6109
6105
|
}
|
|
6110
|
-
export interface Params$Resource$Buckets$Lockretentionpolicy
|
|
6111
|
-
extends StandardParameters {
|
|
6106
|
+
export interface Params$Resource$Buckets$Lockretentionpolicy extends StandardParameters {
|
|
6112
6107
|
/**
|
|
6113
6108
|
* Name of a bucket.
|
|
6114
6109
|
*/
|
|
@@ -6186,8 +6181,7 @@ export namespace storage_v1 {
|
|
|
6186
6181
|
*/
|
|
6187
6182
|
userProject?: string;
|
|
6188
6183
|
}
|
|
6189
|
-
export interface Params$Resource$Buckets$Setiampolicy
|
|
6190
|
-
extends StandardParameters {
|
|
6184
|
+
export interface Params$Resource$Buckets$Setiampolicy extends StandardParameters {
|
|
6191
6185
|
/**
|
|
6192
6186
|
* Name of a bucket.
|
|
6193
6187
|
*/
|
|
@@ -6202,8 +6196,7 @@ export namespace storage_v1 {
|
|
|
6202
6196
|
*/
|
|
6203
6197
|
requestBody?: Schema$Policy;
|
|
6204
6198
|
}
|
|
6205
|
-
export interface Params$Resource$Buckets$Testiampermissions
|
|
6206
|
-
extends StandardParameters {
|
|
6199
|
+
export interface Params$Resource$Buckets$Testiampermissions extends StandardParameters {
|
|
6207
6200
|
/**
|
|
6208
6201
|
* Name of a bucket.
|
|
6209
6202
|
*/
|
|
@@ -7387,8 +7380,7 @@ export namespace storage_v1 {
|
|
|
7387
7380
|
}
|
|
7388
7381
|
}
|
|
7389
7382
|
|
|
7390
|
-
export interface Params$Resource$Defaultobjectaccesscontrols$Delete
|
|
7391
|
-
extends StandardParameters {
|
|
7383
|
+
export interface Params$Resource$Defaultobjectaccesscontrols$Delete extends StandardParameters {
|
|
7392
7384
|
/**
|
|
7393
7385
|
* Name of a bucket.
|
|
7394
7386
|
*/
|
|
@@ -7402,8 +7394,7 @@ export namespace storage_v1 {
|
|
|
7402
7394
|
*/
|
|
7403
7395
|
userProject?: string;
|
|
7404
7396
|
}
|
|
7405
|
-
export interface Params$Resource$Defaultobjectaccesscontrols$Get
|
|
7406
|
-
extends StandardParameters {
|
|
7397
|
+
export interface Params$Resource$Defaultobjectaccesscontrols$Get extends StandardParameters {
|
|
7407
7398
|
/**
|
|
7408
7399
|
* Name of a bucket.
|
|
7409
7400
|
*/
|
|
@@ -7417,8 +7408,7 @@ export namespace storage_v1 {
|
|
|
7417
7408
|
*/
|
|
7418
7409
|
userProject?: string;
|
|
7419
7410
|
}
|
|
7420
|
-
export interface Params$Resource$Defaultobjectaccesscontrols$Insert
|
|
7421
|
-
extends StandardParameters {
|
|
7411
|
+
export interface Params$Resource$Defaultobjectaccesscontrols$Insert extends StandardParameters {
|
|
7422
7412
|
/**
|
|
7423
7413
|
* Name of a bucket.
|
|
7424
7414
|
*/
|
|
@@ -7433,8 +7423,7 @@ export namespace storage_v1 {
|
|
|
7433
7423
|
*/
|
|
7434
7424
|
requestBody?: Schema$ObjectAccessControl;
|
|
7435
7425
|
}
|
|
7436
|
-
export interface Params$Resource$Defaultobjectaccesscontrols$List
|
|
7437
|
-
extends StandardParameters {
|
|
7426
|
+
export interface Params$Resource$Defaultobjectaccesscontrols$List extends StandardParameters {
|
|
7438
7427
|
/**
|
|
7439
7428
|
* Name of a bucket.
|
|
7440
7429
|
*/
|
|
@@ -7452,8 +7441,7 @@ export namespace storage_v1 {
|
|
|
7452
7441
|
*/
|
|
7453
7442
|
userProject?: string;
|
|
7454
7443
|
}
|
|
7455
|
-
export interface Params$Resource$Defaultobjectaccesscontrols$Patch
|
|
7456
|
-
extends StandardParameters {
|
|
7444
|
+
export interface Params$Resource$Defaultobjectaccesscontrols$Patch extends StandardParameters {
|
|
7457
7445
|
/**
|
|
7458
7446
|
* Name of a bucket.
|
|
7459
7447
|
*/
|
|
@@ -7472,8 +7460,7 @@ export namespace storage_v1 {
|
|
|
7472
7460
|
*/
|
|
7473
7461
|
requestBody?: Schema$ObjectAccessControl;
|
|
7474
7462
|
}
|
|
7475
|
-
export interface Params$Resource$Defaultobjectaccesscontrols$Update
|
|
7476
|
-
extends StandardParameters {
|
|
7463
|
+
export interface Params$Resource$Defaultobjectaccesscontrols$Update extends StandardParameters {
|
|
7477
7464
|
/**
|
|
7478
7465
|
* Name of a bucket.
|
|
7479
7466
|
*/
|
|
@@ -9463,8 +9450,7 @@ export namespace storage_v1 {
|
|
|
9463
9450
|
}
|
|
9464
9451
|
}
|
|
9465
9452
|
|
|
9466
|
-
export interface Params$Resource$Managedfolders$Delete
|
|
9467
|
-
extends StandardParameters {
|
|
9453
|
+
export interface Params$Resource$Managedfolders$Delete extends StandardParameters {
|
|
9468
9454
|
/**
|
|
9469
9455
|
* Allows the deletion of a managed folder even if it is not empty. A managed folder is empty if there are no objects or managed folders that it applies to. Callers must have storage.managedFolders.setIamPolicy permission.
|
|
9470
9456
|
*/
|
|
@@ -9486,8 +9472,7 @@ export namespace storage_v1 {
|
|
|
9486
9472
|
*/
|
|
9487
9473
|
managedFolder?: string;
|
|
9488
9474
|
}
|
|
9489
|
-
export interface Params$Resource$Managedfolders$Get
|
|
9490
|
-
extends StandardParameters {
|
|
9475
|
+
export interface Params$Resource$Managedfolders$Get extends StandardParameters {
|
|
9491
9476
|
/**
|
|
9492
9477
|
* Name of the bucket containing the managed folder.
|
|
9493
9478
|
*/
|
|
@@ -9505,8 +9490,7 @@ export namespace storage_v1 {
|
|
|
9505
9490
|
*/
|
|
9506
9491
|
managedFolder?: string;
|
|
9507
9492
|
}
|
|
9508
|
-
export interface Params$Resource$Managedfolders$Getiampolicy
|
|
9509
|
-
extends StandardParameters {
|
|
9493
|
+
export interface Params$Resource$Managedfolders$Getiampolicy extends StandardParameters {
|
|
9510
9494
|
/**
|
|
9511
9495
|
* Name of the bucket containing the managed folder.
|
|
9512
9496
|
*/
|
|
@@ -9524,8 +9508,7 @@ export namespace storage_v1 {
|
|
|
9524
9508
|
*/
|
|
9525
9509
|
userProject?: string;
|
|
9526
9510
|
}
|
|
9527
|
-
export interface Params$Resource$Managedfolders$Insert
|
|
9528
|
-
extends StandardParameters {
|
|
9511
|
+
export interface Params$Resource$Managedfolders$Insert extends StandardParameters {
|
|
9529
9512
|
/**
|
|
9530
9513
|
* Name of the bucket containing the managed folder.
|
|
9531
9514
|
*/
|
|
@@ -9536,8 +9519,7 @@ export namespace storage_v1 {
|
|
|
9536
9519
|
*/
|
|
9537
9520
|
requestBody?: Schema$ManagedFolder;
|
|
9538
9521
|
}
|
|
9539
|
-
export interface Params$Resource$Managedfolders$List
|
|
9540
|
-
extends StandardParameters {
|
|
9522
|
+
export interface Params$Resource$Managedfolders$List extends StandardParameters {
|
|
9541
9523
|
/**
|
|
9542
9524
|
* Name of the bucket containing the managed folder.
|
|
9543
9525
|
*/
|
|
@@ -9555,8 +9537,7 @@ export namespace storage_v1 {
|
|
|
9555
9537
|
*/
|
|
9556
9538
|
prefix?: string;
|
|
9557
9539
|
}
|
|
9558
|
-
export interface Params$Resource$Managedfolders$Setiampolicy
|
|
9559
|
-
extends StandardParameters {
|
|
9540
|
+
export interface Params$Resource$Managedfolders$Setiampolicy extends StandardParameters {
|
|
9560
9541
|
/**
|
|
9561
9542
|
* Name of the bucket containing the managed folder.
|
|
9562
9543
|
*/
|
|
@@ -9575,8 +9556,7 @@ export namespace storage_v1 {
|
|
|
9575
9556
|
*/
|
|
9576
9557
|
requestBody?: Schema$Policy;
|
|
9577
9558
|
}
|
|
9578
|
-
export interface Params$Resource$Managedfolders$Testiampermissions
|
|
9579
|
-
extends StandardParameters {
|
|
9559
|
+
export interface Params$Resource$Managedfolders$Testiampermissions extends StandardParameters {
|
|
9580
9560
|
/**
|
|
9581
9561
|
* Name of the bucket containing the managed folder.
|
|
9582
9562
|
*/
|
|
@@ -10206,8 +10186,7 @@ export namespace storage_v1 {
|
|
|
10206
10186
|
}
|
|
10207
10187
|
}
|
|
10208
10188
|
|
|
10209
|
-
export interface Params$Resource$Notifications$Delete
|
|
10210
|
-
extends StandardParameters {
|
|
10189
|
+
export interface Params$Resource$Notifications$Delete extends StandardParameters {
|
|
10211
10190
|
/**
|
|
10212
10191
|
* The parent bucket of the notification.
|
|
10213
10192
|
*/
|
|
@@ -10221,8 +10200,7 @@ export namespace storage_v1 {
|
|
|
10221
10200
|
*/
|
|
10222
10201
|
userProject?: string;
|
|
10223
10202
|
}
|
|
10224
|
-
export interface Params$Resource$Notifications$Get
|
|
10225
|
-
extends StandardParameters {
|
|
10203
|
+
export interface Params$Resource$Notifications$Get extends StandardParameters {
|
|
10226
10204
|
/**
|
|
10227
10205
|
* The parent bucket of the notification.
|
|
10228
10206
|
*/
|
|
@@ -10236,8 +10214,7 @@ export namespace storage_v1 {
|
|
|
10236
10214
|
*/
|
|
10237
10215
|
userProject?: string;
|
|
10238
10216
|
}
|
|
10239
|
-
export interface Params$Resource$Notifications$Insert
|
|
10240
|
-
extends StandardParameters {
|
|
10217
|
+
export interface Params$Resource$Notifications$Insert extends StandardParameters {
|
|
10241
10218
|
/**
|
|
10242
10219
|
* The parent bucket of the notification.
|
|
10243
10220
|
*/
|
|
@@ -10252,8 +10229,7 @@ export namespace storage_v1 {
|
|
|
10252
10229
|
*/
|
|
10253
10230
|
requestBody?: Schema$Notification;
|
|
10254
10231
|
}
|
|
10255
|
-
export interface Params$Resource$Notifications$List
|
|
10256
|
-
extends StandardParameters {
|
|
10232
|
+
export interface Params$Resource$Notifications$List extends StandardParameters {
|
|
10257
10233
|
/**
|
|
10258
10234
|
* Name of a Google Cloud Storage bucket.
|
|
10259
10235
|
*/
|
|
@@ -11255,8 +11231,7 @@ export namespace storage_v1 {
|
|
|
11255
11231
|
}
|
|
11256
11232
|
}
|
|
11257
11233
|
|
|
11258
|
-
export interface Params$Resource$Objectaccesscontrols$Delete
|
|
11259
|
-
extends StandardParameters {
|
|
11234
|
+
export interface Params$Resource$Objectaccesscontrols$Delete extends StandardParameters {
|
|
11260
11235
|
/**
|
|
11261
11236
|
* Name of a bucket.
|
|
11262
11237
|
*/
|
|
@@ -11278,8 +11253,7 @@ export namespace storage_v1 {
|
|
|
11278
11253
|
*/
|
|
11279
11254
|
userProject?: string;
|
|
11280
11255
|
}
|
|
11281
|
-
export interface Params$Resource$Objectaccesscontrols$Get
|
|
11282
|
-
extends StandardParameters {
|
|
11256
|
+
export interface Params$Resource$Objectaccesscontrols$Get extends StandardParameters {
|
|
11283
11257
|
/**
|
|
11284
11258
|
* Name of a bucket.
|
|
11285
11259
|
*/
|
|
@@ -11301,8 +11275,7 @@ export namespace storage_v1 {
|
|
|
11301
11275
|
*/
|
|
11302
11276
|
userProject?: string;
|
|
11303
11277
|
}
|
|
11304
|
-
export interface Params$Resource$Objectaccesscontrols$Insert
|
|
11305
|
-
extends StandardParameters {
|
|
11278
|
+
export interface Params$Resource$Objectaccesscontrols$Insert extends StandardParameters {
|
|
11306
11279
|
/**
|
|
11307
11280
|
* Name of a bucket.
|
|
11308
11281
|
*/
|
|
@@ -11325,8 +11298,7 @@ export namespace storage_v1 {
|
|
|
11325
11298
|
*/
|
|
11326
11299
|
requestBody?: Schema$ObjectAccessControl;
|
|
11327
11300
|
}
|
|
11328
|
-
export interface Params$Resource$Objectaccesscontrols$List
|
|
11329
|
-
extends StandardParameters {
|
|
11301
|
+
export interface Params$Resource$Objectaccesscontrols$List extends StandardParameters {
|
|
11330
11302
|
/**
|
|
11331
11303
|
* Name of a bucket.
|
|
11332
11304
|
*/
|
|
@@ -11344,8 +11316,7 @@ export namespace storage_v1 {
|
|
|
11344
11316
|
*/
|
|
11345
11317
|
userProject?: string;
|
|
11346
11318
|
}
|
|
11347
|
-
export interface Params$Resource$Objectaccesscontrols$Patch
|
|
11348
|
-
extends StandardParameters {
|
|
11319
|
+
export interface Params$Resource$Objectaccesscontrols$Patch extends StandardParameters {
|
|
11349
11320
|
/**
|
|
11350
11321
|
* Name of a bucket.
|
|
11351
11322
|
*/
|
|
@@ -11372,8 +11343,7 @@ export namespace storage_v1 {
|
|
|
11372
11343
|
*/
|
|
11373
11344
|
requestBody?: Schema$ObjectAccessControl;
|
|
11374
11345
|
}
|
|
11375
|
-
export interface Params$Resource$Objectaccesscontrols$Update
|
|
11376
|
-
extends StandardParameters {
|
|
11346
|
+
export interface Params$Resource$Objectaccesscontrols$Update extends StandardParameters {
|
|
11377
11347
|
/**
|
|
11378
11348
|
* Name of a bucket.
|
|
11379
11349
|
*/
|
|
@@ -14578,8 +14548,7 @@ export namespace storage_v1 {
|
|
|
14578
14548
|
}
|
|
14579
14549
|
}
|
|
14580
14550
|
|
|
14581
|
-
export interface Params$Resource$Objects$Bulkrestore
|
|
14582
|
-
extends StandardParameters {
|
|
14551
|
+
export interface Params$Resource$Objects$Bulkrestore extends StandardParameters {
|
|
14583
14552
|
/**
|
|
14584
14553
|
* Name of the bucket in which the object resides.
|
|
14585
14554
|
*/
|
|
@@ -14780,8 +14749,7 @@ export namespace storage_v1 {
|
|
|
14780
14749
|
*/
|
|
14781
14750
|
userProject?: string;
|
|
14782
14751
|
}
|
|
14783
|
-
export interface Params$Resource$Objects$Getiampolicy
|
|
14784
|
-
extends StandardParameters {
|
|
14752
|
+
export interface Params$Resource$Objects$Getiampolicy extends StandardParameters {
|
|
14785
14753
|
/**
|
|
14786
14754
|
* Name of the bucket in which the object resides.
|
|
14787
14755
|
*/
|
|
@@ -15161,8 +15129,7 @@ export namespace storage_v1 {
|
|
|
15161
15129
|
*/
|
|
15162
15130
|
requestBody?: Schema$Object;
|
|
15163
15131
|
}
|
|
15164
|
-
export interface Params$Resource$Objects$Setiampolicy
|
|
15165
|
-
extends StandardParameters {
|
|
15132
|
+
export interface Params$Resource$Objects$Setiampolicy extends StandardParameters {
|
|
15166
15133
|
/**
|
|
15167
15134
|
* Name of the bucket in which the object resides.
|
|
15168
15135
|
*/
|
|
@@ -15185,8 +15152,7 @@ export namespace storage_v1 {
|
|
|
15185
15152
|
*/
|
|
15186
15153
|
requestBody?: Schema$Policy;
|
|
15187
15154
|
}
|
|
15188
|
-
export interface Params$Resource$Objects$Testiampermissions
|
|
15189
|
-
extends StandardParameters {
|
|
15155
|
+
export interface Params$Resource$Objects$Testiampermissions extends StandardParameters {
|
|
15190
15156
|
/**
|
|
15191
15157
|
* Name of the bucket in which the object resides.
|
|
15192
15158
|
*/
|
|
@@ -15911,8 +15877,7 @@ export namespace storage_v1 {
|
|
|
15911
15877
|
}
|
|
15912
15878
|
}
|
|
15913
15879
|
|
|
15914
|
-
export interface Params$Resource$Operations$Advancerelocatebucket
|
|
15915
|
-
extends StandardParameters {
|
|
15880
|
+
export interface Params$Resource$Operations$Advancerelocatebucket extends StandardParameters {
|
|
15916
15881
|
/**
|
|
15917
15882
|
* Name of the bucket to advance the relocate for.
|
|
15918
15883
|
*/
|
|
@@ -15927,8 +15892,7 @@ export namespace storage_v1 {
|
|
|
15927
15892
|
*/
|
|
15928
15893
|
requestBody?: Schema$AdvanceRelocateBucketOperationRequest;
|
|
15929
15894
|
}
|
|
15930
|
-
export interface Params$Resource$Operations$Cancel
|
|
15931
|
-
extends StandardParameters {
|
|
15895
|
+
export interface Params$Resource$Operations$Cancel extends StandardParameters {
|
|
15932
15896
|
/**
|
|
15933
15897
|
* The parent bucket of the operation resource.
|
|
15934
15898
|
*/
|
|
@@ -16743,8 +16707,7 @@ export namespace storage_v1 {
|
|
|
16743
16707
|
}
|
|
16744
16708
|
}
|
|
16745
16709
|
|
|
16746
|
-
export interface Params$Resource$Projects$Hmackeys$Create
|
|
16747
|
-
extends StandardParameters {
|
|
16710
|
+
export interface Params$Resource$Projects$Hmackeys$Create extends StandardParameters {
|
|
16748
16711
|
/**
|
|
16749
16712
|
* Project ID owning the service account.
|
|
16750
16713
|
*/
|
|
@@ -16758,8 +16721,7 @@ export namespace storage_v1 {
|
|
|
16758
16721
|
*/
|
|
16759
16722
|
userProject?: string;
|
|
16760
16723
|
}
|
|
16761
|
-
export interface Params$Resource$Projects$Hmackeys$Delete
|
|
16762
|
-
extends StandardParameters {
|
|
16724
|
+
export interface Params$Resource$Projects$Hmackeys$Delete extends StandardParameters {
|
|
16763
16725
|
/**
|
|
16764
16726
|
* Name of the HMAC key to be deleted.
|
|
16765
16727
|
*/
|
|
@@ -16773,8 +16735,7 @@ export namespace storage_v1 {
|
|
|
16773
16735
|
*/
|
|
16774
16736
|
userProject?: string;
|
|
16775
16737
|
}
|
|
16776
|
-
export interface Params$Resource$Projects$Hmackeys$Get
|
|
16777
|
-
extends StandardParameters {
|
|
16738
|
+
export interface Params$Resource$Projects$Hmackeys$Get extends StandardParameters {
|
|
16778
16739
|
/**
|
|
16779
16740
|
* Name of the HMAC key.
|
|
16780
16741
|
*/
|
|
@@ -16788,8 +16749,7 @@ export namespace storage_v1 {
|
|
|
16788
16749
|
*/
|
|
16789
16750
|
userProject?: string;
|
|
16790
16751
|
}
|
|
16791
|
-
export interface Params$Resource$Projects$Hmackeys$List
|
|
16792
|
-
extends StandardParameters {
|
|
16752
|
+
export interface Params$Resource$Projects$Hmackeys$List extends StandardParameters {
|
|
16793
16753
|
/**
|
|
16794
16754
|
* Maximum number of items to return in a single page of responses. The service uses this parameter or 250 items, whichever is smaller. The max number of items per page will also be limited by the number of distinct service accounts in the response. If the number of service accounts in a single response is too high, the page will truncated and a next page token will be returned.
|
|
16795
16755
|
*/
|
|
@@ -16815,8 +16775,7 @@ export namespace storage_v1 {
|
|
|
16815
16775
|
*/
|
|
16816
16776
|
userProject?: string;
|
|
16817
16777
|
}
|
|
16818
|
-
export interface Params$Resource$Projects$Hmackeys$Update
|
|
16819
|
-
extends StandardParameters {
|
|
16778
|
+
export interface Params$Resource$Projects$Hmackeys$Update extends StandardParameters {
|
|
16820
16779
|
/**
|
|
16821
16780
|
* Name of the HMAC key being updated.
|
|
16822
16781
|
*/
|
|
@@ -16988,8 +16947,7 @@ export namespace storage_v1 {
|
|
|
16988
16947
|
}
|
|
16989
16948
|
}
|
|
16990
16949
|
|
|
16991
|
-
export interface Params$Resource$Projects$Serviceaccount$Get
|
|
16992
|
-
extends StandardParameters {
|
|
16950
|
+
export interface Params$Resource$Projects$Serviceaccount$Get extends StandardParameters {
|
|
16993
16951
|
/**
|
|
16994
16952
|
* Project ID
|
|
16995
16953
|
*/
|