@googleapis/storage 12.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
  ),
@@ -5813,6 +5855,7 @@ export namespace storage_v1 {
5813
5855
  '/storage/v1/b/{bucket}/notificationConfigs/{notification}'
5814
5856
  ).replace(/([^:]\/)\/+/g, '$1'),
5815
5857
  method: 'DELETE',
5858
+ apiVersion: '',
5816
5859
  },
5817
5860
  options
5818
5861
  ),
@@ -5900,6 +5943,7 @@ export namespace storage_v1 {
5900
5943
  '/storage/v1/b/{bucket}/notificationConfigs/{notification}'
5901
5944
  ).replace(/([^:]\/)\/+/g, '$1'),
5902
5945
  method: 'GET',
5946
+ apiVersion: '',
5903
5947
  },
5904
5948
  options
5905
5949
  ),
@@ -5986,6 +6030,7 @@ export namespace storage_v1 {
5986
6030
  rootUrl + '/storage/v1/b/{bucket}/notificationConfigs'
5987
6031
  ).replace(/([^:]\/)\/+/g, '$1'),
5988
6032
  method: 'POST',
6033
+ apiVersion: '',
5989
6034
  },
5990
6035
  options
5991
6036
  ),
@@ -6072,6 +6117,7 @@ export namespace storage_v1 {
6072
6117
  rootUrl + '/storage/v1/b/{bucket}/notificationConfigs'
6073
6118
  ).replace(/([^:]\/)\/+/g, '$1'),
6074
6119
  method: 'GET',
6120
+ apiVersion: '',
6075
6121
  },
6076
6122
  options
6077
6123
  ),
@@ -6221,6 +6267,7 @@ export namespace storage_v1 {
6221
6267
  rootUrl + '/storage/v1/b/{bucket}/o/{object}/acl/{entity}'
6222
6268
  ).replace(/([^:]\/)\/+/g, '$1'),
6223
6269
  method: 'DELETE',
6270
+ apiVersion: '',
6224
6271
  },
6225
6272
  options
6226
6273
  ),
@@ -6310,6 +6357,7 @@ export namespace storage_v1 {
6310
6357
  rootUrl + '/storage/v1/b/{bucket}/o/{object}/acl/{entity}'
6311
6358
  ).replace(/([^:]\/)\/+/g, '$1'),
6312
6359
  method: 'GET',
6360
+ apiVersion: '',
6313
6361
  },
6314
6362
  options
6315
6363
  ),
@@ -6400,6 +6448,7 @@ export namespace storage_v1 {
6400
6448
  '$1'
6401
6449
  ),
6402
6450
  method: 'POST',
6451
+ apiVersion: '',
6403
6452
  },
6404
6453
  options
6405
6454
  ),
@@ -6492,6 +6541,7 @@ export namespace storage_v1 {
6492
6541
  '$1'
6493
6542
  ),
6494
6543
  method: 'GET',
6544
+ apiVersion: '',
6495
6545
  },
6496
6546
  options
6497
6547
  ),
@@ -6581,6 +6631,7 @@ export namespace storage_v1 {
6581
6631
  rootUrl + '/storage/v1/b/{bucket}/o/{object}/acl/{entity}'
6582
6632
  ).replace(/([^:]\/)\/+/g, '$1'),
6583
6633
  method: 'PATCH',
6634
+ apiVersion: '',
6584
6635
  },
6585
6636
  options
6586
6637
  ),
@@ -6670,6 +6721,7 @@ export namespace storage_v1 {
6670
6721
  rootUrl + '/storage/v1/b/{bucket}/o/{object}/acl/{entity}'
6671
6722
  ).replace(/([^:]\/)\/+/g, '$1'),
6672
6723
  method: 'PUT',
6724
+ apiVersion: '',
6673
6725
  },
6674
6726
  options
6675
6727
  ),
@@ -6917,6 +6969,7 @@ export namespace storage_v1 {
6917
6969
  '$1'
6918
6970
  ),
6919
6971
  method: 'POST',
6972
+ apiVersion: '',
6920
6973
  },
6921
6974
  options
