@googleapis/storage 0.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/v1.ts CHANGED
@@ -78,6 +78,10 @@ export namespace storage_v1 {
78
78
  * An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
79
79
  */
80
80
  quotaUser?: string;
81
+ /**
82
+ * Upload protocol for media (e.g. "media", "multipart", "resumable").
83
+ */
84
+ uploadType?: string;
81
85
  /**
82
86
  * Deprecated. Please use quotaUser instead.
83
87
  */
@@ -117,9 +121,8 @@ export namespace storage_v1 {
117
121
  );
118
122
  this.buckets = new Resource$Buckets(this.context);
119
123
  this.channels = new Resource$Channels(this.context);
120
- this.defaultObjectAccessControls = new Resource$Defaultobjectaccesscontrols(
121
- this.context
122
- );
124
+ this.defaultObjectAccessControls =
125
+ new Resource$Defaultobjectaccesscontrols(this.context);
123
126
  this.notifications = new Resource$Notifications(this.context);
124
127
  this.objectAccessControls = new Resource$Objectaccesscontrols(
125
128
  this.context
@@ -137,6 +140,10 @@ export namespace storage_v1 {
137
140
  * Access controls on the bucket.
138
141
  */
139
142
  acl?: Schema$BucketAccessControl[];
143
+ /**
144
+ * The bucket's Autoclass configuration.
145
+ */
146
+ autoclass?: {enabled?: boolean; toggleTime?: string} | null;
140
147
  /**
141
148
  * The bucket's billing configuration.
142
149
  */
@@ -242,6 +249,10 @@ export namespace storage_v1 {
242
249
  isLocked?: boolean;
243
250
  retentionPeriod?: string;
244
251
  } | null;
252
+ /**
253
+ * The Recovery Point Objective (RPO) of this bucket. Set to ASYNC_TURBO to turn on Turbo Replication on a bucket.
254
+ */
255
+ rpo?: string | null;
245
256
  /**
246
257
  * Reserved for future use.
247
258
  */
@@ -270,10 +281,6 @@ export namespace storage_v1 {
270
281
  * The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the Static Website Examples for more information.
271
282
  */
272
283
  website?: {mainPageSuffix?: string; notFoundPage?: string} | null;
273
- /**
274
- * The zone or zones from which the bucket is intended to use zonal quota. Requests for data from outside the specified affinities are still allowed but won't be able to use zonal quota. The zone or zones need to be within the bucket location otherwise the requests will fail with a 400 Bad Request response.
275
- */
276
- zoneAffinity?: string[] | null;
277
284
  }
278
285
  /**
279
286
  * An access-control entry.
@@ -962,8 +969,6 @@ export namespace storage_v1 {
962
969
  * bucket: 'placeholder-value',
963
970
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
964
971
  * entity: 'placeholder-value',
965
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
966
- * provisionalUserProject: 'placeholder-value',
967
972
  * // The project to be billed for this request. Required for Requester Pays buckets.
968
973
  * userProject: 'placeholder-value',
969
974
  * });
@@ -1093,8 +1098,6 @@ export namespace storage_v1 {
1093
1098
  * bucket: 'placeholder-value',
1094
1099
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1095
1100
  * entity: 'placeholder-value',
1096
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1097
- * provisionalUserProject: 'placeholder-value',
1098
1101
  * // The project to be billed for this request. Required for Requester Pays buckets.
1099
1102
  * userProject: 'placeholder-value',
1100
1103
  * });
@@ -1242,8 +1245,6 @@ export namespace storage_v1 {
1242
1245
  * const res = await storage.bucketAccessControls.insert({
1243
1246
  * // Name of a bucket.
1244
1247
  * bucket: 'placeholder-value',
1245
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1246
- * provisionalUserProject: 'placeholder-value',
1247
1248
  * // The project to be billed for this request. Required for Requester Pays buckets.
1248
1249
  * userProject: 'placeholder-value',
1249
1250
  *
@@ -1409,8 +1410,6 @@ export namespace storage_v1 {
1409
1410
  * const res = await storage.bucketAccessControls.list({
1410
1411
  * // Name of a bucket.
1411
1412
  * bucket: 'placeholder-value',
1412
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1413
- * provisionalUserProject: 'placeholder-value',
1414
1413
  * // The project to be billed for this request. Required for Requester Pays buckets.
1415
1414
  * userProject: 'placeholder-value',
1416
1415
  * });
@@ -1553,8 +1552,6 @@ export namespace storage_v1 {
1553
1552
  * bucket: 'placeholder-value',
1554
1553
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1555
1554
  * entity: 'placeholder-value',
1556
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1557
- * provisionalUserProject: 'placeholder-value',
1558
1555
  * // The project to be billed for this request. Required for Requester Pays buckets.
1559
1556
  * userProject: 'placeholder-value',
1560
1557
  *
@@ -1722,8 +1719,6 @@ export namespace storage_v1 {
1722
1719
  * bucket: 'placeholder-value',
1723
1720
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1724
1721
  * entity: 'placeholder-value',
1725
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1726
- * provisionalUserProject: 'placeholder-value',
1727
1722
  * // The project to be billed for this request. Required for Requester Pays buckets.
1728
1723
  * userProject: 'placeholder-value',
1729
1724
  *
@@ -1868,10 +1863,6 @@ export namespace storage_v1 {
1868
1863
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1869
1864
  */
1870
1865
  entity?: string;
1871
- /**
1872
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1873
- */
1874
- provisionalUserProject?: string;
1875
1866
  /**
1876
1867
  * The project to be billed for this request. Required for Requester Pays buckets.
1877
1868
  */
@@ -1887,10 +1878,6 @@ export namespace storage_v1 {
1887
1878
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1888
1879
  */
1889
1880
  entity?: string;
1890
- /**
1891
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1892
- */
1893
- provisionalUserProject?: string;
1894
1881
  /**
1895
1882
  * The project to be billed for this request. Required for Requester Pays buckets.
1896
1883
  */
@@ -1902,10 +1889,6 @@ export namespace storage_v1 {
1902
1889
  * Name of a bucket.
1903
1890
  */
1904
1891
  bucket?: string;
1905
- /**
1906
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1907
- */
1908
- provisionalUserProject?: string;
1909
1892
  /**
1910
1893
  * The project to be billed for this request. Required for Requester Pays buckets.
1911
1894
  */
@@ -1922,10 +1905,6 @@ export namespace storage_v1 {
1922
1905
  * Name of a bucket.
1923
1906
  */
1924
1907
  bucket?: string;
1925
- /**
1926
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1927
- */
1928
- provisionalUserProject?: string;
1929
1908
  /**
1930
1909
  * The project to be billed for this request. Required for Requester Pays buckets.
1931
1910
  */
@@ -1941,10 +1920,6 @@ export namespace storage_v1 {
1941
1920
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1942
1921
  */
1943
1922
  entity?: string;
1944
- /**
1945
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1946
- */
1947
- provisionalUserProject?: string;
1948
1923
  /**
1949
1924
  * The project to be billed for this request. Required for Requester Pays buckets.
1950
1925
  */
@@ -1965,10 +1940,6 @@ export namespace storage_v1 {
1965
1940
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1966
1941
  */
1967
1942
  entity?: string;
1968
- /**
1969
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1970
- */
1971
- provisionalUserProject?: string;
1972
1943
  /**
1973
1944
  * The project to be billed for this request. Required for Requester Pays buckets.
1974
1945
  */
@@ -2023,8 +1994,6 @@ export namespace storage_v1 {
2023
1994
  * ifMetagenerationMatch: 'placeholder-value',
2024
1995
  * // If set, only deletes the bucket if its metageneration does not match this value.
2025
1996
  * ifMetagenerationNotMatch: 'placeholder-value',
2026
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2027
- * provisionalUserProject: 'placeholder-value',
2028
1997
  * // The project to be billed for this request. Required for Requester Pays buckets.
2029
1998
  * userProject: 'placeholder-value',
2030
1999
  * });
@@ -2160,8 +2129,6 @@ export namespace storage_v1 {
2160
2129
  * ifMetagenerationNotMatch: 'placeholder-value',
2161
2130
  * // Set of properties to return. Defaults to noAcl.
2162
2131
  * projection: 'placeholder-value',
2163
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2164
- * provisionalUserProject: 'placeholder-value',
2165
2132
  * // The project to be billed for this request. Required for Requester Pays buckets.
2166
2133
  * userProject: 'placeholder-value',
2167
2134
  * });
@@ -2170,6 +2137,7 @@ export namespace storage_v1 {
2170
2137
  * // Example response
2171
2138
  * // {
2172
2139
  * // "acl": [],
2140
+ * // "autoclass": {},
2173
2141
  * // "billing": {},
2174
2142
  * // "cors": [],
2175
2143
  * // "defaultEventBasedHold": false,
@@ -2189,14 +2157,14 @@ export namespace storage_v1 {
2189
2157
  * // "owner": {},
2190
2158
  * // "projectNumber": "my_projectNumber",
2191
2159
  * // "retentionPolicy": {},
2160
+ * // "rpo": "my_rpo",
2192
2161
  * // "satisfiesPZS": false,
2193
2162
  * // "selfLink": "my_selfLink",
2194
2163
  * // "storageClass": "my_storageClass",
2195
2164
  * // "timeCreated": "my_timeCreated",
2196
2165
  * // "updated": "my_updated",
2197
2166
  * // "versioning": {},
2198
- * // "website": {},
2199
- * // "zoneAffinity": []
2167
+ * // "website": {}
2200
2168
  * // }
2201
2169
  * }
2202
2170
  *
@@ -2324,8 +2292,6 @@ export namespace storage_v1 {
2324
2292
  * bucket: 'placeholder-value',
2325
2293
  * // 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.
2326
2294
  * optionsRequestedPolicyVersion: 'placeholder-value',
2327
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2328
- * provisionalUserProject: 'placeholder-value',
2329
2295
  * // The project to be billed for this request. Required for Requester Pays buckets.
2330
2296
  * userProject: 'placeholder-value',
2331
2297
  * });
@@ -2471,8 +2437,6 @@ export namespace storage_v1 {
2471
2437
  * project: 'placeholder-value',
2472
2438
  * // Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
2473
2439
  * projection: 'placeholder-value',
2474
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2475
- * provisionalUserProject: 'placeholder-value',
2476
2440
  * // The project to be billed for this request.
2477
2441
  * userProject: 'placeholder-value',
2478
2442
  *
@@ -2481,6 +2445,7 @@ export namespace storage_v1 {
2481
2445
  * // request body parameters
2482
2446
  * // {
2483
2447
  * // "acl": [],
2448
+ * // "autoclass": {},
2484
2449
  * // "billing": {},
2485
2450
  * // "cors": [],
2486
2451
  * // "defaultEventBasedHold": false,
@@ -2500,14 +2465,14 @@ export namespace storage_v1 {
2500
2465
  * // "owner": {},
2501
2466
  * // "projectNumber": "my_projectNumber",
2502
2467
  * // "retentionPolicy": {},
2468
+ * // "rpo": "my_rpo",
2503
2469
  * // "satisfiesPZS": false,
2504
2470
  * // "selfLink": "my_selfLink",
2505
2471
  * // "storageClass": "my_storageClass",
2506
2472
  * // "timeCreated": "my_timeCreated",
2507
2473
  * // "updated": "my_updated",
2508
2474
  * // "versioning": {},
2509
- * // "website": {},
2510
- * // "zoneAffinity": []
2475
+ * // "website": {}
2511
2476
  * // }
2512
2477
  * },
2513
2478
  * });
@@ -2516,6 +2481,7 @@ export namespace storage_v1 {
2516
2481
  * // Example response
2517
2482
  * // {
2518
2483
  * // "acl": [],
2484
+ * // "autoclass": {},
2519
2485
  * // "billing": {},
2520
2486
  * // "cors": [],
2521
2487
  * // "defaultEventBasedHold": false,
@@ -2535,14 +2501,14 @@ export namespace storage_v1 {
2535
2501
  * // "owner": {},
2536
2502
  * // "projectNumber": "my_projectNumber",
2537
2503
  * // "retentionPolicy": {},
2504
+ * // "rpo": "my_rpo",
2538
2505
  * // "satisfiesPZS": false,
2539
2506
  * // "selfLink": "my_selfLink",
2540
2507
  * // "storageClass": "my_storageClass",
2541
2508
  * // "timeCreated": "my_timeCreated",
2542
2509
  * // "updated": "my_updated",
2543
2510
  * // "versioning": {},
2544
- * // "website": {},
2545
- * // "zoneAffinity": []
2511
+ * // "website": {}
2546
2512
  * // }
2547
2513
  * }
2548
2514
  *
@@ -2676,8 +2642,6 @@ export namespace storage_v1 {
2676
2642
  * project: 'placeholder-value',
2677
2643
  * // Set of properties to return. Defaults to noAcl.
2678
2644
  * projection: 'placeholder-value',
2679
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2680
- * provisionalUserProject: 'placeholder-value',
2681
2645
  * // The project to be billed for this request.
2682
2646
  * userProject: 'placeholder-value',
2683
2647
  * });
@@ -2813,8 +2777,6 @@ export namespace storage_v1 {
2813
2777
  * bucket: 'placeholder-value',
2814
2778
  * // Makes the operation conditional on whether bucket's current metageneration matches the given value.
2815
2779
  * ifMetagenerationMatch: 'placeholder-value',
2816
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2817
- * provisionalUserProject: 'placeholder-value',
2818
2780
  * // The project to be billed for this request. Required for Requester Pays buckets.
2819
2781
  * userProject: 'placeholder-value',
2820
2782
  * });
@@ -2823,6 +2785,7 @@ export namespace storage_v1 {
2823
2785
  * // Example response
2824
2786
  * // {
2825
2787
  * // "acl": [],
2788
+ * // "autoclass": {},
2826
2789
  * // "billing": {},
2827
2790
  * // "cors": [],
2828
2791
  * // "defaultEventBasedHold": false,
@@ -2842,14 +2805,14 @@ export namespace storage_v1 {
2842
2805
  * // "owner": {},
2843
2806
  * // "projectNumber": "my_projectNumber",
2844
2807
  * // "retentionPolicy": {},
2808
+ * // "rpo": "my_rpo",
2845
2809
  * // "satisfiesPZS": false,
2846
2810
  * // "selfLink": "my_selfLink",
2847
2811
  * // "storageClass": "my_storageClass",
2848
2812
  * // "timeCreated": "my_timeCreated",
2849
2813
  * // "updated": "my_updated",
2850
2814
  * // "versioning": {},
2851
- * // "website": {},
2852
- * // "zoneAffinity": []
2815
+ * // "website": {}
2853
2816
  * // }
2854
2817
  * }
2855
2818
  *
@@ -2985,8 +2948,6 @@ export namespace storage_v1 {
2985
2948
  * predefinedDefaultObjectAcl: 'placeholder-value',
2986
2949
  * // Set of properties to return. Defaults to full.
2987
2950
  * projection: 'placeholder-value',
2988
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2989
- * provisionalUserProject: 'placeholder-value',
2990
2951
  * // The project to be billed for this request. Required for Requester Pays buckets.
2991
2952
  * userProject: 'placeholder-value',
2992
2953
  *
@@ -2995,6 +2956,7 @@ export namespace storage_v1 {
2995
2956
  * // request body parameters
2996
2957
  * // {
2997
2958
  * // "acl": [],
2959
+ * // "autoclass": {},
2998
2960
  * // "billing": {},
2999
2961
  * // "cors": [],
3000
2962
  * // "defaultEventBasedHold": false,
@@ -3014,14 +2976,14 @@ export namespace storage_v1 {
3014
2976
  * // "owner": {},
3015
2977
  * // "projectNumber": "my_projectNumber",
3016
2978
  * // "retentionPolicy": {},
2979
+ * // "rpo": "my_rpo",
3017
2980
  * // "satisfiesPZS": false,
3018
2981
  * // "selfLink": "my_selfLink",
3019
2982
  * // "storageClass": "my_storageClass",
3020
2983
  * // "timeCreated": "my_timeCreated",
3021
2984
  * // "updated": "my_updated",
3022
2985
  * // "versioning": {},
3023
- * // "website": {},
3024
- * // "zoneAffinity": []
2986
+ * // "website": {}
3025
2987
  * // }
3026
2988
  * },
3027
2989
  * });
@@ -3030,6 +2992,7 @@ export namespace storage_v1 {
3030
2992
  * // Example response
3031
2993
  * // {
3032
2994
  * // "acl": [],
2995
+ * // "autoclass": {},
3033
2996
  * // "billing": {},
3034
2997
  * // "cors": [],
3035
2998
  * // "defaultEventBasedHold": false,
@@ -3049,14 +3012,14 @@ export namespace storage_v1 {
3049
3012
  * // "owner": {},
3050
3013
  * // "projectNumber": "my_projectNumber",
3051
3014
  * // "retentionPolicy": {},
3015
+ * // "rpo": "my_rpo",
3052
3016
  * // "satisfiesPZS": false,
3053
3017
  * // "selfLink": "my_selfLink",
3054
3018
  * // "storageClass": "my_storageClass",
3055
3019
  * // "timeCreated": "my_timeCreated",
3056
3020
  * // "updated": "my_updated",
3057
3021
  * // "versioning": {},
3058
- * // "website": {},
3059
- * // "zoneAffinity": []
3022
+ * // "website": {}
3060
3023
  * // }
3061
3024
  * }
3062
3025
  *
@@ -3182,8 +3145,6 @@ export namespace storage_v1 {
3182
3145
  * const res = await storage.buckets.setIamPolicy({
3183
3146
  * // Name of a bucket.
3184
3147
  * bucket: 'placeholder-value',
3185
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3186
- * provisionalUserProject: 'placeholder-value',
3187
3148
  * // The project to be billed for this request. Required for Requester Pays buckets.
3188
3149
  * userProject: 'placeholder-value',
3189
3150
  *
@@ -3339,8 +3300,6 @@ export namespace storage_v1 {
3339
3300
  * bucket: 'placeholder-value',
3340
3301
  * // Permissions to test.
3341
3302
  * permissions: 'placeholder-value',
3342
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3343
- * provisionalUserProject: 'placeholder-value',
3344
3303
  * // The project to be billed for this request. Required for Requester Pays buckets.
3345
3304
  * userProject: 'placeholder-value',
3346
3305
  * });
@@ -3492,8 +3451,6 @@ export namespace storage_v1 {
3492
3451
  * predefinedDefaultObjectAcl: 'placeholder-value',
3493
3452
  * // Set of properties to return. Defaults to full.
3494
3453
  * projection: 'placeholder-value',
3495
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3496
- * provisionalUserProject: 'placeholder-value',
3497
3454
  * // The project to be billed for this request. Required for Requester Pays buckets.
3498
3455
  * userProject: 'placeholder-value',
3499
3456
  *
@@ -3502,6 +3459,7 @@ export namespace storage_v1 {
3502
3459
  * // request body parameters
3503
3460
  * // {
3504
3461
  * // "acl": [],
3462
+ * // "autoclass": {},
3505
3463
  * // "billing": {},
3506
3464
  * // "cors": [],
3507
3465
  * // "defaultEventBasedHold": false,
@@ -3521,14 +3479,14 @@ export namespace storage_v1 {
3521
3479
  * // "owner": {},
3522
3480
  * // "projectNumber": "my_projectNumber",
3523
3481
  * // "retentionPolicy": {},
3482
+ * // "rpo": "my_rpo",
3524
3483
  * // "satisfiesPZS": false,
3525
3484
  * // "selfLink": "my_selfLink",
3526
3485
  * // "storageClass": "my_storageClass",
3527
3486
  * // "timeCreated": "my_timeCreated",
3528
3487
  * // "updated": "my_updated",
3529
3488
  * // "versioning": {},
3530
- * // "website": {},
3531
- * // "zoneAffinity": []
3489
+ * // "website": {}
3532
3490
  * // }
3533
3491
  * },
3534
3492
  * });
@@ -3537,6 +3495,7 @@ export namespace storage_v1 {
3537
3495
  * // Example response
3538
3496
  * // {
3539
3497
  * // "acl": [],
3498
+ * // "autoclass": {},
3540
3499
  * // "billing": {},
3541
3500
  * // "cors": [],
3542
3501
  * // "defaultEventBasedHold": false,
@@ -3556,14 +3515,14 @@ export namespace storage_v1 {
3556
3515
  * // "owner": {},
3557
3516
  * // "projectNumber": "my_projectNumber",
3558
3517
  * // "retentionPolicy": {},
3518
+ * // "rpo": "my_rpo",
3559
3519
  * // "satisfiesPZS": false,
3560
3520
  * // "selfLink": "my_selfLink",
3561
3521
  * // "storageClass": "my_storageClass",
3562
3522
  * // "timeCreated": "my_timeCreated",
3563
3523
  * // "updated": "my_updated",
3564
3524
  * // "versioning": {},
3565
- * // "website": {},
3566
- * // "zoneAffinity": []
3525
+ * // "website": {}
3567
3526
  * // }
3568
3527
  * }
3569
3528
  *
@@ -3671,10 +3630,6 @@ export namespace storage_v1 {
3671
3630
  * If set, only deletes the bucket if its metageneration does not match this value.
3672
3631
  */
3673
3632
  ifMetagenerationNotMatch?: string;
3674
- /**
3675
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3676
- */
3677
- provisionalUserProject?: string;
3678
3633
  /**
3679
3634
  * The project to be billed for this request. Required for Requester Pays buckets.
3680
3635
  */
@@ -3697,10 +3652,6 @@ export namespace storage_v1 {
3697
3652
  * Set of properties to return. Defaults to noAcl.
3698
3653
  */
3699
3654
  projection?: string;
3700
- /**
3701
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3702
- */
3703
- provisionalUserProject?: string;
3704
3655
  /**
3705
3656
  * The project to be billed for this request. Required for Requester Pays buckets.
3706
3657
  */
@@ -3716,10 +3667,6 @@ export namespace storage_v1 {
3716
3667
  * 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.
3717
3668
  */
3718
3669
  optionsRequestedPolicyVersion?: number;
3719
- /**
3720
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3721
- */
3722
- provisionalUserProject?: string;
3723
3670
  /**
3724
3671
  * The project to be billed for this request. Required for Requester Pays buckets.
3725
3672
  */
@@ -3742,10 +3689,6 @@ export namespace storage_v1 {
3742
3689
  * Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
3743
3690
  */
3744
3691
  projection?: string;
3745
- /**
3746
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3747
- */
3748
- provisionalUserProject?: string;
3749
3692
  /**
3750
3693
  * The project to be billed for this request.
3751
3694
  */
@@ -3777,10 +3720,6 @@ export namespace storage_v1 {
3777
3720
  * Set of properties to return. Defaults to noAcl.
3778
3721
  */
3779
3722
  projection?: string;
3780
- /**
3781
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3782
- */
3783
- provisionalUserProject?: string;
3784
3723
  /**
3785
3724
  * The project to be billed for this request.
3786
3725
  */
@@ -3796,10 +3735,6 @@ export namespace storage_v1 {
3796
3735
  * Makes the operation conditional on whether bucket's current metageneration matches the given value.
3797
3736
  */
3798
3737
  ifMetagenerationMatch?: string;
3799
- /**
3800
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3801
- */
3802
- provisionalUserProject?: string;
3803
3738
  /**
3804
3739
  * The project to be billed for this request. Required for Requester Pays buckets.
3805
3740
  */
@@ -3830,10 +3765,6 @@ export namespace storage_v1 {
3830
3765
  * Set of properties to return. Defaults to full.
3831
3766
  */
3832
3767
  projection?: string;
3833
- /**
3834
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3835
- */
3836
- provisionalUserProject?: string;
3837
3768
  /**
3838
3769
  * The project to be billed for this request. Required for Requester Pays buckets.
3839
3770
  */
@@ -3850,10 +3781,6 @@ export namespace storage_v1 {
3850
3781
  * Name of a bucket.
3851
3782
  */
3852
3783
  bucket?: string;
3853
- /**
3854
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3855
- */
3856
- provisionalUserProject?: string;
3857
3784
  /**
3858
3785
  * The project to be billed for this request. Required for Requester Pays buckets.
3859
3786
  */
@@ -3874,10 +3801,6 @@ export namespace storage_v1 {
3874
3801
  * Permissions to test.
3875
3802
  */
3876
3803
  permissions?: string[];
3877
- /**
3878
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3879
- */
3880
- provisionalUserProject?: string;
3881
3804
  /**
3882
3805
  * The project to be billed for this request. Required for Requester Pays buckets.
3883
3806
  */
@@ -3908,10 +3831,6 @@ export namespace storage_v1 {
3908
3831
  * Set of properties to return. Defaults to full.
3909
3832
  */
3910
3833
  projection?: string;
3911
- /**
3912
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3913
- */
3914
- provisionalUserProject?: string;
3915
3834
  /**
3916
3835
  * The project to be billed for this request. Required for Requester Pays buckets.
3917
3836
  */
@@ -4118,8 +4037,6 @@ export namespace storage_v1 {
4118
4037
  * bucket: 'placeholder-value',
4119
4038
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
4120
4039
  * entity: 'placeholder-value',
4121
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4122
- * provisionalUserProject: 'placeholder-value',
4123
4040
  * // The project to be billed for this request. Required for Requester Pays buckets.
4124
4041
  * userProject: 'placeholder-value',
4125
4042
  * });
@@ -4248,8 +4165,6 @@ export namespace storage_v1 {
4248
4165
  * bucket: 'placeholder-value',
4249
4166
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
4250
4167
  * entity: 'placeholder-value',
4251
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4252
- * provisionalUserProject: 'placeholder-value',
4253
4168
  * // The project to be billed for this request. Required for Requester Pays buckets.
4254
4169
  * userProject: 'placeholder-value',
4255
4170
  * });
@@ -4398,8 +4313,6 @@ export namespace storage_v1 {
4398
4313
  * const res = await storage.defaultObjectAccessControls.insert({
4399
4314
  * // Name of a bucket.
4400
4315
  * bucket: 'placeholder-value',
4401
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4402
- * provisionalUserProject: 'placeholder-value',
4403
4316
  * // The project to be billed for this request. Required for Requester Pays buckets.
4404
4317
  * userProject: 'placeholder-value',
4405
4318
  *
@@ -4573,8 +4486,6 @@ export namespace storage_v1 {
4573
4486
  * ifMetagenerationMatch: 'placeholder-value',
4574
4487
  * // If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
4575
4488
  * ifMetagenerationNotMatch: 'placeholder-value',
4576
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4577
- * provisionalUserProject: 'placeholder-value',
4578
4489
  * // The project to be billed for this request. Required for Requester Pays buckets.
4579
4490
  * userProject: 'placeholder-value',
4580
4491
  * });
@@ -4717,8 +4628,6 @@ export namespace storage_v1 {
4717
4628
  * bucket: 'placeholder-value',
4718
4629
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
4719
4630
  * entity: 'placeholder-value',
4720
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4721
- * provisionalUserProject: 'placeholder-value',
4722
4631
  * // The project to be billed for this request. Required for Requester Pays buckets.
4723
4632
  * userProject: 'placeholder-value',
4724
4633
  *
@@ -4889,8 +4798,6 @@ export namespace storage_v1 {
4889
4798
  * bucket: 'placeholder-value',
4890
4799
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
4891
4800
  * entity: 'placeholder-value',
4892
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4893
- * provisionalUserProject: 'placeholder-value',
4894
4801
  * // The project to be billed for this request. Required for Requester Pays buckets.
4895
4802
  * userProject: 'placeholder-value',
4896
4803
  *
@@ -5038,10 +4945,6 @@ export namespace storage_v1 {
5038
4945
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
5039
4946
  */
5040
4947
  entity?: string;
5041
- /**
5042
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5043
- */
5044
- provisionalUserProject?: string;
5045
4948
  /**
5046
4949
  * The project to be billed for this request. Required for Requester Pays buckets.
5047
4950
  */
@@ -5057,10 +4960,6 @@ export namespace storage_v1 {
5057
4960
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
5058
4961
  */
5059
4962
  entity?: string;
5060
- /**
5061
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5062
- */
5063
- provisionalUserProject?: string;
5064
4963
  /**
5065
4964
  * The project to be billed for this request. Required for Requester Pays buckets.
5066
4965
  */
@@ -5072,10 +4971,6 @@ export namespace storage_v1 {
5072
4971
  * Name of a bucket.
5073
4972
  */
5074
4973
  bucket?: string;
5075
- /**
5076
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5077
- */
5078
- provisionalUserProject?: string;
5079
4974
  /**
5080
4975
  * The project to be billed for this request. Required for Requester Pays buckets.
5081
4976
  */
@@ -5100,10 +4995,6 @@ export namespace storage_v1 {
5100
4995
  * If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
5101
4996
  */
5102
4997
  ifMetagenerationNotMatch?: string;
5103
- /**
5104
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5105
- */
5106
- provisionalUserProject?: string;
5107
4998
  /**
5108
4999
  * The project to be billed for this request. Required for Requester Pays buckets.
5109
5000
  */
@@ -5119,10 +5010,6 @@ export namespace storage_v1 {
5119
5010
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
5120
5011
  */
5121
5012
  entity?: string;
5122
- /**
5123
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5124
- */
5125
- provisionalUserProject?: string;
5126
5013
  /**
5127
5014
  * The project to be billed for this request. Required for Requester Pays buckets.
5128
5015
  */
@@ -5143,10 +5030,6 @@ export namespace storage_v1 {
5143
5030
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
5144
5031
  */
5145
5032
  entity?: string;
5146
- /**
5147
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5148
- */
5149
- provisionalUserProject?: string;
5150
5033
  /**
5151
5034
  * The project to be billed for this request. Required for Requester Pays buckets.
5152
5035
  */
@@ -5199,8 +5082,6 @@ export namespace storage_v1 {
5199
5082
  * bucket: 'placeholder-value',
5200
5083
  * // ID of the notification to delete.
5201
5084
  * notification: 'placeholder-value',
5202
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5203
- * provisionalUserProject: 'placeholder-value',
5204
5085
  * // The project to be billed for this request. Required for Requester Pays buckets.
5205
5086
  * userProject: 'placeholder-value',
5206
5087
  * });
@@ -5333,8 +5214,6 @@ export namespace storage_v1 {
5333
5214
  * bucket: 'placeholder-value',
5334
5215
  * // Notification ID
5335
5216
  * notification: 'placeholder-value',
5336
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5337
- * provisionalUserProject: 'placeholder-value',
5338
5217
  * // The project to be billed for this request. Required for Requester Pays buckets.
5339
5218
  * userProject: 'placeholder-value',
5340
5219
  * });
@@ -5478,8 +5357,6 @@ export namespace storage_v1 {
5478
5357
  * const res = await storage.notifications.insert({
5479
5358
  * // The parent bucket of the notification.
5480
5359
  * bucket: 'placeholder-value',
5481
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5482
- * provisionalUserProject: 'placeholder-value',
5483
5360
  * // The project to be billed for this request. Required for Requester Pays buckets.
5484
5361
  * userProject: 'placeholder-value',
5485
5362
  *
@@ -5640,8 +5517,6 @@ export namespace storage_v1 {
5640
5517
  * const res = await storage.notifications.list({
5641
5518
  * // Name of a Google Cloud Storage bucket.
5642
5519
  * bucket: 'placeholder-value',
5643
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5644
- * provisionalUserProject: 'placeholder-value',
5645
5520
  * // The project to be billed for this request. Required for Requester Pays buckets.
5646
5521
  * userProject: 'placeholder-value',
5647
5522
  * });
@@ -5755,10 +5630,6 @@ export namespace storage_v1 {
5755
5630
  * ID of the notification to delete.
5756
5631
  */
5757
5632
  notification?: string;
5758
- /**
5759
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5760
- */
5761
- provisionalUserProject?: string;
5762
5633
  /**
5763
5634
  * The project to be billed for this request. Required for Requester Pays buckets.
5764
5635
  */
@@ -5774,10 +5645,6 @@ export namespace storage_v1 {
5774
5645
  * Notification ID
5775
5646
  */
5776
5647
  notification?: string;
5777
- /**
5778
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5779
- */
5780
- provisionalUserProject?: string;
5781
5648
  /**
5782
5649
  * The project to be billed for this request. Required for Requester Pays buckets.
5783
5650
  */
@@ -5789,10 +5656,6 @@ export namespace storage_v1 {
5789
5656
  * The parent bucket of the notification.
5790
5657
  */
5791
5658
  bucket?: string;
5792
- /**
5793
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5794
- */
5795
- provisionalUserProject?: string;
5796
5659
  /**
5797
5660
  * The project to be billed for this request. Required for Requester Pays buckets.
5798
5661
  */
@@ -5809,10 +5672,6 @@ export namespace storage_v1 {
5809
5672
  * Name of a Google Cloud Storage bucket.
5810
5673
  */
5811
5674
  bucket?: string;
5812
- /**
5813
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5814
- */
5815
- provisionalUserProject?: string;
5816
5675
  /**
5817
5676
  * The project to be billed for this request. Required for Requester Pays buckets.
5818
5677
  */
@@ -5863,8 +5722,6 @@ export namespace storage_v1 {
5863
5722
  * generation: 'placeholder-value',
5864
5723
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
5865
5724
  * object: 'placeholder-value',
5866
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5867
- * provisionalUserProject: 'placeholder-value',
5868
5725
  * // The project to be billed for this request. Required for Requester Pays buckets.
5869
5726
  * userProject: 'placeholder-value',
5870
5727
  * });
@@ -5997,8 +5854,6 @@ export namespace storage_v1 {
5997
5854
  * generation: 'placeholder-value',
5998
5855
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
5999
5856
  * object: 'placeholder-value',
6000
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
6001
- * provisionalUserProject: 'placeholder-value',
6002
5857
  * // The project to be billed for this request. Required for Requester Pays buckets.
6003
5858
  * userProject: 'placeholder-value',
6004
5859
  * });
@@ -6151,8 +6006,6 @@ export namespace storage_v1 {
6151
6006
  * generation: 'placeholder-value',
6152
6007
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6153
6008
  * object: 'placeholder-value',
6154
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
6155
- * provisionalUserProject: 'placeholder-value',
6156
6009
  * // The project to be billed for this request. Required for Requester Pays buckets.
6157
6010
  * userProject: 'placeholder-value',
6158
6011
  *
@@ -6326,8 +6179,6 @@ export namespace storage_v1 {
6326
6179
  * generation: 'placeholder-value',
6327
6180
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6328
6181
  * object: 'placeholder-value',
6329
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
6330
- * provisionalUserProject: 'placeholder-value',
6331
6182
  * // The project to be billed for this request. Required for Requester Pays buckets.
6332
6183
  * userProject: 'placeholder-value',
6333
6184
  * });
@@ -6474,8 +6325,6 @@ export namespace storage_v1 {
6474
6325
  * generation: 'placeholder-value',
6475
6326
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6476
6327
  * object: 'placeholder-value',
6477
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
6478
- * provisionalUserProject: 'placeholder-value',
6479
6328
  * // The project to be billed for this request. Required for Requester Pays buckets.
6480
6329
  * userProject: 'placeholder-value',
6481
6330
  *
@@ -6650,8 +6499,6 @@ export namespace storage_v1 {
6650
6499
  * generation: 'placeholder-value',
6651
6500
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6652
6501
  * object: 'placeholder-value',
6653
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
6654
- * provisionalUserProject: 'placeholder-value',
6655
6502
  * // The project to be billed for this request. Required for Requester Pays buckets.
6656
6503
  * userProject: 'placeholder-value',
6657
6504
  *
@@ -6807,10 +6654,6 @@ export namespace storage_v1 {
6807
6654
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6808
6655
  */
6809
6656
  object?: string;
6810
- /**
6811
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6812
- */
6813
- provisionalUserProject?: string;
6814
6657
  /**
6815
6658
  * The project to be billed for this request. Required for Requester Pays buckets.
6816
6659
  */
@@ -6834,10 +6677,6 @@ export namespace storage_v1 {
6834
6677
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6835
6678
  */
6836
6679
  object?: string;
6837
- /**
6838
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6839
- */
6840
- provisionalUserProject?: string;
6841
6680
  /**
6842
6681
  * The project to be billed for this request. Required for Requester Pays buckets.
6843
6682
  */
@@ -6857,10 +6696,6 @@ export namespace storage_v1 {
6857
6696
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6858
6697
  */
6859
6698
  object?: string;
6860
- /**
6861
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6862
- */
6863
- provisionalUserProject?: string;
6864
6699
  /**
6865
6700
  * The project to be billed for this request. Required for Requester Pays buckets.
6866
6701
  */
@@ -6885,10 +6720,6 @@ export namespace storage_v1 {
6885
6720
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6886
6721
  */
6887
6722
  object?: string;
6888
- /**
6889
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6890
- */
6891
- provisionalUserProject?: string;
6892
6723
  /**
6893
6724
  * The project to be billed for this request. Required for Requester Pays buckets.
6894
6725
  */
@@ -6912,10 +6743,6 @@ export namespace storage_v1 {
6912
6743
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6913
6744
  */
6914
6745
  object?: string;
6915
- /**
6916
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6917
- */
6918
- provisionalUserProject?: string;
6919
6746
  /**
6920
6747
  * The project to be billed for this request. Required for Requester Pays buckets.
6921
6748
  */
@@ -6944,10 +6771,6 @@ export namespace storage_v1 {
6944
6771
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6945
6772
  */
6946
6773
  object?: string;
6947
- /**
6948
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6949
- */
6950
- provisionalUserProject?: string;
6951
6774
  /**
6952
6775
  * The project to be billed for this request. Required for Requester Pays buckets.
6953
6776
  */
@@ -7008,8 +6831,6 @@ export namespace storage_v1 {
7008
6831
  * ifMetagenerationMatch: 'placeholder-value',
7009
6832
  * // 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.
7010
6833
  * kmsKeyName: 'placeholder-value',
7011
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7012
- * provisionalUserProject: 'placeholder-value',
7013
6834
  * // The project to be billed for this request. Required for Requester Pays buckets.
7014
6835
  * userProject: 'placeholder-value',
7015
6836
  *
@@ -7209,8 +7030,6 @@ export namespace storage_v1 {
7209
7030
  * ifSourceMetagenerationNotMatch: 'placeholder-value',
7210
7031
  * // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
7211
7032
  * projection: 'placeholder-value',
7212
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7213
- * provisionalUserProject: 'placeholder-value',
7214
7033
  * // Name of the bucket in which to find the source object.
7215
7034
  * sourceBucket: 'placeholder-value',
7216
7035
  * // If present, selects a specific revision of the source object (as opposed to the latest version, the default).
@@ -7443,8 +7262,6 @@ export namespace storage_v1 {
7443
7262
  * ifMetagenerationNotMatch: 'placeholder-value',
7444
7263
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
7445
7264
  * object: 'placeholder-value',
7446
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7447
- * provisionalUserProject: 'placeholder-value',
7448
7265
  * // The project to be billed for this request. Required for Requester Pays buckets.
7449
7266
  * userProject: 'placeholder-value',
7450
7267
  * });
@@ -7588,8 +7405,6 @@ export namespace storage_v1 {
7588
7405
  * object: 'placeholder-value',
7589
7406
  * // Set of properties to return. Defaults to noAcl.
7590
7407
  * projection: 'placeholder-value',
7591
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7592
- * provisionalUserProject: 'placeholder-value',
7593
7408
  * // The project to be billed for this request. Required for Requester Pays buckets.
7594
7409
  * userProject: 'placeholder-value',
7595
7410
  * });
@@ -7761,8 +7576,6 @@ export namespace storage_v1 {
7761
7576
  * generation: 'placeholder-value',
7762
7577
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
7763
7578
  * object: 'placeholder-value',
7764
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7765
- * provisionalUserProject: 'placeholder-value',
7766
7579
  * // The project to be billed for this request. Required for Requester Pays buckets.
7767
7580
  * userProject: 'placeholder-value',
7768
7581
  * });
@@ -7920,8 +7733,6 @@ export namespace storage_v1 {
7920
7733
  * predefinedAcl: 'placeholder-value',
7921
7734
  * // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
7922
7735
  * projection: 'placeholder-value',
7923
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7924
- * provisionalUserProject: 'placeholder-value',
7925
7736
  * // The project to be billed for this request. Required for Requester Pays buckets.
7926
7737
  * userProject: 'placeholder-value',
7927
7738
  *
@@ -8150,8 +7961,6 @@ export namespace storage_v1 {
8150
7961
  * prefix: 'placeholder-value',
8151
7962
  * // Set of properties to return. Defaults to noAcl.
8152
7963
  * projection: 'placeholder-value',
8153
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
8154
- * provisionalUserProject: 'placeholder-value',
8155
7964
  * // 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).
8156
7965
  * startOffset: 'placeholder-value',
8157
7966
  * // The project to be billed for this request. Required for Requester Pays buckets.
@@ -8308,8 +8117,6 @@ export namespace storage_v1 {
8308
8117
  * predefinedAcl: 'placeholder-value',
8309
8118
  * // Set of properties to return. Defaults to full.
8310
8119
  * projection: 'placeholder-value',
8311
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
8312
- * provisionalUserProject: 'placeholder-value',
8313
8120
  * // The project to be billed for this request, for Requester Pays buckets.
8314
8121
  * userProject: 'placeholder-value',
8315
8122
  *
@@ -8540,8 +8347,6 @@ export namespace storage_v1 {
8540
8347
  * maxBytesRewrittenPerCall: 'placeholder-value',
8541
8348
  * // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
8542
8349
  * projection: 'placeholder-value',
8543
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
8544
- * provisionalUserProject: 'placeholder-value',
8545
8350
  * // 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.
8546
8351
  * rewriteToken: 'placeholder-value',
8547
8352
  * // Name of the bucket in which to find the source object.
@@ -8742,8 +8547,6 @@ export namespace storage_v1 {
8742
8547
  * generation: 'placeholder-value',
8743
8548
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
8744
8549
  * object: 'placeholder-value',
8745
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
8746
- * provisionalUserProject: 'placeholder-value',
8747
8550
  * // The project to be billed for this request. Required for Requester Pays buckets.
8748
8551
  * userProject: 'placeholder-value',
8749
8552
  *
@@ -8903,8 +8706,6 @@ export namespace storage_v1 {
8903
8706
  * object: 'placeholder-value',
8904
8707
  * // Permissions to test.
8905
8708
  * permissions: 'placeholder-value',
8906
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
8907
- * provisionalUserProject: 'placeholder-value',
8908
8709
  * // The project to be billed for this request. Required for Requester Pays buckets.
8909
8710
  * userProject: 'placeholder-value',
8910
8711
  * });
@@ -9062,8 +8863,6 @@ export namespace storage_v1 {
9062
8863
  * predefinedAcl: 'placeholder-value',
9063
8864
  * // Set of properties to return. Defaults to full.
9064
8865
  * projection: 'placeholder-value',
9065
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
9066
- * provisionalUserProject: 'placeholder-value',
9067
8866
  * // The project to be billed for this request. Required for Requester Pays buckets.
9068
8867
  * userProject: 'placeholder-value',
9069
8868
  *
@@ -9284,8 +9083,6 @@ export namespace storage_v1 {
9284
9083
  * prefix: 'placeholder-value',
9285
9084
  * // Set of properties to return. Defaults to noAcl.
9286
9085
  * projection: 'placeholder-value',
9287
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
9288
- * provisionalUserProject: 'placeholder-value',
9289
9086
  * // 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).
9290
9087
  * startOffset: 'placeholder-value',
9291
9088
  * // The project to be billed for this request. Required for Requester Pays buckets.
@@ -9443,10 +9240,6 @@ export namespace storage_v1 {
9443
9240
  * 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.
9444
9241
  */
9445
9242
  kmsKeyName?: string;
9446
- /**
9447
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9448
- */
9449
- provisionalUserProject?: string;
9450
9243
  /**
9451
9244
  * The project to be billed for this request. Required for Requester Pays buckets.
9452
9245
  */
@@ -9510,10 +9303,6 @@ export namespace storage_v1 {
9510
9303
  * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
9511
9304
  */
9512
9305
  projection?: string;
9513
- /**
9514
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9515
- */
9516
- provisionalUserProject?: string;
9517
9306
  /**
9518
9307
  * Name of the bucket in which to find the source object.
9519
9308
  */
@@ -9565,10 +9354,6 @@ export namespace storage_v1 {
9565
9354
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
9566
9355
  */
9567
9356
  object?: string;
9568
- /**
9569
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9570
- */
9571
- provisionalUserProject?: string;
9572
9357
  /**
9573
9358
  * The project to be billed for this request. Required for Requester Pays buckets.
9574
9359
  */
@@ -9607,10 +9392,6 @@ export namespace storage_v1 {
9607
9392
  * Set of properties to return. Defaults to noAcl.
9608
9393
  */
9609
9394
  projection?: string;
9610
- /**
9611
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9612
- */
9613
- provisionalUserProject?: string;
9614
9395
  /**
9615
9396
  * The project to be billed for this request. Required for Requester Pays buckets.
9616
9397
  */
@@ -9630,10 +9411,6 @@ export namespace storage_v1 {
9630
9411
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
9631
9412
  */
9632
9413
  object?: string;
9633
- /**
9634
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9635
- */
9636
- provisionalUserProject?: string;
9637
9414
  /**
9638
9415
  * The project to be billed for this request. Required for Requester Pays buckets.
9639
9416
  */
@@ -9680,10 +9457,6 @@ export namespace storage_v1 {
9680
9457
  * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
9681
9458
  */
9682
9459
  projection?: string;
9683
- /**
9684
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9685
- */
9686
- provisionalUserProject?: string;
9687
9460
  /**
9688
9461
  * The project to be billed for this request. Required for Requester Pays buckets.
9689
9462
  */
@@ -9742,10 +9515,6 @@ export namespace storage_v1 {
9742
9515
  * Set of properties to return. Defaults to noAcl.
9743
9516
  */
9744
9517
  projection?: string;
9745
- /**
9746
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9747
- */
9748
- provisionalUserProject?: string;
9749
9518
  /**
9750
9519
  * 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).
9751
9520
  */
@@ -9796,10 +9565,6 @@ export namespace storage_v1 {
9796
9565
  * Set of properties to return. Defaults to full.
9797
9566
  */
9798
9567
  projection?: string;
9799
- /**
9800
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9801
- */
9802
- provisionalUserProject?: string;
9803
9568
  /**
9804
9569
  * The project to be billed for this request, for Requester Pays buckets.
9805
9570
  */
@@ -9867,10 +9632,6 @@ export namespace storage_v1 {
9867
9632
  * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
9868
9633
  */
9869
9634
  projection?: string;
9870
- /**
9871
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9872
- */
9873
- provisionalUserProject?: string;
9874
9635
  /**
9875
9636
  * 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.
9876
9637
  */
@@ -9911,10 +9672,6 @@ export namespace storage_v1 {
9911
9672
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
9912
9673
  */
9913
9674
  object?: string;
9914
- /**
9915
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9916
- */
9917
- provisionalUserProject?: string;
9918
9675
  /**
9919
9676
  * The project to be billed for this request. Required for Requester Pays buckets.
9920
9677
  */
@@ -9943,10 +9700,6 @@ export namespace storage_v1 {
9943
9700
  * Permissions to test.
9944
9701
  */
9945
9702
  permissions?: string[];
9946
- /**
9947
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9948
- */
9949
- provisionalUserProject?: string;
9950
9703
  /**
9951
9704
  * The project to be billed for this request. Required for Requester Pays buckets.
9952
9705
  */
@@ -9989,10 +9742,6 @@ export namespace storage_v1 {
9989
9742
  * Set of properties to return. Defaults to full.
9990
9743
  */
9991
9744
  projection?: string;
9992
- /**
9993
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9994
- */
9995
- provisionalUserProject?: string;
9996
9745
  /**
9997
9746
  * The project to be billed for this request. Required for Requester Pays buckets.
9998
9747
  */
@@ -10036,10 +9785,6 @@ export namespace storage_v1 {
10036
9785
  * Set of properties to return. Defaults to noAcl.
10037
9786
  */
10038
9787
  projection?: string;
10039
- /**
10040
- * The project to be billed for this request if the target bucket is requester-pays bucket.
10041
- */
10042
- provisionalUserProject?: string;
10043
9788
  /**
10044
9789
  * 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).
10045
9790
  */
@@ -10929,8 +10674,6 @@ export namespace storage_v1 {
10929
10674
  * const res = await storage.projects.serviceAccount.get({
10930
10675
  * // Project ID
10931
10676
  * projectId: 'placeholder-value',
10932
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
10933
- * provisionalUserProject: 'placeholder-value',
10934
10677
  * // The project to be billed for this request.
10935
10678
  * userProject: 'placeholder-value',
10936
10679
  * });
@@ -11040,10 +10783,6 @@ export namespace storage_v1 {
11040
10783
  * Project ID
11041
10784
  */
11042
10785
  projectId?: string;
11043
- /**
11044
- * The project to be billed for this request if the target bucket is requester-pays bucket.
11045
- */
11046
- provisionalUserProject?: string;
11047
10786
  /**
11048
10787
  * The project to be billed for this request.
11049
10788
  */