@googleapis/storage 11.0.0 → 12.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/v1.ts CHANGED
@@ -1317,6 +1317,7 @@ export namespace storage_v1 {
1317
1317
  '/storage/v1/b/{bucket}/anywhereCaches/{anywhereCacheId}/disable'
1318
1318
  ).replace(/([^:]\/)\/+/g, '$1'),
1319
1319
  method: 'POST',
1320
+ apiVersion: '',
1320
1321
  },
1321
1322
  options
1322
1323
  ),
@@ -1404,6 +1405,7 @@ export namespace storage_v1 {
1404
1405
  '/storage/v1/b/{bucket}/anywhereCaches/{anywhereCacheId}'
1405
1406
  ).replace(/([^:]\/)\/+/g, '$1'),
1406
1407
  method: 'GET',
1408
+ apiVersion: '',
1407
1409
  },
1408
1410
  options
1409
1411
  ),
@@ -1498,6 +1500,7 @@ export namespace storage_v1 {
1498
1500
  '$1'
1499
1501
  ),
1500
1502
  method: 'POST',
1503
+ apiVersion: '',
1501
1504
  },
1502
1505
  options
1503
1506
  ),
@@ -1585,6 +1588,7 @@ export namespace storage_v1 {
1585
1588
  '$1'
1586
1589
  ),
1587
1590
  method: 'GET',
1591
+ apiVersion: '',
1588
1592
  },
1589
1593
  options
1590
1594
  ),
@@ -1672,6 +1676,7 @@ export namespace storage_v1 {
1672
1676
  '/storage/v1/b/{bucket}/anywhereCaches/{anywhereCacheId}/pause'
1673
1677
  ).replace(/([^:]\/)\/+/g, '$1'),
1674
1678
  method: 'POST',
1679
+ apiVersion: '',
1675
1680
  },
1676
1681
  options
1677
1682
  ),
@@ -1759,6 +1764,7 @@ export namespace storage_v1 {
1759
1764
  '/storage/v1/b/{bucket}/anywhereCaches/{anywhereCacheId}/resume'
1760
1765
  ).replace(/([^:]\/)\/+/g, '$1'),
1761
1766
  method: 'POST',
1767
+ apiVersion: '',
1762
1768
  },
1763
1769
  options
1764
1770
  ),
@@ -1853,6 +1859,7 @@ export namespace storage_v1 {
1853
1859
  '/storage/v1/b/{bucket}/anywhereCaches/{anywhereCacheId}'
1854
1860
  ).replace(/([^:]\/)\/+/g, '$1'),
1855
1861
  method: 'PATCH',
1862
+ apiVersion: '',
1856
1863
  },
1857
1864
  options
1858
1865
  ),
@@ -2033,6 +2040,7 @@ export namespace storage_v1 {
2033
2040
  '$1'
2034
2041
  ),
2035
2042
  method: 'DELETE',
2043
+ apiVersion: '',
2036
2044
  },
2037
2045
  options
2038
2046
  ),
@@ -2123,6 +2131,7 @@ export namespace storage_v1 {
2123
2131
  '$1'
2124
2132
  ),
2125
2133
  method: 'GET',
2134
+ apiVersion: '',
2126
2135
  },
2127
2136
  options
2128
2137
  ),
@@ -2213,6 +2222,7 @@ export namespace storage_v1 {
2213
2222
  '$1'
2214
2223
  ),
2215
2224
  method: 'POST',
2225
+ apiVersion: '',
2216
2226
  },
2217
2227
  options
2218
2228
  ),
@@ -2305,6 +2315,7 @@ export namespace storage_v1 {
2305
2315
  '$1'
2306
2316
  ),
2307
2317
  method: 'GET',
2318
+ apiVersion: '',
2308
2319
  },
2309
2320
  options
2310
2321
  ),
@@ -2395,6 +2406,7 @@ export namespace storage_v1 {
2395
2406
  '$1'
2396
2407
  ),