6922
6975
  ),
@@ -7003,6 +7056,7 @@ export namespace storage_v1 {
7003
7056
  '/storage/v1/b/{destinationBucket}/o/{destinationObject}/compose'
7004
7057
  ).replace(/([^:]\/)\/+/g, '$1'),
7005
7058
  method: 'POST',
7059
+ apiVersion: '',
7006
7060
  },
7007
7061
  options
7008
7062
  ),
@@ -7089,6 +7143,7 @@ export namespace storage_v1 {
7089
7143
  '/storage/v1/b/{sourceBucket}/o/{sourceObject}/copyTo/b/{destinationBucket}/o/{destinationObject}'
7090
7144
  ).replace(/([^:]\/)\/+/g, '$1'),
7091
7145
  method: 'POST',
7146
+ apiVersion: '',
7092
7147
  },
7093
7148
  options
7094
7149
  ),
@@ -7183,6 +7238,7 @@ export namespace storage_v1 {
7183
7238
  '$1'
7184
7239
  ),
7185
7240
  method: 'DELETE',
7241
+ apiVersion: '',
7186
7242
  },
7187
7243
  options
7188
7244
  ),
@@ -7269,6 +7325,7 @@ export namespace storage_v1 {
7269
7325
  '$1'
7270
7326
  ),
7271
7327
  method: 'GET',
7328
+ apiVersion: '',
7272
7329
  },
7273
7330
  options
7274
7331
  ),
@@ -7356,6 +7413,7 @@ export namespace storage_v1 {
7356
7413
  '$1'
7357
7414
  ),
7358
7415
  method: 'GET',
7416
+ apiVersion: '',
7359
7417
  },
7360
7418
  options
7361
7419
  ),
@@ -7442,6 +7500,7 @@ export namespace storage_v1 {
7442
7500
  '$1'
7443
7501
  ),
7444
7502
  method: 'POST',
7503
+ apiVersion: '',
7445
7504
  },
7446
7505
  options
7447
7506
  ),
@@ -7532,6 +7591,7 @@ export namespace storage_v1 {
7532
7591
  '$1'
7533
7592
  ),
7534
7593
  method: 'GET',
7594
+ apiVersion: '',
7535
7595
  },
7536
7596
  options
7537
7597
  ),
@@ -7618,6 +7678,7 @@ export namespace storage_v1 {
7618
7678
  '$1'
7619
7679
  ),
7620
7680
  method: 'PATCH',
7681
+ apiVersion: '',
7621
7682
  },
7622
7683
  options
7623
7684
  ),
@@ -7703,6 +7764,7 @@ export namespace storage_v1 {
7703
7764
  rootUrl + '/storage/v1/b/{bucket}/o/{object}/restore'
7704
7765
  ).replace(/([^:]\/)\/+/g, '$1'),
7705
7766
  method: 'POST',
7767
+ apiVersion: '',
7706
7768
  },
7707
7769
  options
7708
7770
  ),
@@ -7789,6 +7851,7 @@ export namespace storage_v1 {
7789
7851
  '/storage/v1/b/{sourceBucket}/o/{sourceObject}/rewriteTo/b/{destinationBucket}/o/{destinationObject}'
7790
7852
  ).replace(/([^:]\/)\/+/g, '$1'),
7791
7853
  method: 'POST',
7854
+ apiVersion: '',
7792
7855
  },
7793
7856
  options
7794
7857
  ),
@@ -7886,6 +7949,7 @@ export namespace storage_v1 {
7886
7949
  '$1'
7887
7950
  ),
7888
7951
  method: 'PUT',
7952
+ apiVersion: '',
7889
7953
  },
7890
7954
  options
7891
7955
  ),
@@ -7979,6 +8043,7 @@ export namespace storage_v1 {
7979
8043
  rootUrl + '/storage/v1/b/{bucket}/o/{object}/iam/testPermissions'
7980
8044
  ).replace(/([^:]\/)\/+/g, '$1'),
7981
8045
  method: 'GET',
8046
+ apiVersion: '',
7982
8047
  },
7983
8048
  options
