@googleapis/storage 1.2.0 → 2.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
@@ -96,12 +96,6 @@ export declare namespace storage_v1 {
96
96
  origin?: string[];
97
97
  responseHeader?: string[];
98
98
  }> | null;
99
- /**
100
- * The bucket's custom placement configuration for Custom Dual Regions.
101
- */
102
- customPlacementConfig?: {
103
- dataLocations?: string[];
104
- } | null;
105
99
  /**
106
100
  * The default value for event-based hold on newly created objects in this bucket. Event-based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here, bucket-level retention is 3 years and the event is loan being paid in full. In this example, these objects will be held intact for any number of years until the event has occurred (event-based hold on the object is released) and then 3 more years after that. That means retention duration of the objects begins from the moment event-based hold transitioned from true to false. Objects under event-based hold cannot be deleted, overwritten or archived until the hold is removed.
107
101
  */
@@ -951,8 +945,6 @@ export declare namespace storage_v1 {
951
945
  * bucket: 'placeholder-value',
952
946
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
953
947
  * entity: 'placeholder-value',
954
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
955
- * provisionalUserProject: 'placeholder-value',
956
948
  * // The project to be billed for this request. Required for Requester Pays buckets.
957
949
  * userProject: 'placeholder-value',
958
950
  * });
@@ -1011,8 +1003,6 @@ export declare namespace storage_v1 {
1011
1003
  * bucket: 'placeholder-value',
1012
1004
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1013
1005
  * entity: 'placeholder-value',
1014
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1015
- * provisionalUserProject: 'placeholder-value',
1016
1006
  * // The project to be billed for this request. Required for Requester Pays buckets.
1017
1007
  * userProject: 'placeholder-value',
1018
1008
  * });