2397
2408
  method: 'PATCH',
2409
+ apiVersion: '',
2398
2410
  },
2399
2411
  options
2400
2412
  ),
@@ -2485,6 +2497,7 @@ export namespace storage_v1 {
2485
2497
  '$1'
2486
2498
  ),
2487
2499
  method: 'PUT',
2500
+ apiVersion: '',
2488
2501
  },
2489
2502
  options
2490
2503
  ),
@@ -2674,6 +2687,7 @@ export namespace storage_v1 {
2674
2687
  '$1'
2675
2688
  ),
2676
2689
  method: 'DELETE',
2690
+ apiVersion: '',
2677
2691
  },
2678
2692
  options
2679
2693
  ),
@@ -2760,6 +2774,7 @@ export namespace storage_v1 {
2760
2774
  '$1'
2761
2775
  ),
2762
2776
  method: 'GET',
2777
+ apiVersion: '',
2763
2778
  },
2764
2779
  options
2765
2780
  ),
@@ -2847,6 +2862,7 @@ export namespace storage_v1 {
2847
2862
  '$1'
2848
2863
  ),
2849
2864
  method: 'GET',
2865
+ apiVersion: '',
2850
2866
  },
2851
2867
  options
2852
2868
  ),
@@ -2930,6 +2946,7 @@ export namespace storage_v1 {
2930
2946
  {
2931
2947
  url: (rootUrl + '/storage/v1/b').replace(/([^:]\/)\/+/g, '$1'),
2932
2948
  method: 'POST',
2949
+ apiVersion: '',
2933
2950
  },
2934
2951
  options
2935
2952
  ),
@@ -3013,6 +3030,7 @@ export namespace storage_v1 {
3013
3030
  {
3014
3031
  url: (rootUrl + '/storage/v1/b').replace(/([^:]\/)\/+/g, '$1'),
3015
3032
  method: 'GET',
3033
+ apiVersion: '',
3016
3034
  },
3017
3035
  options
3018
3036
  ),
@@ -3099,6 +3117,7 @@ export namespace storage_v1 {
3099
3117
  rootUrl + '/storage/v1/b/{bucket}/lockRetentionPolicy'
3100
3118
  ).replace(/([^:]\/)\/+/g, '$1'),
3101
3119
  method: 'POST',
3120
+ apiVersion: '',
3102
3121
  },
3103
3122
  options
3104
3123
  ),
@@ -3185,6 +3204,7 @@ export namespace storage_v1 {
3185
3204
  '$1'
3186
3205
  ),
3187
3206
  method: 'PATCH',
3207
+ apiVersion: '',
3188
3208
  },
3189
3209
  options
3190
3210
  ),
@@ -3272,6 +3292,7 @@ export namespace storage_v1 {
3272
3292
  '$1'
3273
3293
  ),
3274
3294
  method: 'PUT',
3295
+ apiVersion: '',
3275
3296
  },
3276
3297
  options
3277
3298
  ),
@@ -3365,6 +3386,7 @@ export namespace storage_v1 {
3365
3386
  rootUrl + '/storage/v1/b/{bucket}/iam/testPermissions'
3366
3387
  ).replace(/([^:]\/)\/+/g, '$1'),
3367
3388
  method: 'GET',
3389
+ apiVersion: '',
3368
3390
  },
3369
3391
  options
3370
3392
  ),
@@ -3451,6 +3473,7 @@ export namespace storage_v1 {
3451
3473
  '$1'
3452
3474
  ),
3453
3475
  method: 'PUT',
3476
+ apiVersion: '',
3454
3477
  },
3455
3478
  options
3456
3479
  ),
@@ -3771,6 +3794,7 @@ export namespace storage_v1 {
3771
3794
  '$1'
3772
3795
  ),
3773
3796
  method: 'POST',
3797
+ apiVersion: '',
3774
3798
  },
3775
3799
  options
3776
3800
  ),
