@googleapis/storage 1.1.0 → 3.0.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/build/v1.d.ts CHANGED
@@ -34,6 +34,10 @@ export declare namespace storage_v1 {
34
34
  * An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
35
35
  */
36
36
  quotaUser?: string;
37
+ /**
38
+ * Upload protocol for media (e.g. "media", "multipart", "resumable").
39
+ */
40
+ uploadType?: string;
37
41
  /**
38
42
  * Deprecated. Please use quotaUser instead.
39
43
  */
@@ -161,7 +165,9 @@ export declare namespace storage_v1 {
161
165
  daysSinceNoncurrentTime?: number;
162
166
  isLive?: boolean;
163
167
  matchesPattern?: string;
168
+ matchesPrefix?: string[];
164
169
  matchesStorageClass?: string[];
170
+ matchesSuffix?: string[];
165
171
  noncurrentTimeBefore?: string;
166
172
  numNewerVersions?: number;
167
173
  };
@@ -947,8 +953,6 @@ export declare namespace storage_v1 {
947
953
  * bucket: 'placeholder-value',
948
954
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
949
955
  * entity: 'placeholder-value',
950
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
951
- * provisionalUserProject: 'placeholder-value',
952
956
  * // The project to be billed for this request. Required for Requester Pays buckets.
953
957
  * userProject: 'placeholder-value',
954
958
  * });
@@ -1007,8 +1011,6 @@ export declare namespace storage_v1 {
1007
1011
  * bucket: 'placeholder-value',
1008
1012
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1009
1013
  * entity: 'placeholder-value',
1010
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1011
- * provisionalUserProject: 'placeholder-value',
1012
1014
  * // The project to be billed for this request. Required for Requester Pays buckets.
1013
1015
  * userProject: 'placeholder-value',
1014
1016
  * });