7984
8049
  ),
@@ -8065,6 +8130,7 @@ export namespace storage_v1 {
8065
8130
  '$1'
8066
8131
  ),
8067
8132
  method: 'PUT',
8133
+ apiVersion: '',
8068
8134
  },
8069
8135
  options
8070
8136
  ),
@@ -8151,6 +8217,7 @@ export namespace storage_v1 {
8151
8217
  '$1'
8152
8218
  ),
8153
8219
  method: 'POST',
8220
+ apiVersion: '',
8154
8221
  },
8155
8222
  options
8156
8223
  ),
@@ -8909,6 +8976,7 @@ export namespace storage_v1 {
8909
8976
  rootUrl + '/storage/v1/b/{bucket}/operations/{operationId}/cancel'
8910
8977
  ).replace(/([^:]\/)\/+/g, '$1'),
8911
8978
  method: 'POST',
8979
+ apiVersion: '',
8912
8980
  },
8913
8981
  options
8914
8982
  ),
@@ -9001,6 +9069,7 @@ export namespace storage_v1 {
9001
9069
  rootUrl + '/storage/v1/b/{bucket}/operations/{operationId}'
9002
9070
  ).replace(/([^:]\/)\/+/g, '$1'),
9003
9071
  method: 'GET',
9072
+ apiVersion: '',
9004
9073
  },
9005
9074
  options
9006
9075
  ),
@@ -9094,6 +9163,7 @@ export namespace storage_v1 {
9094
9163
  '$1'
9095
9164
  ),
9096
9165
  method: 'GET',
9166
+ apiVersion: '',
9097
9167
  },
9098
9168
  options
9099
9169
  ),
@@ -9240,6 +9310,7 @@ export namespace storage_v1 {
9240
9310
  rootUrl + '/storage/v1/projects/{projectId}/hmacKeys'
9241
9311
  ).replace(/([^:]\/)\/+/g, '$1'),
9242
9312
  method: 'POST',
9313
+ apiVersion: '',
9243
9314
  },
9244
9315
  options
9245
9316
  ),
@@ -9324,6 +9395,7 @@ export namespace storage_v1 {
9324
9395
  rootUrl + '/storage/v1/projects/{projectId}/hmacKeys/{accessId}'
9325
9396
  ).replace(/([^:]\/)\/+/g, '$1'),
9326
9397
  method: 'DELETE',
9398
+ apiVersion: '',
9327
9399
  },
9328
9400
  options
9329
9401
  ),
@@ -9410,6 +9482,7 @@ export namespace storage_v1 {
9410
9482
  rootUrl + '/storage/v1/projects/{projectId}/hmacKeys/{accessId}'
9411
9483
  ).replace(/([^:]\/)\/+/g, '$1'),
9412
9484
  method: 'GET',
9485
+ apiVersion: '',
9413
9486
  },
9414
9487
  options
9415
9488
  ),
@@ -9496,6 +9569,7 @@ export namespace storage_v1 {
9496
9569
  rootUrl + '/storage/v1/projects/{projectId}/hmacKeys'
9497
9570
  ).replace(/([^:]\/)\/+/g, '$1'),
9498
9571
  method: 'GET',
9572
+ apiVersion: '',
9499
9573
  },
9500
9574
  options
9501
9575
  ),
@@ -9582,6 +9656,7 @@ export namespace storage_v1 {
9582
9656
  rootUrl + '/storage/v1/projects/{projectId}/hmacKeys/{accessId}'
9583
9657
  ).replace(/([^:]\/)\/+/g, '$1'),
9584
9658
  method: 'PUT',
9659
+ apiVersion: '',
9585
9660
  },
9586
9661
  options
9587
9662
  ),
@@ -9768,6 +9843,7 @@ export namespace storage_v1 {
9768
9843
  rootUrl + '/storage/v1/projects/{projectId}/serviceAccount'
9769
9844
  ).replace(/([^:]\/)\/+/g, '$1'),
9770
9845
  method: 'GET',
9846
+ apiVersion: '',
9771
9847
  },
9772
9848
  options
9773
9849
  ),