@@ -3869,6 +3893,7 @@ export namespace storage_v1 {
3869
3893
  rootUrl + '/storage/v1/b/{bucket}/defaultObjectAcl/{entity}'
3870
3894
  ).replace(/([^:]\/)\/+/g, '$1'),
3871
3895
  method: 'DELETE',
3896
+ apiVersion: '',
3872
3897
  },
3873
3898
  options
3874
3899
  ),
@@ -3958,6 +3983,7 @@ export namespace storage_v1 {
3958
3983
  rootUrl + '/storage/v1/b/{bucket}/defaultObjectAcl/{entity}'
3959
3984
  ).replace(/([^:]\/)\/+/g, '$1'),
3960
3985
  method: 'GET',
3986
+ apiVersion: '',
3961
3987
  },
3962
3988
  options
3963
3989
  ),
@@ -4048,6 +4074,7 @@ export namespace storage_v1 {
4048
4074
  '$1'
4049
4075
  ),
4050
4076
  method: 'POST',
4077
+ apiVersion: '',
4051
4078
  },
4052
4079
  options
4053
4080
  ),
@@ -4140,6 +4167,7 @@ export namespace storage_v1 {
4140
4167
  '$1'
4141
4168
  ),
4142
4169
  method: 'GET',
4170
+ apiVersion: '',
4143
4171
  },
4144
4172
  options
4145
4173
  ),
@@ -4229,6 +4257,7 @@ export namespace storage_v1 {
4229
4257
  rootUrl + '/storage/v1/b/{bucket}/defaultObjectAcl/{entity}'
4230
4258
  ).replace(/([^:]\/)\/+/g, '$1'),
4231
4259
  method: 'PATCH',
4260
+ apiVersion: '',
4232
4261
  },
4233
4262
  options
4234
4263
  ),
@@ -4318,6 +4347,7 @@ export namespace storage_v1 {
4318
4347
  rootUrl + '/storage/v1/b/{bucket}/defaultObjectAcl/{entity}'
4319
4348
  ).replace(/([^:]\/)\/+/g, '$1'),
4320
4349
  method: 'PUT',
4350
+ apiVersion: '',
4321
4351
  },
4322
4352
  options
4323
4353
  ),
@@ -4515,6 +4545,7 @@ export namespace storage_v1 {
4515
4545
  '$1'
4516
4546
  ),
4517
4547
  method: 'DELETE',
4548
+ apiVersion: '',
4518
4549
  },
4519
4550
  options
4520
4551
  ),
@@ -4601,6 +4632,7 @@ export namespace storage_v1 {
4601
4632
  '$1'
4602
4633
  ),
4603
4634
  method: 'GET',
4635
+ apiVersion: '',
4604
4636
  },
4605
4637
  options
4606
4638
  ),
@@ -4687,6 +4719,7 @@ export namespace storage_v1 {
4687
4719
  '$1'
4688
4720
  ),
4689
4721
  method: 'POST',
4722
+ apiVersion: '',
4690
4723
  },
4691
4724
  options
4692
4725
  ),
@@ -4773,6 +4806,7 @@ export namespace storage_v1 {
4773
4806
  '$1'
4774
4807
  ),
4775
4808
  method: 'GET',
4809
+ apiVersion: '',
4776
4810
  },
4777
4811
  options
4778
4812
  ),
@@ -4866,6 +4900,7 @@ export namespace storage_v1 {
4866
4900
  '/storage/v1/b/{bucket}/folders/{sourceFolder}/renameTo/folders/{destinationFolder}'
4867
4901
  ).replace(/([^:]\/)\/+/g, '$1'),
4868
4902
  method: 'POST',
4903
+ apiVersion: '',
4869
4904
  },
4870
4905
  options
4871
4906
  ),
@@ -5061,6 +5096,7 @@ export namespace storage_v1 {
5061
5096
  rootUrl + '/storage/v1/b/{bucket}/managedFolders/{managedFolder}'
5062
5097
  ).replace(/([^:]\/)\/+/g, '$1'),