@@ -1080,8 +1082,6 @@ export declare namespace storage_v1 {
1080
1082
  * const res = await storage.bucketAccessControls.insert({
1081
1083
  * // Name of a bucket.
1082
1084
  * bucket: 'placeholder-value',
1083
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1084
- * provisionalUserProject: 'placeholder-value',
1085
1085
  * // The project to be billed for this request. Required for Requester Pays buckets.
1086
1086
  * userProject: 'placeholder-value',
1087
1087
  *
@@ -1171,8 +1171,6 @@ export declare namespace storage_v1 {
1171
1171
  * const res = await storage.bucketAccessControls.list({
1172
1172
  * // Name of a bucket.
1173
1173
  * bucket: 'placeholder-value',
1174
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1175
- * provisionalUserProject: 'placeholder-value',
1176
1174
  * // The project to be billed for this request. Required for Requester Pays buckets.
1177
1175
  * userProject: 'placeholder-value',
1178
1176
  * });
@@ -1237,8 +1235,6 @@ export declare namespace storage_v1 {
1237
1235
  * bucket: 'placeholder-value',
1238
1236
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1239
1237
  * entity: 'placeholder-value',
1240
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1241
- * provisionalUserProject: 'placeholder-value',
1242
1238
  * // The project to be billed for this request. Required for Requester Pays buckets.
1243
1239
  * userProject: 'placeholder-value',
1244
1240
  *
@@ -1330,8 +1326,6 @@ export declare namespace storage_v1 {
1330
1326
  * bucket: 'placeholder-value',
1331
1327
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1332
1328
  * entity: 'placeholder-value',
1333
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1334
- * provisionalUserProject: 'placeholder-value',
1335
1329
  * // The project to be billed for this request. Required for Requester Pays buckets.
1336
1330
  * userProject: 'placeholder-value',
1337
1331
  *
@@ -1399,10 +1393,6 @@ export declare namespace storage_v1 {
1399
1393
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1400
1394
  */
1401
1395
  entity?: string;
1402
- /**
1403
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1404
- */
1405
- provisionalUserProject?: string;
1406
1396
  /**
1407
1397
  * The project to be billed for this request. Required for Requester Pays buckets.
1408
1398
  */
@@ -1417,10 +1407,6 @@ export declare namespace storage_v1 {
1417
1407
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1418
1408
  */
1419
1409
  entity?: string;
1420
- /**
1421
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1422
- */
1423
- provisionalUserProject?: string;
1424
1410
  /**
1425
1411
  * The project to be billed for this request. Required for Requester Pays buckets.
1426
1412
  */
@@ -1431,10 +1417,6 @@ export declare namespace storage_v1 {
1431
1417
  * Name of a bucket.
1432
1418
  */
1433
1419
  bucket?: string;
1434
- /**
1435
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1436
- */
1437
- provisionalUserProject?: string;
1438
1420
  /**
1439
1421
  * The project to be billed for this request. Required for Requester Pays buckets.
1440
1422
  */
@@ -1449,10 +1431,6 @@ export declare namespace storage_v1 {
1449
1431
  * Name of a bucket.
1450
1432
  */
1451
1433
  bucket?: string;
1452
- /**
1453
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1454
- */
1455
- provisionalUserProject?: string;
1456
1434
  /**
1457
1435
  * The project to be billed for this request. Required for Requester Pays buckets.
1458
1436
  */
@@ -1467,10 +1445,6 @@ export declare namespace storage_v1 {
1467
1445
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1468
1446
  */
1469
1447
  entity?: string;
1470
- /**
1471
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1472
- */
1473
- provisionalUserProject?: string;
1474
1448
  /**
1475
1449
  * The project to be billed for this request. Required for Requester Pays buckets.
1476
1450
  */
@@ -1489,10 +1463,6 @@ export declare namespace storage_v1 {
1489
1463
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1490
1464
  */
1491
1465
  entity?: string;
1492
- /**
1493
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1494
- */
1495
- provisionalUserProject?: string;
1496
1466
  /**
1497
1467
  * The project to be billed for this request. Required for Requester Pays buckets.
1498
1468
  */
@@ -1542,8 +1512,6 @@ export declare namespace storage_v1 {
1542
1512
  * ifMetagenerationMatch: 'placeholder-value',
1543
1513
  * // If set, only deletes the bucket if its metageneration does not match this value.
1544
1514
  * ifMetagenerationNotMatch: 'placeholder-value',
1545
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1546
- * provisionalUserProject: 'placeholder-value',
1547
1515
  * // The project to be billed for this request. Required for Requester Pays buckets.
1548
1516
  * userProject: 'placeholder-value',
1549
1517
  * });
@@ -1609,8 +1577,6 @@ export declare namespace storage_v1 {
1609
1577
  * ifMetagenerationNotMatch: 'placeholder-value',
1610
1578
  * // Set of properties to return. Defaults to noAcl.
1611
1579
  * projection: 'placeholder-value',
1612
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1613
- * provisionalUserProject: 'placeholder-value',
1614
1580
  * // The project to be billed for this request. Required for Requester Pays buckets.
1615
1581
  * userProject: 'placeholder-value',
1616
1582
  * });
@@ -1703,8 +1669,6 @@ export declare namespace storage_v1 {
1703
1669
  * bucket: 'placeholder-value',
1704
1670
  * // The IAM policy format version to be returned. If the optionsRequestedPolicyVersion is for an older version that doesn't support part of the requested IAM policy, the request fails.
1705
1671
  * optionsRequestedPolicyVersion: 'placeholder-value',
1706
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1707
- * provisionalUserProject: 'placeholder-value',
1708
1672
  * // The project to be billed for this request. Required for Requester Pays buckets.
1709
1673
  * userProject: 'placeholder-value',
1710
1674
  * });
@@ -1777,8 +1741,6 @@ export declare namespace storage_v1 {
1777
1741
  * project: 'placeholder-value',
1778
1742
  * // Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
1779
1743
  * projection: 'placeholder-value',
1780
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1781
- * provisionalUserProject: 'placeholder-value',
1782
1744
  * // The project to be billed for this request.
1783
1745
  * userProject: 'placeholder-value',
1784
1746
  *
@@ -1917,8 +1879,6 @@ export declare namespace storage_v1 {
1917
1879
  * project: 'placeholder-value',
1918
1880
  * // Set of properties to return. Defaults to noAcl.
1919
1881
  * projection: 'placeholder-value',
1920
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1921
- * provisionalUserProject: 'placeholder-value',
1922
1882
  * // The project to be billed for this request.
1923
1883
  * userProject: 'placeholder-value',
1924
1884
  * });
@@ -1985,8 +1945,6 @@ export declare namespace storage_v1 {
1985
1945
  * bucket: 'placeholder-value',
1986
1946
  * // Makes the operation conditional on whether bucket's current metageneration matches the given value.
1987
1947
  * ifMetagenerationMatch: 'placeholder-value',
1988
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1989
- * provisionalUserProject: 'placeholder-value',
1990
1948
  * // The project to be billed for this request. Required for Requester Pays buckets.
1991
1949
  * userProject: 'placeholder-value',
1992
1950
  * });
@@ -2087,8 +2045,6 @@ export declare namespace storage_v1 {
2087
2045
  * predefinedDefaultObjectAcl: 'placeholder-value',
2088
2046
  * // Set of properties to return. Defaults to full.
2089
2047
  * projection: 'placeholder-value',
2090
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2091
- * provisionalUserProject: 'placeholder-value',
2092
2048
  * // The project to be billed for this request. Required for Requester Pays buckets.
2093
2049
  * userProject: 'placeholder-value',
2094
2050
  *
@@ -2216,8 +2172,6 @@ export declare namespace storage_v1 {
2216
2172
  * const res = await storage.buckets.setIamPolicy({
2217
2173
  * // Name of a bucket.
2218
2174
  * bucket: 'placeholder-value',
2219
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2220
- * provisionalUserProject: 'placeholder-value',
2221
2175
  * // The project to be billed for this request. Required for Requester Pays buckets.
2222
2176
  * userProject: 'placeholder-value',
2223
2177
  *
@@ -2300,8 +2254,6 @@ export declare namespace storage_v1 {
2300
2254
  * bucket: 'placeholder-value',
2301
2255
  * // Permissions to test.
2302
2256
  * permissions: 'placeholder-value',
2303
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2304
- * provisionalUserProject: 'placeholder-value',
2305
2257
  * // The project to be billed for this request. Required for Requester Pays buckets.
2306
2258
  * userProject: 'placeholder-value',
2307
2259
  * });
@@ -2374,8 +2326,6 @@ export declare namespace storage_v1 {
2374
2326
  * predefinedDefaultObjectAcl: 'placeholder-value',
2375
2327
  * // Set of properties to return. Defaults to full.
2376
2328
  * projection: 'placeholder-value',
2377
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2378
- * provisionalUserProject: 'placeholder-value',
2379
2329
  * // The project to be billed for this request. Required for Requester Pays buckets.
2380
2330
  * userProject: 'placeholder-value',
2381
2331
  *
@@ -2485,10 +2435,6 @@ export declare namespace storage_v1 {
2485
2435
  * If set, only deletes the bucket if its metageneration does not match this value.
2486
2436
  */
2487
2437
  ifMetagenerationNotMatch?: string;
2488
- /**
2489
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2490
- */
2491
- provisionalUserProject?: string;
2492
2438
  /**
2493
2439
  * The project to be billed for this request. Required for Requester Pays buckets.
2494
2440
  */
@@ -2511,10 +2457,6 @@ export declare namespace storage_v1 {
2511
2457
  * Set of properties to return. Defaults to noAcl.
2512
2458
  */
2513
2459
  projection?: string;
2514
- /**
2515
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2516
- */
2517
- provisionalUserProject?: string;
2518
2460
  /**
2519
2461
  * The project to be billed for this request. Required for Requester Pays buckets.
2520
2462
  */
@@ -2529,10 +2471,6 @@ export declare namespace storage_v1 {
2529
2471
  * The IAM policy format version to be returned. If the optionsRequestedPolicyVersion is for an older version that doesn't support part of the requested IAM policy, the request fails.
2530
2472
  */
2531
2473
  optionsRequestedPolicyVersion?: number;
2532
- /**
2533
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2534
- */
2535
- provisionalUserProject?: string;
2536
2474
  /**
2537
2475
  * The project to be billed for this request. Required for Requester Pays buckets.
2538
2476
  */
@@ -2555,10 +2493,6 @@ export declare namespace storage_v1 {
2555
2493
  * Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
2556
2494
  */
2557
2495
  projection?: string;
2558
- /**
2559
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2560
- */
2561
- provisionalUserProject?: string;
2562
2496
  /**
2563
2497
  * The project to be billed for this request.
2564
2498
  */
@@ -2589,10 +2523,6 @@ export declare namespace storage_v1 {
2589
2523
  * Set of properties to return. Defaults to noAcl.
2590
2524
  */
2591
2525
  projection?: string;
2592
- /**
2593
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2594
- */
2595
- provisionalUserProject?: string;
2596
2526
  /**
2597
2527
  * The project to be billed for this request.
2598
2528
  */
@@ -2607,10 +2537,6 @@ export declare namespace storage_v1 {
2607
2537
  * Makes the operation conditional on whether bucket's current metageneration matches the given value.
2608
2538
  */
2609
2539
  ifMetagenerationMatch?: string;
2610
- /**
2611
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2612
- */
2613
- provisionalUserProject?: string;
2614
2540
  /**
2615
2541
  * The project to be billed for this request. Required for Requester Pays buckets.
2616
2542
  */
@@ -2641,10 +2567,6 @@ export declare namespace storage_v1 {
2641
2567
  * Set of properties to return. Defaults to full.
2642
2568
  */
2643
2569
  projection?: string;
2644
- /**
2645
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2646
- */
2647
- provisionalUserProject?: string;
2648
2570
  /**
2649
2571
  * The project to be billed for this request. Required for Requester Pays buckets.
2650
2572
  */
@@ -2659,10 +2581,6 @@ export declare namespace storage_v1 {
2659
2581
  * Name of a bucket.
2660
2582
  */
2661
2583
  bucket?: string;
2662
- /**
2663
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2664
- */
2665
- provisionalUserProject?: string;
2666
2584
  /**
2667
2585
  * The project to be billed for this request. Required for Requester Pays buckets.
2668
2586
  */
@@ -2681,10 +2599,6 @@ export declare namespace storage_v1 {
2681
2599
  * Permissions to test.
2682
2600
  */
2683
2601
  permissions?: string[];
2684
- /**
2685
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2686
- */
2687
- provisionalUserProject?: string;
2688
2602
  /**
2689
2603
  * The project to be billed for this request. Required for Requester Pays buckets.
2690
2604
  */
@@ -2715,10 +2629,6 @@ export declare namespace storage_v1 {
2715
2629
  * Set of properties to return. Defaults to full.
2716
2630
  */
2717
2631
  projection?: string;
2718
- /**
2719
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2720
- */
2721
- provisionalUserProject?: string;
2722
2632
  /**
2723
2633
  * The project to be billed for this request. Required for Requester Pays buckets.
2724
2634
  */
@@ -2846,8 +2756,6 @@ export declare namespace storage_v1 {
2846
2756
  * bucket: 'placeholder-value',
2847
2757
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
2848
2758
  * entity: 'placeholder-value',
2849
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2850
- * provisionalUserProject: 'placeholder-value',
2851
2759
  * // The project to be billed for this request. Required for Requester Pays buckets.
2852
2760
  * userProject: 'placeholder-value',
2853
2761
  * });
@@ -2906,8 +2814,6 @@ export declare namespace storage_v1 {
2906
2814
  * bucket: 'placeholder-value',
2907
2815
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
2908
2816
  * entity: 'placeholder-value',
2909
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2910
- * provisionalUserProject: 'placeholder-value',
2911
2817
  * // The project to be billed for this request. Required for Requester Pays buckets.
2912
2818
  * userProject: 'placeholder-value',
2913
2819
  * });
@@ -2981,8 +2887,6 @@ export declare namespace storage_v1 {
2981
2887
  * const res = await storage.defaultObjectAccessControls.insert({
2982
2888
  * // Name of a bucket.
2983
2889
  * bucket: 'placeholder-value',
2984
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2985
- * provisionalUserProject: 'placeholder-value',
2986
2890
  * // The project to be billed for this request. Required for Requester Pays buckets.
2987
2891
  * userProject: 'placeholder-value',
2988
2892
  *
@@ -3080,8 +2984,6 @@ export declare namespace storage_v1 {
3080
2984
  * ifMetagenerationMatch: 'placeholder-value',
3081
2985
  * // If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
3082
2986
  * ifMetagenerationNotMatch: 'placeholder-value',
3083
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3084
- * provisionalUserProject: 'placeholder-value',
3085
2987
  * // The project to be billed for this request. Required for Requester Pays buckets.
3086
2988
  * userProject: 'placeholder-value',
3087
2989
  * });
@@ -3146,8 +3048,6 @@ export declare namespace storage_v1 {
3146
3048
  * bucket: 'placeholder-value',
3147
3049
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
3148
3050
  * entity: 'placeholder-value',
3149
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3150
- * provisionalUserProject: 'placeholder-value',
3151
3051
  * // The project to be billed for this request. Required for Requester Pays buckets.
3152
3052
  * userProject: 'placeholder-value',
3153
3053
  *
@@ -3243,8 +3143,6 @@ export declare namespace storage_v1 {
3243
3143
  * bucket: 'placeholder-value',
3244
3144
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
3245
3145
  * entity: 'placeholder-value',
3246
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3247
- * provisionalUserProject: 'placeholder-value',
3248
3146
  * // The project to be billed for this request. Required for Requester Pays buckets.
3249
3147
  * userProject: 'placeholder-value',
3250
3148
  *
@@ -3316,10 +3214,6 @@ export declare namespace storage_v1 {
3316
3214
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
3317
3215
  */
3318
3216
  entity?: string;
3319
- /**
3320
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3321
- */
3322
- provisionalUserProject?: string;
3323
3217
  /**
3324
3218
  * The project to be billed for this request. Required for Requester Pays buckets.
3325
3219
  */
@@ -3334,10 +3228,6 @@ export declare namespace storage_v1 {
3334
3228
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
3335
3229
  */
3336
3230
  entity?: string;
3337
- /**
3338
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3339
- */
3340
- provisionalUserProject?: string;
3341
3231
  /**
3342
3232
  * The project to be billed for this request. Required for Requester Pays buckets.
3343
3233
  */
@@ -3348,10 +3238,6 @@ export declare namespace storage_v1 {
3348
3238
  * Name of a bucket.
3349
3239
  */
3350
3240
  bucket?: string;
3351
- /**
3352
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3353
- */
3354
- provisionalUserProject?: string;
3355
3241
  /**
3356
3242
  * The project to be billed for this request. Required for Requester Pays buckets.
3357
3243
  */
@@ -3374,10 +3260,6 @@ export declare namespace storage_v1 {
3374
3260
  * If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
3375
3261
  */
3376
3262
  ifMetagenerationNotMatch?: string;
3377
- /**
3378
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3379
- */
3380
- provisionalUserProject?: string;
3381
3263
  /**
3382
3264
  * The project to be billed for this request. Required for Requester Pays buckets.
3383
3265
  */
@@ -3392,10 +3274,6 @@ export declare namespace storage_v1 {
3392
3274
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
3393
3275
  */
3394
3276
  entity?: string;
3395
- /**
3396
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3397
- */
3398
- provisionalUserProject?: string;
3399
3277
  /**
3400
3278
  * The project to be billed for this request. Required for Requester Pays buckets.
3401
3279
  */
@@ -3414,10 +3292,6 @@ export declare namespace storage_v1 {
3414
3292
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
3415
3293
  */
3416
3294
  entity?: string;
3417
- /**
3418
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3419
- */
3420
- provisionalUserProject?: string;
3421
3295
  /**
3422
3296
  * The project to be billed for this request. Required for Requester Pays buckets.
3423
3297
  */
@@ -3465,8 +3339,6 @@ export declare namespace storage_v1 {
3465
3339
  * bucket: 'placeholder-value',
3466
3340
  * // ID of the notification to delete.
3467
3341
  * notification: 'placeholder-value',
3468
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3469
- * provisionalUserProject: 'placeholder-value',
3470
3342
  * // The project to be billed for this request. Required for Requester Pays buckets.
3471
3343
  * userProject: 'placeholder-value',
3472
3344
  * });
@@ -3528,8 +3400,6 @@ export declare namespace storage_v1 {
3528
3400
  * bucket: 'placeholder-value',
3529
3401
  * // Notification ID
3530
3402
  * notification: 'placeholder-value',
3531
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3532
- * provisionalUserProject: 'placeholder-value',
3533
3403
  * // The project to be billed for this request. Required for Requester Pays buckets.
3534
3404
  * userProject: 'placeholder-value',
3535
3405
  * });
@@ -3600,8 +3470,6 @@ export declare namespace storage_v1 {
3600
3470
  * const res = await storage.notifications.insert({
3601
3471
  * // The parent bucket of the notification.
3602
3472
  * bucket: 'placeholder-value',
3603
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3604
- * provisionalUserProject: 'placeholder-value',
3605
3473
  * // The project to be billed for this request. Required for Requester Pays buckets.
3606
3474
  * userProject: 'placeholder-value',
3607
3475
  *
@@ -3690,8 +3558,6 @@ export declare namespace storage_v1 {
3690
3558
  * const res = await storage.notifications.list({
3691
3559
  * // Name of a Google Cloud Storage bucket.
3692
3560
  * bucket: 'placeholder-value',
3693
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3694
- * provisionalUserProject: 'placeholder-value',
3695
3561
  * // The project to be billed for this request. Required for Requester Pays buckets.
3696
3562
  * userProject: 'placeholder-value',
3697
3563
  * });
@@ -3732,10 +3598,6 @@ export declare namespace storage_v1 {
3732
3598
  * ID of the notification to delete.
3733
3599
  */
3734
3600
  notification?: string;
3735
- /**
3736
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3737
- */
3738
- provisionalUserProject?: string;
3739
3601
  /**
3740
3602
  * The project to be billed for this request. Required for Requester Pays buckets.
3741
3603
  */
@@ -3750,10 +3612,6 @@ export declare namespace storage_v1 {
3750
3612
  * Notification ID
3751
3613
  */
3752
3614
  notification?: string;
3753
- /**
3754
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3755
- */
3756
- provisionalUserProject?: string;
3757
3615
  /**
3758
3616
  * The project to be billed for this request. Required for Requester Pays buckets.
3759
3617
  */
@@ -3764,10 +3622,6 @@ export declare namespace storage_v1 {
3764
3622
  * The parent bucket of the notification.
3765
3623
  */
3766
3624
  bucket?: string;
3767
- /**
3768
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3769
- */
3770
- provisionalUserProject?: string;
3771
3625
  /**
3772
3626
  * The project to be billed for this request. Required for Requester Pays buckets.
3773
3627
  */
@@ -3782,10 +3636,6 @@ export declare namespace storage_v1 {
3782
3636
  * Name of a Google Cloud Storage bucket.
3783
3637
  */
3784
3638
  bucket?: string;
3785
- /**
3786
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3787
- */
3788
- provisionalUserProject?: string;
3789
3639
  /**
3790
3640
  * The project to be billed for this request. Required for Requester Pays buckets.
3791
3641
  */
@@ -3832,8 +3682,6 @@ export declare namespace storage_v1 {
3832
3682
  * generation: 'placeholder-value',
3833
3683
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
3834
3684
  * object: 'placeholder-value',
3835
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3836
- * provisionalUserProject: 'placeholder-value',
3837
3685
  * // The project to be billed for this request. Required for Requester Pays buckets.
3838
3686
  * userProject: 'placeholder-value',
3839
3687
  * });
@@ -3896,8 +3744,6 @@ export declare namespace storage_v1 {
3896
3744
  * generation: 'placeholder-value',
3897
3745
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
3898
3746
  * object: 'placeholder-value',
3899
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3900
- * provisionalUserProject: 'placeholder-value',
3901
3747
  * // The project to be billed for this request. Required for Requester Pays buckets.
3902
3748
  * userProject: 'placeholder-value',
3903
3749
  * });
@@ -3975,8 +3821,6 @@ export declare namespace storage_v1 {
3975
3821
  * generation: 'placeholder-value',
3976
3822
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
3977
3823
  * object: 'placeholder-value',
3978
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3979
- * provisionalUserProject: 'placeholder-value',
3980
3824
  * // The project to be billed for this request. Required for Requester Pays buckets.
3981
3825
  * userProject: 'placeholder-value',
3982
3826
  *
@@ -4074,8 +3918,6 @@ export declare namespace storage_v1 {
4074
3918
  * generation: 'placeholder-value',
4075
3919
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4076
3920
  * object: 'placeholder-value',
4077
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4078
- * provisionalUserProject: 'placeholder-value',
4079
3921
  * // The project to be billed for this request. Required for Requester Pays buckets.
4080
3922
  * userProject: 'placeholder-value',
4081
3923
  * });
@@ -4144,8 +3986,6 @@ export declare namespace storage_v1 {
4144
3986
  * generation: 'placeholder-value',
4145
3987
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4146
3988
  * object: 'placeholder-value',
4147
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4148
- * provisionalUserProject: 'placeholder-value',
4149
3989
  * // The project to be billed for this request. Required for Requester Pays buckets.
4150
3990
  * userProject: 'placeholder-value',
4151
3991
  *
@@ -4245,8 +4085,6 @@ export declare namespace storage_v1 {
4245
4085
  * generation: 'placeholder-value',
4246
4086
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4247
4087
  * object: 'placeholder-value',
4248
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4249
- * provisionalUserProject: 'placeholder-value',
4250
4088
  * // The project to be billed for this request. Required for Requester Pays buckets.
4251
4089
  * userProject: 'placeholder-value',
4252
4090
  *
@@ -4326,10 +4164,6 @@ export declare namespace storage_v1 {
4326
4164
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4327
4165
  */
4328
4166
  object?: string;
4329
- /**
4330
- * The project to be billed for this request if the target bucket is requester-pays bucket.
4331
- */
4332
- provisionalUserProject?: string;
4333
4167
  /**
4334
4168
  * The project to be billed for this request. Required for Requester Pays buckets.
4335
4169
  */
@@ -4352,10 +4186,6 @@ export declare namespace storage_v1 {
4352
4186
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4353
4187
  */
4354
4188
  object?: string;
4355
- /**
4356
- * The project to be billed for this request if the target bucket is requester-pays bucket.
4357
- */
4358
- provisionalUserProject?: string;
4359
4189
  /**
4360
4190
  * The project to be billed for this request. Required for Requester Pays buckets.
4361
4191
  */
@@ -4374,10 +4204,6 @@ export declare namespace storage_v1 {
4374
4204
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4375
4205
  */
4376
4206
  object?: string;
4377
- /**
4378
- * The project to be billed for this request if the target bucket is requester-pays bucket.
4379
- */
4380
- provisionalUserProject?: string;
4381
4207
  /**
4382
4208
  * The project to be billed for this request. Required for Requester Pays buckets.
4383
4209
  */
@@ -4400,10 +4226,6 @@ export declare namespace storage_v1 {
4400
4226
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4401
4227
  */
4402
4228
  object?: string;
4403
- /**
4404
- * The project to be billed for this request if the target bucket is requester-pays bucket.
4405
- */
4406
- provisionalUserProject?: string;
4407
4229
  /**
4408
4230
  * The project to be billed for this request. Required for Requester Pays buckets.
4409
4231
  */
@@ -4426,10 +4248,6 @@ export declare namespace storage_v1 {
4426
4248
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4427
4249
  */
4428
4250
  object?: string;
4429
- /**
4430
- * The project to be billed for this request if the target bucket is requester-pays bucket.
4431
- */
4432
- provisionalUserProject?: string;
4433
4251
  /**
4434
4252
  * The project to be billed for this request. Required for Requester Pays buckets.
4435
4253
  */
@@ -4456,10 +4274,6 @@ export declare namespace storage_v1 {
4456
4274
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4457
4275
  */
4458
4276
  object?: string;
4459
- /**
4460
- * The project to be billed for this request if the target bucket is requester-pays bucket.
4461
- */
4462
- provisionalUserProject?: string;
4463
4277
  /**
4464
4278
  * The project to be billed for this request. Required for Requester Pays buckets.
4465
4279
  */
@@ -4515,8 +4329,6 @@ export declare namespace storage_v1 {
4515
4329
  * ifMetagenerationMatch: 'placeholder-value',
4516
4330
  * // Resource name of the Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that will be used to encrypt the object. Overrides the object metadata's kms_key_name value, if any.
4517
4331
  * kmsKeyName: 'placeholder-value',
4518
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4519
- * provisionalUserProject: 'placeholder-value',
4520
4332
  * // The project to be billed for this request. Required for Requester Pays buckets.
4521
4333
  * userProject: 'placeholder-value',
4522
4334
  *
@@ -4644,8 +4456,6 @@ export declare namespace storage_v1 {
4644
4456
  * ifSourceMetagenerationNotMatch: 'placeholder-value',
4645
4457
  * // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
4646
4458
  * projection: 'placeholder-value',
4647
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4648
- * provisionalUserProject: 'placeholder-value',
4649
4459
  * // Name of the bucket in which to find the source object.
4650
4460
  * sourceBucket: 'placeholder-value',
4651
4461
  * // If present, selects a specific revision of the source object (as opposed to the latest version, the default).
@@ -4796,8 +4606,6 @@ export declare namespace storage_v1 {
4796
4606
  * ifMetagenerationNotMatch: 'placeholder-value',
4797
4607
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4798
4608
  * object: 'placeholder-value',
4799
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4800
- * provisionalUserProject: 'placeholder-value',
4801
4609
  * // The project to be billed for this request. Required for Requester Pays buckets.
4802
4610
  * userProject: 'placeholder-value',
4803
4611
  * });
@@ -4871,8 +4679,6 @@ export declare namespace storage_v1 {
4871
4679
  * object: 'placeholder-value',
4872
4680
  * // Set of properties to return. Defaults to noAcl.
4873
4681
  * projection: 'placeholder-value',
4874
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4875
- * provisionalUserProject: 'placeholder-value',
4876
4682
  * // The project to be billed for this request. Required for Requester Pays buckets.
4877
4683
  * userProject: 'placeholder-value',
4878
4684
  * });
@@ -4972,8 +4778,6 @@ export declare namespace storage_v1 {
4972
4778
  * generation: 'placeholder-value',
4973
4779
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4974
4780
  * object: 'placeholder-value',
4975
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4976
- * provisionalUserProject: 'placeholder-value',
4977
4781
  * // The project to be billed for this request. Required for Requester Pays buckets.
4978
4782
  * userProject: 'placeholder-value',
4979
4783
  * });
@@ -5058,8 +4862,6 @@ export declare namespace storage_v1 {
5058
4862
  * predefinedAcl: 'placeholder-value',
5059
4863
  * // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
5060
4864
  * projection: 'placeholder-value',
5061
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5062
- * provisionalUserProject: 'placeholder-value',
5063
4865
  * // The project to be billed for this request. Required for Requester Pays buckets.
5064
4866
  * userProject: 'placeholder-value',
5065
4867
  *
@@ -5212,8 +5014,6 @@ export declare namespace storage_v1 {
5212
5014
  * prefix: 'placeholder-value',
5213
5015
  * // Set of properties to return. Defaults to noAcl.
5214
5016
  * projection: 'placeholder-value',
5215
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5216
- * provisionalUserProject: 'placeholder-value',
5217
5017
  * // Filter results to objects whose names are lexicographically equal to or after startOffset. If endOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive).
5218
5018
  * startOffset: 'placeholder-value',
5219
5019
  * // The project to be billed for this request. Required for Requester Pays buckets.
@@ -5298,8 +5098,6 @@ export declare namespace storage_v1 {
5298
5098
  * predefinedAcl: 'placeholder-value',
5299
5099
  * // Set of properties to return. Defaults to full.
5300
5100
  * projection: 'placeholder-value',
5301
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5302
- * provisionalUserProject: 'placeholder-value',
5303
5101
  * // The project to be billed for this request, for Requester Pays buckets.
5304
5102
  * userProject: 'placeholder-value',
5305
5103
  *
@@ -5458,8 +5256,6 @@ export declare namespace storage_v1 {
5458
5256
  * maxBytesRewrittenPerCall: 'placeholder-value',
5459
5257
  * // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
5460
5258
  * projection: 'placeholder-value',
5461
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5462
- * provisionalUserProject: 'placeholder-value',
5463
5259
  * // Include this field (from the previous rewrite response) on each rewrite request after the first one, until the rewrite response 'done' flag is true. Calls that provide a rewriteToken can omit all other request fields, but if included those fields must match the values provided in the first rewrite request.
5464
5260
  * rewriteToken: 'placeholder-value',
5465
5261
  * // Name of the bucket in which to find the source object.
@@ -5578,8 +5374,6 @@ export declare namespace storage_v1 {
5578
5374
  * generation: 'placeholder-value',
5579
5375
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
5580
5376
  * object: 'placeholder-value',
5581
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5582
- * provisionalUserProject: 'placeholder-value',
5583
5377
  * // The project to be billed for this request. Required for Requester Pays buckets.
5584
5378
  * userProject: 'placeholder-value',
5585
5379
  *
@@ -5666,8 +5460,6 @@ export declare namespace storage_v1 {
5666
5460
  * object: 'placeholder-value',
5667
5461
  * // Permissions to test.
5668
5462
  * permissions: 'placeholder-value',
5669
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5670
- * provisionalUserProject: 'placeholder-value',
5671
5463
  * // The project to be billed for this request. Required for Requester Pays buckets.
5672
5464
  * userProject: 'placeholder-value',
5673
5465
  * });
@@ -5746,8 +5538,6 @@ export declare namespace storage_v1 {
5746
5538
  * predefinedAcl: 'placeholder-value',
5747
5539
  * // Set of properties to return. Defaults to full.
5748
5540
  * projection: 'placeholder-value',
5749
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5750
- * provisionalUserProject: 'placeholder-value',
5751
5541
  * // The project to be billed for this request. Required for Requester Pays buckets.
5752
5542
  * userProject: 'placeholder-value',
5753
5543
  *
@@ -5896,8 +5686,6 @@ export declare namespace storage_v1 {
5896
5686
  * prefix: 'placeholder-value',
5897
5687
  * // Set of properties to return. Defaults to noAcl.
5898
5688
  * projection: 'placeholder-value',
5899
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5900
- * provisionalUserProject: 'placeholder-value',
5901
5689
  * // Filter results to objects whose names are lexicographically equal to or after startOffset. If endOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive).
5902
5690
  * startOffset: 'placeholder-value',
5903
5691
  * // The project to be billed for this request. Required for Requester Pays buckets.
@@ -5983,10 +5771,6 @@ export declare namespace storage_v1 {
5983
5771
  * Resource name of the Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that will be used to encrypt the object. Overrides the object metadata's kms_key_name value, if any.
5984
5772
  */
5985
5773
  kmsKeyName?: string;
5986
- /**
5987
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5988
- */
5989
- provisionalUserProject?: string;
5990
5774
  /**
5991
5775
  * The project to be billed for this request. Required for Requester Pays buckets.
5992
5776
  */
@@ -6049,10 +5833,6 @@ export declare namespace storage_v1 {
6049
5833
  * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
6050
5834
  */
6051
5835
  projection?: string;
6052
- /**
6053
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6054
- */
6055
- provisionalUserProject?: string;
6056
5836
  /**
6057
5837
  * Name of the bucket in which to find the source object.
6058
5838
  */
@@ -6103,10 +5883,6 @@ export declare namespace storage_v1 {
6103
5883
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6104
5884
  */
6105
5885
  object?: string;
6106
- /**
6107
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6108
- */
6109
- provisionalUserProject?: string;
6110
5886
  /**
6111
5887
  * The project to be billed for this request. Required for Requester Pays buckets.
6112
5888
  */
@@ -6145,10 +5921,6 @@ export declare namespace storage_v1 {
6145
5921
  * Set of properties to return. Defaults to noAcl.
6146
5922
  */
6147
5923
  projection?: string;
6148
- /**
6149
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6150
- */
6151
- provisionalUserProject?: string;
6152
5924
  /**
6153
5925
  * The project to be billed for this request. Required for Requester Pays buckets.
6154
5926
  */
@@ -6167,10 +5939,6 @@ export declare namespace storage_v1 {
6167
5939
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6168
5940
  */
6169
5941
  object?: string;
6170
- /**
6171
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6172
- */
6173
- provisionalUserProject?: string;
6174
5942
  /**
6175
5943
  * The project to be billed for this request. Required for Requester Pays buckets.
6176
5944
  */
@@ -6217,10 +5985,6 @@ export declare namespace storage_v1 {
6217
5985
  * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
6218
5986
  */
6219
5987
  projection?: string;
6220
- /**
6221
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6222
- */
6223
- provisionalUserProject?: string;
6224
5988
  /**
6225
5989
  * The project to be billed for this request. Required for Requester Pays buckets.
6226
5990
  */
@@ -6276,10 +6040,6 @@ export declare namespace storage_v1 {
6276
6040
  * Set of properties to return. Defaults to noAcl.
6277
6041
  */
6278
6042
  projection?: string;
6279
- /**
6280
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6281
- */
6282
- provisionalUserProject?: string;
6283
6043
  /**
6284
6044
  * Filter results to objects whose names are lexicographically equal to or after startOffset. If endOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive).
6285
6045
  */
@@ -6330,10 +6090,6 @@ export declare namespace storage_v1 {
6330
6090
  * Set of properties to return. Defaults to full.
6331
6091
  */
6332
6092
  projection?: string;
6333
- /**
6334
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6335
- */
6336
- provisionalUserProject?: string;
6337
6093
  /**
6338
6094
  * The project to be billed for this request, for Requester Pays buckets.
6339
6095
  */
@@ -6400,10 +6156,6 @@ export declare namespace storage_v1 {
6400
6156
  * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
6401
6157
  */
6402
6158
  projection?: string;
6403
- /**
6404
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6405
- */
6406
- provisionalUserProject?: string;
6407
6159
  /**
6408
6160
  * Include this field (from the previous rewrite response) on each rewrite request after the first one, until the rewrite response 'done' flag is true. Calls that provide a rewriteToken can omit all other request fields, but if included those fields must match the values provided in the first rewrite request.
6409
6161
  */
@@ -6442,10 +6194,6 @@ export declare namespace storage_v1 {
6442
6194
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6443
6195
  */
6444
6196
  object?: string;
6445
- /**
6446
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6447
- */
6448
- provisionalUserProject?: string;
6449
6197
  /**
6450
6198
  * The project to be billed for this request. Required for Requester Pays buckets.
6451
6199
  */
@@ -6472,10 +6220,6 @@ export declare namespace storage_v1 {
6472
6220
  * Permissions to test.
6473
6221
  */
6474
6222
  permissions?: string[];
6475
- /**
6476
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6477
- */
6478
- provisionalUserProject?: string;
6479
6223
  /**
6480
6224
  * The project to be billed for this request. Required for Requester Pays buckets.
6481
6225
  */
@@ -6518,10 +6262,6 @@ export declare namespace storage_v1 {
6518
6262
  * Set of properties to return. Defaults to full.
6519
6263
  */
6520
6264
  projection?: string;
6521
- /**
6522
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6523
- */
6524
- provisionalUserProject?: string;
6525
6265
  /**
6526
6266
  * The project to be billed for this request. Required for Requester Pays buckets.
6527
6267
  */
@@ -6564,10 +6304,6 @@ export declare namespace storage_v1 {
6564
6304
  * Set of properties to return. Defaults to noAcl.
6565
6305
  */
6566
6306
  projection?: string;
6567
- /**
6568
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6569
- */
6570
- provisionalUserProject?: string;
6571
6307
  /**
6572
6308
  * Filter results to objects whose names are lexicographically equal to or after startOffset. If endOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive).
6573
6309
  */
@@ -7079,8 +6815,6 @@ export declare namespace storage_v1 {
7079
6815
  * const res = await storage.projects.serviceAccount.get({
7080
6816
  * // Project ID
7081
6817
  * projectId: 'placeholder-value',
7082
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7083
- * provisionalUserProject: 'placeholder-value',
7084
6818
  * // The project to be billed for this request.
7085
6819
  * userProject: 'placeholder-value',
7086
6820
  * });
@@ -7117,10 +6851,6 @@ export declare namespace storage_v1 {
7117
6851
  * Project ID
7118
6852
  */
7119
6853
  projectId?: string;
7120
- /**
7121
- * The project to be billed for this request if the target bucket is requester-pays bucket.
7122
- */
7123
- provisionalUserProject?: string;
7124
6854
  /**
7125
6855
  * The project to be billed for this request.
7126
6856
  */