@@ -1084,8 +1074,6 @@ export declare namespace storage_v1 {
1084
1074
  * const res = await storage.bucketAccessControls.insert({
1085
1075
  * // Name of a bucket.
1086
1076
  * bucket: 'placeholder-value',
1087
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1088
- * provisionalUserProject: 'placeholder-value',
1089
1077
  * // The project to be billed for this request. Required for Requester Pays buckets.
1090
1078
  * userProject: 'placeholder-value',
1091
1079
  *
@@ -1175,8 +1163,6 @@ export declare namespace storage_v1 {
1175
1163
  * const res = await storage.bucketAccessControls.list({
1176
1164
  * // Name of a bucket.
1177
1165
  * bucket: 'placeholder-value',
1178
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1179
- * provisionalUserProject: 'placeholder-value',
1180
1166
  * // The project to be billed for this request. Required for Requester Pays buckets.
1181
1167
  * userProject: 'placeholder-value',
1182
1168
  * });
@@ -1241,8 +1227,6 @@ export declare namespace storage_v1 {
1241
1227
  * bucket: 'placeholder-value',
1242
1228
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1243
1229
  * entity: 'placeholder-value',
1244
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1245
- * provisionalUserProject: 'placeholder-value',
1246
1230
  * // The project to be billed for this request. Required for Requester Pays buckets.
1247
1231
  * userProject: 'placeholder-value',
1248
1232
  *
@@ -1334,8 +1318,6 @@ export declare namespace storage_v1 {
1334
1318
  * bucket: 'placeholder-value',
1335
1319
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1336
1320
  * entity: 'placeholder-value',
1337
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1338
- * provisionalUserProject: 'placeholder-value',
1339
1321
  * // The project to be billed for this request. Required for Requester Pays buckets.
1340
1322
  * userProject: 'placeholder-value',
1341
1323
  *
@@ -1403,10 +1385,6 @@ export declare namespace storage_v1 {
1403
1385
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1404
1386
  */
1405
1387
  entity?: string;
1406
- /**
1407
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1408
- */
1409
- provisionalUserProject?: string;
1410
1388
  /**
1411
1389
  * The project to be billed for this request. Required for Requester Pays buckets.
1412
1390
  */
@@ -1421,10 +1399,6 @@ export declare namespace storage_v1 {
1421
1399
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1422
1400
  */
1423
1401
  entity?: string;
1424
- /**
1425
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1426
- */
1427
- provisionalUserProject?: string;
1428
1402
  /**
1429
1403
  * The project to be billed for this request. Required for Requester Pays buckets.
1430
1404
  */
@@ -1435,10 +1409,6 @@ export declare namespace storage_v1 {
1435
1409
  * Name of a bucket.
1436
1410
  */
1437
1411
  bucket?: string;
1438
- /**
1439
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1440
- */
1441
- provisionalUserProject?: string;
1442
1412
  /**
1443
1413
  * The project to be billed for this request. Required for Requester Pays buckets.
1444
1414
  */
@@ -1453,10 +1423,6 @@ export declare namespace storage_v1 {
1453
1423
  * Name of a bucket.
1454
1424
  */
1455
1425
  bucket?: string;
1456
- /**
1457
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1458
- */
1459
- provisionalUserProject?: string;
1460
1426
  /**
1461
1427
  * The project to be billed for this request. Required for Requester Pays buckets.
1462
1428
  */
@@ -1471,10 +1437,6 @@ export declare namespace storage_v1 {
1471
1437
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1472
1438
  */
1473
1439
  entity?: string;
1474
- /**
1475
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1476
- */
1477
- provisionalUserProject?: string;
1478
1440
  /**
1479
1441
  * The project to be billed for this request. Required for Requester Pays buckets.
1480
1442
  */
@@ -1493,10 +1455,6 @@ export declare namespace storage_v1 {
1493
1455
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1494
1456
  */
1495
1457
  entity?: string;
1496
- /**
1497
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1498
- */
1499
- provisionalUserProject?: string;
1500
1458
  /**
1501
1459
  * The project to be billed for this request. Required for Requester Pays buckets.
1502
1460
  */
@@ -1546,8 +1504,6 @@ export declare namespace storage_v1 {
1546
1504
  * ifMetagenerationMatch: 'placeholder-value',
1547
1505
  * // If set, only deletes the bucket if its metageneration does not match this value.
1548
1506
  * ifMetagenerationNotMatch: 'placeholder-value',
1549
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1550
- * provisionalUserProject: 'placeholder-value',
1551
1507
  * // The project to be billed for this request. Required for Requester Pays buckets.
1552
1508
  * userProject: 'placeholder-value',
1553
1509
  * });
@@ -1613,8 +1569,6 @@ export declare namespace storage_v1 {
1613
1569
  * ifMetagenerationNotMatch: 'placeholder-value',
1614
1570
  * // Set of properties to return. Defaults to noAcl.
1615
1571
  * projection: 'placeholder-value',
1616
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1617
- * provisionalUserProject: 'placeholder-value',
1618
1572
  * // The project to be billed for this request. Required for Requester Pays buckets.
1619
1573
  * userProject: 'placeholder-value',
1620
1574
  * });
@@ -1626,7 +1580,6 @@ export declare namespace storage_v1 {
1626
1580
  * // "autoclass": {},
1627
1581
  * // "billing": {},
1628
1582
  * // "cors": [],
1629
- * // "customPlacementConfig": {},
1630
1583
  * // "defaultEventBasedHold": false,
1631
1584
  * // "defaultObjectAcl": [],
1632
1585
  * // "encryption": {},
@@ -1707,8 +1660,6 @@ export declare namespace storage_v1 {
1707
1660
  * bucket: 'placeholder-value',
1708
1661
  * // 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.
1709
1662
  * optionsRequestedPolicyVersion: 'placeholder-value',
1710
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1711
- * provisionalUserProject: 'placeholder-value',
1712
1663
  * // The project to be billed for this request. Required for Requester Pays buckets.
1713
1664
  * userProject: 'placeholder-value',
1714
1665
  * });
@@ -1781,8 +1732,6 @@ export declare namespace storage_v1 {
1781
1732
  * project: 'placeholder-value',
1782
1733
  * // Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
1783
1734
  * projection: 'placeholder-value',
1784
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1785
- * provisionalUserProject: 'placeholder-value',
1786
1735
  * // The project to be billed for this request.
1787
1736
  * userProject: 'placeholder-value',
1788
1737
  *
@@ -1794,7 +1743,6 @@ export declare namespace storage_v1 {
1794
1743
  * // "autoclass": {},
1795
1744
  * // "billing": {},
1796
1745
  * // "cors": [],
1797
- * // "customPlacementConfig": {},
1798
1746
  * // "defaultEventBasedHold": false,
1799
1747
  * // "defaultObjectAcl": [],
1800
1748
  * // "encryption": {},
@@ -1831,7 +1779,6 @@ export declare namespace storage_v1 {
1831
1779
  * // "autoclass": {},
1832
1780
  * // "billing": {},
1833
1781
  * // "cors": [],
1834
- * // "customPlacementConfig": {},
1835
1782
  * // "defaultEventBasedHold": false,
1836
1783
  * // "defaultObjectAcl": [],
1837
1784
  * // "encryption": {},
@@ -1921,8 +1868,6 @@ export declare namespace storage_v1 {
1921
1868
  * project: 'placeholder-value',
1922
1869
  * // Set of properties to return. Defaults to noAcl.
1923
1870
  * projection: 'placeholder-value',
1924
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1925
- * provisionalUserProject: 'placeholder-value',
1926
1871
  * // The project to be billed for this request.
1927
1872
  * userProject: 'placeholder-value',
1928
1873
  * });
@@ -1989,8 +1934,6 @@ export declare namespace storage_v1 {
1989
1934
  * bucket: 'placeholder-value',
1990
1935
  * // Makes the operation conditional on whether bucket's current metageneration matches the given value.
1991
1936
  * ifMetagenerationMatch: 'placeholder-value',
1992
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1993
- * provisionalUserProject: 'placeholder-value',
1994
1937
  * // The project to be billed for this request. Required for Requester Pays buckets.
1995
1938
  * userProject: 'placeholder-value',
1996
1939
  * });
@@ -2002,7 +1945,6 @@ export declare namespace storage_v1 {
2002
1945
  * // "autoclass": {},
2003
1946
  * // "billing": {},
2004
1947
  * // "cors": [],
2005
- * // "customPlacementConfig": {},
2006
1948
  * // "defaultEventBasedHold": false,
2007
1949
  * // "defaultObjectAcl": [],
2008
1950
  * // "encryption": {},
@@ -2091,8 +2033,6 @@ export declare namespace storage_v1 {
2091
2033
  * predefinedDefaultObjectAcl: 'placeholder-value',
2092
2034
  * // Set of properties to return. Defaults to full.
2093
2035
  * projection: 'placeholder-value',
2094
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2095
- * provisionalUserProject: 'placeholder-value',
2096
2036
  * // The project to be billed for this request. Required for Requester Pays buckets.
2097
2037
  * userProject: 'placeholder-value',
2098
2038
  *
@@ -2104,7 +2044,6 @@ export declare namespace storage_v1 {
2104
2044
  * // "autoclass": {},
2105
2045
  * // "billing": {},
2106
2046
  * // "cors": [],
2107
- * // "customPlacementConfig": {},
2108
2047
  * // "defaultEventBasedHold": false,
2109
2048
  * // "defaultObjectAcl": [],
2110
2049
  * // "encryption": {},
@@ -2141,7 +2080,6 @@ export declare namespace storage_v1 {
2141
2080
  * // "autoclass": {},
2142
2081
  * // "billing": {},
2143
2082
  * // "cors": [],
2144
- * // "customPlacementConfig": {},
2145
2083
  * // "defaultEventBasedHold": false,
2146
2084
  * // "defaultObjectAcl": [],
2147
2085
  * // "encryption": {},
@@ -2220,8 +2158,6 @@ export declare namespace storage_v1 {
2220
2158
  * const res = await storage.buckets.setIamPolicy({
2221
2159
  * // Name of a bucket.
2222
2160
  * bucket: 'placeholder-value',
2223
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2224
- * provisionalUserProject: 'placeholder-value',
2225
2161
  * // The project to be billed for this request. Required for Requester Pays buckets.
2226
2162
  * userProject: 'placeholder-value',
2227
2163
  *
@@ -2304,8 +2240,6 @@ export declare namespace storage_v1 {
2304
2240
  * bucket: 'placeholder-value',
2305
2241
  * // Permissions to test.
2306
2242
  * permissions: 'placeholder-value',
2307
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2308
- * provisionalUserProject: 'placeholder-value',
2309
2243
  * // The project to be billed for this request. Required for Requester Pays buckets.
2310
2244
  * userProject: 'placeholder-value',
2311
2245
  * });
@@ -2378,8 +2312,6 @@ export declare namespace storage_v1 {
2378
2312
  * predefinedDefaultObjectAcl: 'placeholder-value',
2379
2313
  * // Set of properties to return. Defaults to full.
2380
2314
  * projection: 'placeholder-value',
2381
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2382
- * provisionalUserProject: 'placeholder-value',
2383
2315
  * // The project to be billed for this request. Required for Requester Pays buckets.
2384
2316
  * userProject: 'placeholder-value',
2385
2317
  *
@@ -2391,7 +2323,6 @@ export declare namespace storage_v1 {
2391
2323
  * // "autoclass": {},
2392
2324
  * // "billing": {},
2393
2325
  * // "cors": [],
2394
- * // "customPlacementConfig": {},
2395
2326
  * // "defaultEventBasedHold": false,
2396
2327
  * // "defaultObjectAcl": [],
2397
2328
  * // "encryption": {},
@@ -2428,7 +2359,6 @@ export declare namespace storage_v1 {
2428
2359
  * // "autoclass": {},
2429
2360
  * // "billing": {},
2430
2361
  * // "cors": [],
2431
- * // "customPlacementConfig": {},
2432
2362
  * // "defaultEventBasedHold": false,
2433
2363
  * // "defaultObjectAcl": [],
2434
2364
  * // "encryption": {},
@@ -2489,10 +2419,6 @@ export declare namespace storage_v1 {
2489
2419
  * If set, only deletes the bucket if its metageneration does not match this value.
2490
2420
  */
2491
2421
  ifMetagenerationNotMatch?: string;
2492
- /**
2493
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2494
- */
2495
- provisionalUserProject?: string;
2496
2422
  /**
2497
2423
  * The project to be billed for this request. Required for Requester Pays buckets.
2498
2424
  */
@@ -2515,10 +2441,6 @@ export declare namespace storage_v1 {
2515
2441
  * Set of properties to return. Defaults to noAcl.
2516
2442
  */
2517
2443
  projection?: string;
2518
- /**
2519
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2520
- */
2521
- provisionalUserProject?: string;
2522
2444
  /**
2523
2445
  * The project to be billed for this request. Required for Requester Pays buckets.
2524
2446
  */
@@ -2533,10 +2455,6 @@ export declare namespace storage_v1 {
2533
2455
  * 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.
2534
2456
  */
2535
2457
  optionsRequestedPolicyVersion?: number;
2536
- /**
2537
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2538
- */
2539
- provisionalUserProject?: string;
2540
2458
  /**
2541
2459
  * The project to be billed for this request. Required for Requester Pays buckets.
2542
2460
  */
@@ -2559,10 +2477,6 @@ export declare namespace storage_v1 {
2559
2477
  * Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
2560
2478
  */
2561
2479
  projection?: string;
2562
- /**
2563
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2564
- */
2565
- provisionalUserProject?: string;
2566
2480
  /**
2567
2481
  * The project to be billed for this request.
2568
2482
  */
@@ -2593,10 +2507,6 @@ export declare namespace storage_v1 {
2593
2507
  * Set of properties to return. Defaults to noAcl.
2594
2508
  */
2595
2509
  projection?: string;
2596
- /**
2597
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2598
- */
2599
- provisionalUserProject?: string;
2600
2510
  /**
2601
2511
  * The project to be billed for this request.
2602
2512
  */
@@ -2611,10 +2521,6 @@ export declare namespace storage_v1 {
2611
2521
  * Makes the operation conditional on whether bucket's current metageneration matches the given value.
2612
2522
  */
2613
2523
  ifMetagenerationMatch?: string;
2614
- /**
2615
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2616
- */
2617
- provisionalUserProject?: string;
2618
2524
  /**
2619
2525
  * The project to be billed for this request. Required for Requester Pays buckets.
2620
2526
  */
@@ -2645,10 +2551,6 @@ export declare namespace storage_v1 {
2645
2551
  * Set of properties to return. Defaults to full.
2646
2552
  */
2647
2553
  projection?: string;
2648
- /**
2649
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2650
- */
2651
- provisionalUserProject?: string;
2652
2554
  /**
2653
2555
  * The project to be billed for this request. Required for Requester Pays buckets.
2654
2556
  */
@@ -2663,10 +2565,6 @@ export declare namespace storage_v1 {
2663
2565
  * Name of a bucket.
2664
2566
  */
2665
2567
  bucket?: string;
2666
- /**
2667
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2668
- */
2669
- provisionalUserProject?: string;
2670
2568
  /**
2671
2569
  * The project to be billed for this request. Required for Requester Pays buckets.
2672
2570
  */
@@ -2685,10 +2583,6 @@ export declare namespace storage_v1 {
2685
2583
  * Permissions to test.
2686
2584
  */
2687
2585
  permissions?: string[];
2688
- /**
2689
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2690
- */
2691
- provisionalUserProject?: string;
2692
2586
  /**
2693
2587
  * The project to be billed for this request. Required for Requester Pays buckets.
2694
2588
  */
@@ -2719,10 +2613,6 @@ export declare namespace storage_v1 {
2719
2613
  * Set of properties to return. Defaults to full.
2720
2614
  */
2721
2615
  projection?: string;
2722
- /**
2723
- * The project to be billed for this request if the target bucket is requester-pays bucket.
2724
- */
2725
- provisionalUserProject?: string;
2726
2616
  /**
2727
2617
  * The project to be billed for this request. Required for Requester Pays buckets.
2728
2618
  */
@@ -2850,8 +2740,6 @@ export declare namespace storage_v1 {
2850
2740
  * bucket: 'placeholder-value',
2851
2741
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
2852
2742
  * entity: 'placeholder-value',
2853
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2854
- * provisionalUserProject: 'placeholder-value',
2855
2743
  * // The project to be billed for this request. Required for Requester Pays buckets.
2856
2744
  * userProject: 'placeholder-value',
2857
2745
  * });
@@ -2910,8 +2798,6 @@ export declare namespace storage_v1 {
2910
2798
  * bucket: 'placeholder-value',
2911
2799
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
2912
2800
  * entity: 'placeholder-value',
2913
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2914
- * provisionalUserProject: 'placeholder-value',
2915
2801
  * // The project to be billed for this request. Required for Requester Pays buckets.
2916
2802
  * userProject: 'placeholder-value',
2917
2803
  * });
@@ -2985,8 +2871,6 @@ export declare namespace storage_v1 {
2985
2871
  * const res = await storage.defaultObjectAccessControls.insert({
2986
2872
  * // Name of a bucket.
2987
2873
  * bucket: 'placeholder-value',
2988
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2989
- * provisionalUserProject: 'placeholder-value',
2990
2874
  * // The project to be billed for this request. Required for Requester Pays buckets.
2991
2875
  * userProject: 'placeholder-value',
2992
2876
  *
@@ -3084,8 +2968,6 @@ export declare namespace storage_v1 {
3084
2968
  * ifMetagenerationMatch: 'placeholder-value',
3085
2969
  * // If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
3086
2970
  * ifMetagenerationNotMatch: 'placeholder-value',
3087
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3088
- * provisionalUserProject: 'placeholder-value',
3089
2971
  * // The project to be billed for this request. Required for Requester Pays buckets.
3090
2972
  * userProject: 'placeholder-value',
3091
2973
  * });
@@ -3150,8 +3032,6 @@ export declare namespace storage_v1 {
3150
3032
  * bucket: 'placeholder-value',
3151
3033
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
3152
3034
  * entity: 'placeholder-value',
3153
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3154
- * provisionalUserProject: 'placeholder-value',
3155
3035
  * // The project to be billed for this request. Required for Requester Pays buckets.
3156
3036
  * userProject: 'placeholder-value',
3157
3037
  *
@@ -3247,8 +3127,6 @@ export declare namespace storage_v1 {
3247
3127
  * bucket: 'placeholder-value',
3248
3128
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
3249
3129
  * entity: 'placeholder-value',
3250
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3251
- * provisionalUserProject: 'placeholder-value',
3252
3130
  * // The project to be billed for this request. Required for Requester Pays buckets.
3253
3131
  * userProject: 'placeholder-value',
3254
3132
  *
@@ -3320,10 +3198,6 @@ export declare namespace storage_v1 {
3320
3198
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
3321
3199
  */
3322
3200
  entity?: string;
3323
- /**
3324
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3325
- */
3326
- provisionalUserProject?: string;
3327
3201
  /**
3328
3202
  * The project to be billed for this request. Required for Requester Pays buckets.
3329
3203
  */
@@ -3338,10 +3212,6 @@ export declare namespace storage_v1 {
3338
3212
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
3339
3213
  */
3340
3214
  entity?: string;
3341
- /**
3342
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3343
- */
3344
- provisionalUserProject?: string;
3345
3215
  /**
3346
3216
  * The project to be billed for this request. Required for Requester Pays buckets.
3347
3217
  */
@@ -3352,10 +3222,6 @@ export declare namespace storage_v1 {
3352
3222
  * Name of a bucket.
3353
3223
  */
3354
3224
  bucket?: string;
3355
- /**
3356
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3357
- */
3358
- provisionalUserProject?: string;
3359
3225
  /**
3360
3226
  * The project to be billed for this request. Required for Requester Pays buckets.
3361
3227
  */
@@ -3378,10 +3244,6 @@ export declare namespace storage_v1 {
3378
3244
  * If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
3379
3245
  */
3380
3246
  ifMetagenerationNotMatch?: string;
3381
- /**
3382
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3383
- */
3384
- provisionalUserProject?: string;
3385
3247
  /**
3386
3248
  * The project to be billed for this request. Required for Requester Pays buckets.
3387
3249
  */
@@ -3396,10 +3258,6 @@ export declare namespace storage_v1 {
3396
3258
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
3397
3259
  */
3398
3260
  entity?: string;
3399
- /**
3400
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3401
- */
3402
- provisionalUserProject?: string;
3403
3261
  /**
3404
3262
  * The project to be billed for this request. Required for Requester Pays buckets.
3405
3263
  */
@@ -3418,10 +3276,6 @@ export declare namespace storage_v1 {
3418
3276
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
3419
3277
  */
3420
3278
  entity?: string;
3421
- /**
3422
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3423
- */
3424
- provisionalUserProject?: string;
3425
3279
  /**
3426
3280
  * The project to be billed for this request. Required for Requester Pays buckets.
3427
3281
  */
@@ -3469,8 +3323,6 @@ export declare namespace storage_v1 {
3469
3323
  * bucket: 'placeholder-value',
3470
3324
  * // ID of the notification to delete.
3471
3325
  * notification: 'placeholder-value',
3472
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3473
- * provisionalUserProject: 'placeholder-value',
3474
3326
  * // The project to be billed for this request. Required for Requester Pays buckets.
3475
3327
  * userProject: 'placeholder-value',
3476
3328
  * });
@@ -3532,8 +3384,6 @@ export declare namespace storage_v1 {
3532
3384
  * bucket: 'placeholder-value',
3533
3385
  * // Notification ID
3534
3386
  * notification: 'placeholder-value',
3535
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3536
- * provisionalUserProject: 'placeholder-value',
3537
3387
  * // The project to be billed for this request. Required for Requester Pays buckets.
3538
3388
  * userProject: 'placeholder-value',
3539
3389
  * });
@@ -3604,8 +3454,6 @@ export declare namespace storage_v1 {
3604
3454
  * const res = await storage.notifications.insert({
3605
3455
  * // The parent bucket of the notification.
3606
3456
  * bucket: 'placeholder-value',
3607
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3608
- * provisionalUserProject: 'placeholder-value',
3609
3457
  * // The project to be billed for this request. Required for Requester Pays buckets.
3610
3458
  * userProject: 'placeholder-value',
3611
3459
  *
@@ -3694,8 +3542,6 @@ export declare namespace storage_v1 {
3694
3542
  * const res = await storage.notifications.list({
3695
3543
  * // Name of a Google Cloud Storage bucket.
3696
3544
  * bucket: 'placeholder-value',
3697
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3698
- * provisionalUserProject: 'placeholder-value',
3699
3545
  * // The project to be billed for this request. Required for Requester Pays buckets.
3700
3546
  * userProject: 'placeholder-value',
3701
3547
  * });
@@ -3736,10 +3582,6 @@ export declare namespace storage_v1 {
3736
3582
  * ID of the notification to delete.
3737
3583
  */
3738
3584
  notification?: string;
3739
- /**
3740
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3741
- */
3742
- provisionalUserProject?: string;
3743
3585
  /**
3744
3586
  * The project to be billed for this request. Required for Requester Pays buckets.
3745
3587
  */
@@ -3754,10 +3596,6 @@ export declare namespace storage_v1 {
3754
3596
  * Notification ID
3755
3597
  */
3756
3598
  notification?: string;
3757
- /**
3758
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3759
- */
3760
- provisionalUserProject?: string;
3761
3599
  /**
3762
3600
  * The project to be billed for this request. Required for Requester Pays buckets.
3763
3601
  */
@@ -3768,10 +3606,6 @@ export declare namespace storage_v1 {
3768
3606
  * The parent bucket of the notification.
3769
3607
  */
3770
3608
  bucket?: string;
3771
- /**
3772
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3773
- */
3774
- provisionalUserProject?: string;
3775
3609
  /**
3776
3610
  * The project to be billed for this request. Required for Requester Pays buckets.
3777
3611
  */
@@ -3786,10 +3620,6 @@ export declare namespace storage_v1 {
3786
3620
  * Name of a Google Cloud Storage bucket.
3787
3621
  */
3788
3622
  bucket?: string;
3789
- /**
3790
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3791
- */
3792
- provisionalUserProject?: string;
3793
3623
  /**
3794
3624
  * The project to be billed for this request. Required for Requester Pays buckets.
3795
3625
  */
@@ -3836,8 +3666,6 @@ export declare namespace storage_v1 {
3836
3666
  * generation: 'placeholder-value',
3837
3667
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
3838
3668
  * object: 'placeholder-value',
3839
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3840
- * provisionalUserProject: 'placeholder-value',
3841
3669
  * // The project to be billed for this request. Required for Requester Pays buckets.
3842
3670
  * userProject: 'placeholder-value',
3843
3671
  * });
@@ -3900,8 +3728,6 @@ export declare namespace storage_v1 {
3900
3728
  * generation: 'placeholder-value',
3901
3729
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
3902
3730
  * object: 'placeholder-value',
3903
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3904
- * provisionalUserProject: 'placeholder-value',
3905
3731
  * // The project to be billed for this request. Required for Requester Pays buckets.
3906
3732
  * userProject: 'placeholder-value',
3907
3733
  * });
@@ -3979,8 +3805,6 @@ export declare namespace storage_v1 {
3979
3805
  * generation: 'placeholder-value',
3980
3806
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
3981
3807
  * object: 'placeholder-value',
3982
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3983
- * provisionalUserProject: 'placeholder-value',
3984
3808
  * // The project to be billed for this request. Required for Requester Pays buckets.
3985
3809
  * userProject: 'placeholder-value',
3986
3810
  *
@@ -4078,8 +3902,6 @@ export declare namespace storage_v1 {
4078
3902
  * generation: 'placeholder-value',
4079
3903
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4080
3904
  * object: 'placeholder-value',
4081
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4082
- * provisionalUserProject: 'placeholder-value',
4083
3905
  * // The project to be billed for this request. Required for Requester Pays buckets.
4084
3906
  * userProject: 'placeholder-value',
4085
3907
  * });
@@ -4148,8 +3970,6 @@ export declare namespace storage_v1 {
4148
3970
  * generation: 'placeholder-value',
4149
3971
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4150
3972
  * object: 'placeholder-value',
4151
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4152
- * provisionalUserProject: 'placeholder-value',
4153
3973
  * // The project to be billed for this request. Required for Requester Pays buckets.
4154
3974
  * userProject: 'placeholder-value',
4155
3975
  *
@@ -4249,8 +4069,6 @@ export declare namespace storage_v1 {
4249
4069
  * generation: 'placeholder-value',
4250
4070
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4251
4071
  * object: 'placeholder-value',
4252
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4253
- * provisionalUserProject: 'placeholder-value',
4254
4072
  * // The project to be billed for this request. Required for Requester Pays buckets.
4255
4073
  * userProject: 'placeholder-value',
4256
4074
  *
@@ -4330,10 +4148,6 @@ export declare namespace storage_v1 {
4330
4148
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4331
4149
  */
4332
4150
  object?: string;
4333
- /**
4334
- * The project to be billed for this request if the target bucket is requester-pays bucket.
4335
- */
4336
- provisionalUserProject?: string;
4337
4151
  /**
4338
4152
  * The project to be billed for this request. Required for Requester Pays buckets.
4339
4153
  */
@@ -4356,10 +4170,6 @@ export declare namespace storage_v1 {
4356
4170
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4357
4171
  */
4358
4172
  object?: string;
4359
- /**
4360
- * The project to be billed for this request if the target bucket is requester-pays bucket.
4361
- */
4362
- provisionalUserProject?: string;
4363
4173
  /**
4364
4174
  * The project to be billed for this request. Required for Requester Pays buckets.
4365
4175
  */
@@ -4378,10 +4188,6 @@ export declare namespace storage_v1 {
4378
4188
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4379
4189
  */
4380
4190
  object?: string;
4381
- /**
4382
- * The project to be billed for this request if the target bucket is requester-pays bucket.
4383
- */
4384
- provisionalUserProject?: string;
4385
4191
  /**
4386
4192
  * The project to be billed for this request. Required for Requester Pays buckets.
4387
4193
  */
@@ -4404,10 +4210,6 @@ export declare namespace storage_v1 {
4404
4210
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4405
4211
  */
4406
4212
  object?: string;
4407
- /**
4408
- * The project to be billed for this request if the target bucket is requester-pays bucket.
4409
- */
4410
- provisionalUserProject?: string;
4411
4213
  /**
4412
4214
  * The project to be billed for this request. Required for Requester Pays buckets.
4413
4215
  */
@@ -4430,10 +4232,6 @@ export declare namespace storage_v1 {
4430
4232
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4431
4233
  */
4432
4234
  object?: string;
4433
- /**
4434
- * The project to be billed for this request if the target bucket is requester-pays bucket.
4435
- */
4436
- provisionalUserProject?: string;
4437
4235
  /**
4438
4236
  * The project to be billed for this request. Required for Requester Pays buckets.
4439
4237
  */
@@ -4460,10 +4258,6 @@ export declare namespace storage_v1 {
4460
4258
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4461
4259
  */
4462
4260
  object?: string;
4463
- /**
4464
- * The project to be billed for this request if the target bucket is requester-pays bucket.
4465
- */
4466
- provisionalUserProject?: string;
4467
4261
  /**
4468
4262
  * The project to be billed for this request. Required for Requester Pays buckets.
4469
4263
  */
@@ -4519,8 +4313,6 @@ export declare namespace storage_v1 {
4519
4313
  * ifMetagenerationMatch: 'placeholder-value',
4520
4314
  * // 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.
4521
4315
  * kmsKeyName: 'placeholder-value',
4522
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4523
- * provisionalUserProject: 'placeholder-value',
4524
4316
  * // The project to be billed for this request. Required for Requester Pays buckets.
4525
4317
  * userProject: 'placeholder-value',
4526
4318
  *
@@ -4648,8 +4440,6 @@ export declare namespace storage_v1 {
4648
4440
  * ifSourceMetagenerationNotMatch: 'placeholder-value',
4649
4441
  * // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
4650
4442
  * projection: 'placeholder-value',
4651
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4652
- * provisionalUserProject: 'placeholder-value',
4653
4443
  * // Name of the bucket in which to find the source object.
4654
4444
  * sourceBucket: 'placeholder-value',
4655
4445
  * // If present, selects a specific revision of the source object (as opposed to the latest version, the default).
@@ -4800,8 +4590,6 @@ export declare namespace storage_v1 {
4800
4590
  * ifMetagenerationNotMatch: 'placeholder-value',
4801
4591
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4802
4592
  * object: 'placeholder-value',
4803
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4804
- * provisionalUserProject: 'placeholder-value',
4805
4593
  * // The project to be billed for this request. Required for Requester Pays buckets.
4806
4594
  * userProject: 'placeholder-value',
4807
4595
  * });
@@ -4875,8 +4663,6 @@ export declare namespace storage_v1 {
4875
4663
  * object: 'placeholder-value',
4876
4664
  * // Set of properties to return. Defaults to noAcl.
4877
4665
  * projection: 'placeholder-value',
4878
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4879
- * provisionalUserProject: 'placeholder-value',
4880
4666
  * // The project to be billed for this request. Required for Requester Pays buckets.
4881
4667
  * userProject: 'placeholder-value',
4882
4668
  * });
@@ -4976,8 +4762,6 @@ export declare namespace storage_v1 {
4976
4762
  * generation: 'placeholder-value',
4977
4763
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
4978
4764
  * object: 'placeholder-value',
4979
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4980
- * provisionalUserProject: 'placeholder-value',
4981
4765
  * // The project to be billed for this request. Required for Requester Pays buckets.
4982
4766
  * userProject: 'placeholder-value',
4983
4767
  * });
@@ -5062,8 +4846,6 @@ export declare namespace storage_v1 {
5062
4846
  * predefinedAcl: 'placeholder-value',
5063
4847
  * // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
5064
4848
  * projection: 'placeholder-value',
5065
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5066
- * provisionalUserProject: 'placeholder-value',
5067
4849
  * // The project to be billed for this request. Required for Requester Pays buckets.
5068
4850
  * userProject: 'placeholder-value',
5069
4851
  *
@@ -5216,8 +4998,6 @@ export declare namespace storage_v1 {
5216
4998
  * prefix: 'placeholder-value',
5217
4999
  * // Set of properties to return. Defaults to noAcl.
5218
5000
  * projection: 'placeholder-value',
5219
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5220
- * provisionalUserProject: 'placeholder-value',
5221
5001
  * // 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).
5222
5002
  * startOffset: 'placeholder-value',
5223
5003
  * // The project to be billed for this request. Required for Requester Pays buckets.
@@ -5302,8 +5082,6 @@ export declare namespace storage_v1 {
5302
5082
  * predefinedAcl: 'placeholder-value',
5303
5083
  * // Set of properties to return. Defaults to full.
5304
5084
  * projection: 'placeholder-value',
5305
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5306
- * provisionalUserProject: 'placeholder-value',
5307
5085
  * // The project to be billed for this request, for Requester Pays buckets.
5308
5086
  * userProject: 'placeholder-value',
5309
5087
  *
@@ -5462,8 +5240,6 @@ export declare namespace storage_v1 {
5462
5240
  * maxBytesRewrittenPerCall: 'placeholder-value',
5463
5241
  * // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
5464
5242
  * projection: 'placeholder-value',
5465
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5466
- * provisionalUserProject: 'placeholder-value',
5467
5243
  * // 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.
5468
5244
  * rewriteToken: 'placeholder-value',
5469
5245
  * // Name of the bucket in which to find the source object.
@@ -5582,8 +5358,6 @@ export declare namespace storage_v1 {
5582
5358
  * generation: 'placeholder-value',
5583
5359
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
5584
5360
  * object: 'placeholder-value',
5585
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5586
- * provisionalUserProject: 'placeholder-value',
5587
5361
  * // The project to be billed for this request. Required for Requester Pays buckets.
5588
5362
  * userProject: 'placeholder-value',
5589
5363
  *
@@ -5670,8 +5444,6 @@ export declare namespace storage_v1 {
5670
5444
  * object: 'placeholder-value',
5671
5445
  * // Permissions to test.
5672
5446
  * permissions: 'placeholder-value',
5673
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5674
- * provisionalUserProject: 'placeholder-value',
5675
5447
  * // The project to be billed for this request. Required for Requester Pays buckets.
5676
5448
  * userProject: 'placeholder-value',
5677
5449
  * });
@@ -5750,8 +5522,6 @@ export declare namespace storage_v1 {
5750
5522
  * predefinedAcl: 'placeholder-value',
5751
5523
  * // Set of properties to return. Defaults to full.
5752
5524
  * projection: 'placeholder-value',
5753
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5754
- * provisionalUserProject: 'placeholder-value',
5755
5525
  * // The project to be billed for this request. Required for Requester Pays buckets.
5756
5526
  * userProject: 'placeholder-value',
5757
5527
  *
@@ -5900,8 +5670,6 @@ export declare namespace storage_v1 {
5900
5670
  * prefix: 'placeholder-value',
5901
5671
  * // Set of properties to return. Defaults to noAcl.
5902
5672
  * projection: 'placeholder-value',
5903
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5904
- * provisionalUserProject: 'placeholder-value',
5905
5673
  * // 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).
5906
5674
  * startOffset: 'placeholder-value',
5907
5675
  * // The project to be billed for this request. Required for Requester Pays buckets.
@@ -5987,10 +5755,6 @@ export declare namespace storage_v1 {
5987
5755
  * 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.
5988
5756
  */
5989
5757
  kmsKeyName?: string;
5990
- /**
5991
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5992
- */
5993
- provisionalUserProject?: string;
5994
5758
  /**
5995
5759
  * The project to be billed for this request. Required for Requester Pays buckets.
5996
5760
  */
@@ -6053,10 +5817,6 @@ export declare namespace storage_v1 {
6053
5817
  * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
6054
5818
  */
6055
5819
  projection?: string;
6056
- /**
6057
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6058
- */
6059
- provisionalUserProject?: string;
6060
5820
  /**
6061
5821
  * Name of the bucket in which to find the source object.
6062
5822
  */
@@ -6107,10 +5867,6 @@ export declare namespace storage_v1 {
6107
5867
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6108
5868
  */
6109
5869
  object?: string;
6110
- /**
6111
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6112
- */
6113
- provisionalUserProject?: string;
6114
5870
  /**
6115
5871
  * The project to be billed for this request. Required for Requester Pays buckets.
6116
5872
  */
@@ -6149,10 +5905,6 @@ export declare namespace storage_v1 {
6149
5905
  * Set of properties to return. Defaults to noAcl.
6150
5906
  */
6151
5907
  projection?: string;
6152
- /**
6153
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6154
- */
6155
- provisionalUserProject?: string;
6156
5908
  /**
6157
5909
  * The project to be billed for this request. Required for Requester Pays buckets.
6158
5910
  */
@@ -6171,10 +5923,6 @@ export declare namespace storage_v1 {
6171
5923
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6172
5924
  */
6173
5925
  object?: string;
6174
- /**
6175
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6176
- */
6177
- provisionalUserProject?: string;
6178
5926
  /**
6179
5927
  * The project to be billed for this request. Required for Requester Pays buckets.
6180
5928
  */
@@ -6221,10 +5969,6 @@ export declare namespace storage_v1 {
6221
5969
  * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
6222
5970
  */
6223
5971
  projection?: string;
6224
- /**
6225
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6226
- */
6227
- provisionalUserProject?: string;
6228
5972
  /**
6229
5973
  * The project to be billed for this request. Required for Requester Pays buckets.
6230
5974
  */
@@ -6280,10 +6024,6 @@ export declare namespace storage_v1 {
6280
6024
  * Set of properties to return. Defaults to noAcl.
6281
6025
  */
6282
6026
  projection?: string;
6283
- /**
6284
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6285
- */
6286
- provisionalUserProject?: string;
6287
6027
  /**
6288
6028
  * 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).
6289
6029
  */
@@ -6334,10 +6074,6 @@ export declare namespace storage_v1 {
6334
6074
  * Set of properties to return. Defaults to full.
6335
6075
  */
6336
6076
  projection?: string;
6337
- /**
6338
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6339
- */
6340
- provisionalUserProject?: string;
6341
6077
  /**
6342
6078
  * The project to be billed for this request, for Requester Pays buckets.
6343
6079
  */
@@ -6404,10 +6140,6 @@ export declare namespace storage_v1 {
6404
6140
  * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
6405
6141
  */
6406
6142
  projection?: string;
6407
- /**
6408
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6409
- */
6410
- provisionalUserProject?: string;
6411
6143
  /**
6412
6144
  * 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.
6413
6145
  */
@@ -6446,10 +6178,6 @@ export declare namespace storage_v1 {
6446
6178
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6447
6179
  */
6448
6180
  object?: string;
6449
- /**
6450
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6451
- */
6452
- provisionalUserProject?: string;
6453
6181
  /**
6454
6182
  * The project to be billed for this request. Required for Requester Pays buckets.
6455
6183
  */
@@ -6476,10 +6204,6 @@ export declare namespace storage_v1 {
6476
6204
  * Permissions to test.
6477
6205
  */
6478
6206
  permissions?: string[];
6479
- /**
6480
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6481
- */
6482
- provisionalUserProject?: string;
6483
6207
  /**
6484
6208
  * The project to be billed for this request. Required for Requester Pays buckets.
6485
6209
  */
@@ -6522,10 +6246,6 @@ export declare namespace storage_v1 {
6522
6246
  * Set of properties to return. Defaults to full.
6523
6247
  */
6524
6248
  projection?: string;
6525
- /**
6526
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6527
- */
6528
- provisionalUserProject?: string;
6529
6249
  /**
6530
6250
  * The project to be billed for this request. Required for Requester Pays buckets.
6531
6251
  */
@@ -6568,10 +6288,6 @@ export declare namespace storage_v1 {
6568
6288
  * Set of properties to return. Defaults to noAcl.
6569
6289
  */
6570
6290
  projection?: string;
6571
- /**
6572
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6573
- */
6574
- provisionalUserProject?: string;
6575
6291
  /**
6576
6292
  * 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).
6577
6293
  */
@@ -7083,8 +6799,6 @@ export declare namespace storage_v1 {
7083
6799
  * const res = await storage.projects.serviceAccount.get({
7084
6800
  * // Project ID
7085
6801
  * projectId: 'placeholder-value',
7086
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7087
- * provisionalUserProject: 'placeholder-value',
7088
6802
  * // The project to be billed for this request.
7089
6803
  * userProject: 'placeholder-value',
7090
6804
  * });
@@ -7121,10 +6835,6 @@ export declare namespace storage_v1 {
7121
6835
  * Project ID
7122
6836
  */
7123
6837
  projectId?: string;
7124
- /**
7125
- * The project to be billed for this request if the target bucket is requester-pays bucket.
7126
- */
7127
- provisionalUserProject?: string;
7128
6838
  /**
7129
6839
  * The project to be billed for this request.
7130
6840
  */