5063
5098
  method: 'DELETE',
5099
+ apiVersion: '',
5064
5100
  },
5065
5101
  options
5066
5102
  ),
@@ -5147,6 +5183,7 @@ export namespace storage_v1 {
5147
5183
  rootUrl + '/storage/v1/b/{bucket}/managedFolders/{managedFolder}'
5148
5184
  ).replace(/([^:]\/)\/+/g, '$1'),
5149
5185
  method: 'GET',
5186
+ apiVersion: '',
5150
5187
  },
5151
5188
  options
5152
5189
  ),
@@ -5234,6 +5271,7 @@ export namespace storage_v1 {
5234
5271
  '/storage/v1/b/{bucket}/managedFolders/{managedFolder}/iam'
5235
5272
  ).replace(/([^:]\/)\/+/g, '$1'),
5236
5273
  method: 'GET',
5274
+ apiVersion: '',
5237
5275
  },
5238
5276
  options
5239
5277
  ),
@@ -5321,6 +5359,7 @@ export namespace storage_v1 {
5321
5359
  '$1'
5322
5360
  ),
5323
5361
  method: 'POST',
5362
+ apiVersion: '',
5324
5363
  },
5325
5364
  options
5326
5365
  ),
@@ -5408,6 +5447,7 @@ export namespace storage_v1 {
5408
5447
  '$1'
5409
5448
  ),
5410
5449
  method: 'GET',
5450
+ apiVersion: '',
5411
5451
  },
5412
5452
  options
5413
5453
  ),
@@ -5495,6 +5535,7 @@ export namespace storage_v1 {
5495
5535
  '/storage/v1/b/{bucket}/managedFolders/{managedFolder}/iam'
5496
5536
  ).replace(/([^:]\/)\/+/g, '$1'),
5497
5537
  method: 'PUT',
5538
+ apiVersion: '',
5498
5539
  },
5499
5540
  options
5500
5541
  ),
@@ -5589,6 +5630,7 @@ export namespace storage_v1 {
5589
5630
  '/storage/v1/b/{bucket}/managedFolders/{managedFolder}/iam/testPermissions'
5590
5631
  ).replace(/([^:]\/)\/+/g, '$1'),
5591
5632
  method: 'GET',
5633
+ apiVersion: '',
5592
5634
  },
5593
5635
  options
5594
5636
  ),
@@ -5610,6 +5652,10 @@ export namespace storage_v1 {
5610
5652
 
5611
5653
  export interface Params$Resource$Managedfolders$Delete
5612
5654
  extends StandardParameters {
5655
+ /**
5656
+ * 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.
5657
+ */
5658
+ allowNonEmpty?: boolean;
5613
5659
  /**
5614
5660
  * Name of the bucket containing the managed folder.
5615
5661
  */
@@ -5809,6 +5855,7 @@ export namespace storage_v1 {
5809
5855
  '/storage/v1/b/{bucket}/notificationConfigs/{notification}'
5810
5856
  ).replace(/([^:]\/)\/+/g, '$1'),
5811
5857
  method: 'DELETE',
5858
+ apiVersion: '',
5812
5859
  },
5813
5860
  options
5814
5861
  ),
@@ -5896,6 +5943,7 @@ export namespace storage_v1 {
5896
5943
  '/storage/v1/b/{bucket}/notificationConfigs/{notification}'
5897
5944
  ).replace(/([^:]\/)\/+/g, '$1'),
5898
5945
  method: 'GET',
5946
+ apiVersion: '',
5899
5947
  },
5900
5948
  options
5901
5949
  ),
@@ -5982,6 +6030,7 @@ export namespace storage_v1 {
5982
6030
  rootUrl + '/storage/v1/b/{bucket}/notificationConfigs'
5983
6031
  ).replace(/([^:]\/)\/+/g, '$1'),
5984
6032
  method: 'POST',
6033
+ apiVersion: '',
5985
6034
  },
5986
6035
  options
5987
6036
  ),
@@ -6068,6 +6117,7 @@ export namespace storage_v1 {
6068
6117
  rootUrl + '/storage/v1/b/{bucket}/notificationConfigs'
6069
6118
  ).replace(/([^:]\/)\/+/g, '$1'),
6070
6119
  method: 'GET',
6120
+ apiVersion: '',
6071
6121
  },
6072
6122
  options
6073
6123
  ),
@@ -6217,6 +6267,7 @@ export namespace storage_v1 {
6217
6267
  rootUrl + '/storage/v1/b/{bucket}/o/{object}/acl/{entity}'
6218
6268
  ).replace(/([^:]\/)\/+/g, '$1'),
6219
6269
  method: 'DELETE',
6270
+ apiVersion: '',
6220
6271
  },
6221
6272
  options
6222
6273
  ),
@@ -6306,6 +6357,7 @@ export namespace storage_v1 {
6306
6357
  rootUrl + '/storage/v1/b/{bucket}/o/{object}/acl/{entity}'
6307
6358
  ).replace(/([^:]\/)\/+/g, '$1'),
6308
6359
  method: 'GET',
6360
+ apiVersion: '',
6309
6361
  },
6310
6362
  options
6311
6363
  ),
@@ -6396,6 +6448,7 @@ export namespace storage_v1 {
6396
6448
  '$1'
6397
6449
  ),
6398
6450
  method: 'POST',
6451
+ apiVersion: '',
6399
6452
  },
6400
6453
  options
6401
6454
  ),
@@ -6488,6 +6541,7 @@ export namespace storage_v1 {
6488
6541
  '$1'
6489
6542
  ),
6490
6543
  method: 'GET',
6544
+ apiVersion: '',
6491
6545
  },
6492
6546
  options
6493
6547
  ),
@@ -6577,6 +6631,7 @@ export namespace storage_v1 {
6577
6631
  rootUrl + '/storage/v1/b/{bucket}/o/{object}/acl/{entity}'
6578
6632
  ).replace(/([^:]\/)\/+/g, '$1'),
6579
6633
  method: 'PATCH',
6634
+ apiVersion: '',
6580
6635
  },
6581
6636
  options
6582
6637
  ),
@@ -6666,6 +6721,7 @@ export namespace storage_v1 {
6666
6721
  rootUrl + '/storage/v1/b/{bucket}/o/{object}/acl/{entity}'
6667
6722
  ).replace(/([^:]\/)\/+/g, '$1'),
6668
6723
  method: 'PUT',
6724
+ apiVersion: '',
6669
6725
  },
6670
6726
  options
6671
6727
  ),
@@ -6913,6 +6969,7 @@ export namespace storage_v1 {
6913
6969
  '$1'
6914
6970
  ),
6915
6971
  method: 'POST',
6972
+ apiVersion: '',
6916
6973
  },
6917
6974
  options
6918
6975
  ),
@@ -6999,6 +7056,7 @@ export namespace storage_v1 {
6999
7056
  '/storage/v1/b/{destinationBucket}/o/{destinationObject}/compose'
7000
7057
  ).replace(/([^:]\/)\/+/g, '$1'),
7001
7058
  method: 'POST',
7059
+ apiVersion: '',
7002
7060
  },
7003
7061
  options
7004
7062
  ),
@@ -7085,6 +7143,7 @@ export namespace storage_v1 {
7085
7143
  '/storage/v1/b/{sourceBucket}/o/{sourceObject}/copyTo/b/{destinationBucket}/o/{destinationObject}'
7086
7144
  ).replace(/([^:]\/)\/+/g, '$1'),
7087
7145
  method: 'POST',
7146
+ apiVersion: '',
7088
7147
  },
7089
7148
  options
7090
7149
  ),
@@ -7179,6 +7238,7 @@ export namespace storage_v1 {
7179
7238
  '$1'
7180
7239
  ),
7181
7240
  method: 'DELETE',
7241
+ apiVersion: '',
7182
7242
  },
7183
7243
  options
7184
7244
  ),
@@ -7265,6 +7325,7 @@ export namespace storage_v1 {
7265
7325
  '$1'
7266
7326
  ),
7267
7327
  method: 'GET',
7328
+ apiVersion: '',
7268
7329
  },
7269
7330
  options
7270
7331
  ),
@@ -7352,6 +7413,7 @@ export namespace storage_v1 {
7352
7413
  '$1'
7353
7414
  ),
7354
7415
  method: 'GET',
7416
+ apiVersion: '',
7355
7417
  },
7356
7418
  options
7357
7419
  ),
@@ -7438,6 +7500,7 @@ export namespace storage_v1 {
7438
7500
  '$1'
7439
7501
  ),
7440
7502
  method: 'POST',
7503
+ apiVersion: '',
7441
7504
  },
7442
7505
  options
7443
7506
  ),
@@ -7528,6 +7591,7 @@ export namespace storage_v1 {
7528
7591
  '$1'
7529
7592
  ),
7530
7593
  method: 'GET',
7594
+ apiVersion: '',
7531
7595
  },
7532
7596
  options
7533
7597
  ),
@@ -7614,6 +7678,7 @@ export namespace storage_v1 {
7614
7678
  '$1'
7615
7679
  ),
7616
7680
  method: 'PATCH',
7681
+ apiVersion: '',
7617
7682
  },
7618
7683
  options
7619
7684
  ),
@@ -7699,11 +7764,12 @@ export namespace storage_v1 {
7699
7764
  rootUrl + '/storage/v1/b/{bucket}/o/{object}/restore'
7700
7765
  ).replace(/([^:]\/)\/+/g, '$1'),
7701
7766
  method: 'POST',
7767
+ apiVersion: '',
7702
7768
  },
7703
7769
  options
7704
7770
  ),
7705
7771
  params,
7706
- requiredParams: ['bucket', 'object'],
7772
+ requiredParams: ['bucket', 'object', 'generation'],
7707
7773
  pathParams: ['bucket', 'object'],
7708
7774
  context: this.context,
7709
7775
  };
@@ -7785,6 +7851,7 @@ export namespace storage_v1 {
7785
7851
  '/storage/v1/b/{sourceBucket}/o/{sourceObject}/rewriteTo/b/{destinationBucket}/o/{destinationObject}'
7786
7852
  ).replace(/([^:]\/)\/+/g, '$1'),
7787
7853
  method: 'POST',
7854
+ apiVersion: '',
7788
7855
  },
7789
7856
  options
7790
7857
  ),
@@ -7882,6 +7949,7 @@ export namespace storage_v1 {
7882
7949
  '$1'
7883
7950
  ),
7884
7951
  method: 'PUT',
7952
+ apiVersion: '',
7885
7953
  },
7886
7954
  options
7887
7955
  ),
@@ -7975,6 +8043,7 @@ export namespace storage_v1 {
7975
8043
  rootUrl + '/storage/v1/b/{bucket}/o/{object}/iam/testPermissions'
7976
8044
  ).replace(/([^:]\/)\/+/g, '$1'),
7977
8045
  method: 'GET',
8046
+ apiVersion: '',
7978
8047
  },
7979
8048
  options
7980
8049
  ),
@@ -8061,6 +8130,7 @@ export namespace storage_v1 {
8061
8130
  '$1'
8062
8131
  ),
8063
8132
  method: 'PUT',
8133
+ apiVersion: '',
8064
8134
  },
8065
8135
  options
8066
8136
  ),
@@ -8147,6 +8217,7 @@ export namespace storage_v1 {
8147
8217
  '$1'
8148
8218
  ),
8149
8219
  method: 'POST',
8220
+ apiVersion: '',
8150
8221
  },
8151
8222
  options
8152
8223
  ),
@@ -8599,11 +8670,6 @@ export namespace storage_v1 {
8599
8670
  * The project to be billed for this request. Required for Requester Pays buckets.
8600
8671
  */
8601
8672
  userProject?: string;
8602
-
8603
- /**
8604
- * Request body metadata
8605
- */
8606
- requestBody?: Schema$Object;
8607
8673
  }
8608
8674
  export interface Params$Resource$Objects$Rewrite extends StandardParameters {
8609
8675
  /**
@@ -8910,6 +8976,7 @@ export namespace storage_v1 {
8910
8976
  rootUrl + '/storage/v1/b/{bucket}/operations/{operationId}/cancel'
8911
8977
  ).replace(/([^:]\/)\/+/g, '$1'),
8912
8978
  method: 'POST',
8979
+ apiVersion: '',
8913
8980
  },
8914
8981
  options
8915
8982
  ),
@@ -9002,6 +9069,7 @@ export namespace storage_v1 {
9002
9069
  rootUrl + '/storage/v1/b/{bucket}/operations/{operationId}'
9003
9070
  ).replace(/([^:]\/)\/+/g, '$1'),
9004
9071
  method: 'GET',
9072
+ apiVersion: '',
9005
9073
  },
9006
9074
  options
9007
9075
  ),
@@ -9095,6 +9163,7 @@ export namespace storage_v1 {
9095
9163
  '$1'
9096
9164
  ),
9097
9165
  method: 'GET',
9166
+ apiVersion: '',
9098
9167
  },
9099
9168
  options
9100
9169
  ),
@@ -9241,6 +9310,7 @@ export namespace storage_v1 {
9241
9310
  rootUrl + '/storage/v1/projects/{projectId}/hmacKeys'
9242
9311
  ).replace(/([^:]\/)\/+/g, '$1'),
9243
9312
  method: 'POST',
9313
+ apiVersion: '',
9244
9314
  },
9245
9315
  options
9246
9316
  ),
@@ -9325,6 +9395,7 @@ export namespace storage_v1 {
9325
9395
  rootUrl + '/storage/v1/projects/{projectId}/hmacKeys/{accessId}'
9326
9396
  ).replace(/([^:]\/)\/+/g, '$1'),
9327
9397
  method: 'DELETE',
9398
+ apiVersion: '',
9328
9399
  },
9329
9400
  options
9330
9401
  ),
@@ -9411,6 +9482,7 @@ export namespace storage_v1 {
9411
9482
  rootUrl + '/storage/v1/projects/{projectId}/hmacKeys/{accessId}'
9412
9483
  ).replace(/([^:]\/)\/+/g, '$1'),
9413
9484
  method: 'GET',
9485
+ apiVersion: '',
9414
9486
  },
9415
9487
  options
9416
9488
  ),
@@ -9497,6 +9569,7 @@ export namespace storage_v1 {
9497
9569
  rootUrl + '/storage/v1/projects/{projectId}/hmacKeys'
9498
9570
  ).replace(/([^:]\/)\/+/g, '$1'),
9499
9571
  method: 'GET',
9572
+ apiVersion: '',
9500
9573
  },
9501
9574
  options
9502
9575
  ),
@@ -9583,6 +9656,7 @@ export namespace storage_v1 {
9583
9656
  rootUrl + '/storage/v1/projects/{projectId}/hmacKeys/{accessId}'
9584
9657
  ).replace(/([^:]\/)\/+/g, '$1'),
9585
9658
  method: 'PUT',
9659
+ apiVersion: '',
9586
9660
  },
9587
9661
  options
9588
9662
  ),
@@ -9769,6 +9843,7 @@ export namespace storage_v1 {
9769
9843
  rootUrl + '/storage/v1/projects/{projectId}/serviceAccount'
9770
9844
  ).replace(/([^:]\/)\/+/g, '$1'),
9771
9845
  method: 'GET',
9846
+ apiVersion: '',
9772
9847
  },
9773
9848
  options
9774
9849
  ),