@googleapis/storage 1.1.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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
  */
@@ -207,7 +211,9 @@ export namespace storage_v1 {
207
211
  daysSinceNoncurrentTime?: number;
208
212
  isLive?: boolean;
209
213
  matchesPattern?: string;
214
+ matchesPrefix?: string[];
210
215
  matchesStorageClass?: string[];
216
+ matchesSuffix?: string[];
211
217
  noncurrentTimeBefore?: string;
212
218
  numNewerVersions?: number;
213
219
  };
@@ -969,8 +975,6 @@ export namespace storage_v1 {
969
975
  * bucket: 'placeholder-value',
970
976
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
971
977
  * entity: 'placeholder-value',
972
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
973
- * provisionalUserProject: 'placeholder-value',
974
978
  * // The project to be billed for this request. Required for Requester Pays buckets.
975
979
  * userProject: 'placeholder-value',
976
980
  * });
@@ -1100,8 +1104,6 @@ export namespace storage_v1 {
1100
1104
  * bucket: 'placeholder-value',
1101
1105
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1102
1106
  * entity: 'placeholder-value',
1103
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1104
- * provisionalUserProject: 'placeholder-value',
1105
1107
  * // The project to be billed for this request. Required for Requester Pays buckets.
1106
1108
  * userProject: 'placeholder-value',
1107
1109
  * });
@@ -1249,8 +1251,6 @@ export namespace storage_v1 {
1249
1251
  * const res = await storage.bucketAccessControls.insert({
1250
1252
  * // Name of a bucket.
1251
1253
  * bucket: 'placeholder-value',
1252
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1253
- * provisionalUserProject: 'placeholder-value',
1254
1254
  * // The project to be billed for this request. Required for Requester Pays buckets.
1255
1255
  * userProject: 'placeholder-value',
1256
1256
  *
@@ -1416,8 +1416,6 @@ export namespace storage_v1 {
1416
1416
  * const res = await storage.bucketAccessControls.list({
1417
1417
  * // Name of a bucket.
1418
1418
  * bucket: 'placeholder-value',
1419
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1420
- * provisionalUserProject: 'placeholder-value',
1421
1419
  * // The project to be billed for this request. Required for Requester Pays buckets.
1422
1420
  * userProject: 'placeholder-value',
1423
1421
  * });
@@ -1560,8 +1558,6 @@ export namespace storage_v1 {
1560
1558
  * bucket: 'placeholder-value',
1561
1559
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1562
1560
  * entity: 'placeholder-value',
1563
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1564
- * provisionalUserProject: 'placeholder-value',
1565
1561
  * // The project to be billed for this request. Required for Requester Pays buckets.
1566
1562
  * userProject: 'placeholder-value',
1567
1563
  *
@@ -1729,8 +1725,6 @@ export namespace storage_v1 {
1729
1725
  * bucket: 'placeholder-value',
1730
1726
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1731
1727
  * entity: 'placeholder-value',
1732
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
1733
- * provisionalUserProject: 'placeholder-value',
1734
1728
  * // The project to be billed for this request. Required for Requester Pays buckets.
1735
1729
  * userProject: 'placeholder-value',
1736
1730
  *
@@ -1875,10 +1869,6 @@ export namespace storage_v1 {
1875
1869
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1876
1870
  */
1877
1871
  entity?: string;
1878
- /**
1879
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1880
- */
1881
- provisionalUserProject?: string;
1882
1872
  /**
1883
1873
  * The project to be billed for this request. Required for Requester Pays buckets.
1884
1874
  */
@@ -1894,10 +1884,6 @@ export namespace storage_v1 {
1894
1884
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1895
1885
  */
1896
1886
  entity?: string;
1897
- /**
1898
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1899
- */
1900
- provisionalUserProject?: string;
1901
1887
  /**
1902
1888
  * The project to be billed for this request. Required for Requester Pays buckets.
1903
1889
  */
@@ -1909,10 +1895,6 @@ export namespace storage_v1 {
1909
1895
  * Name of a bucket.
1910
1896
  */
1911
1897
  bucket?: string;
1912
- /**
1913
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1914
- */
1915
- provisionalUserProject?: string;
1916
1898
  /**
1917
1899
  * The project to be billed for this request. Required for Requester Pays buckets.
1918
1900
  */
@@ -1929,10 +1911,6 @@ export namespace storage_v1 {
1929
1911
  * Name of a bucket.
1930
1912
  */
1931
1913
  bucket?: string;
1932
- /**
1933
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1934
- */
1935
- provisionalUserProject?: string;
1936
1914
  /**
1937
1915
  * The project to be billed for this request. Required for Requester Pays buckets.
1938
1916
  */
@@ -1948,10 +1926,6 @@ export namespace storage_v1 {
1948
1926
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1949
1927
  */
1950
1928
  entity?: string;
1951
- /**
1952
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1953
- */
1954
- provisionalUserProject?: string;
1955
1929
  /**
1956
1930
  * The project to be billed for this request. Required for Requester Pays buckets.
1957
1931
  */
@@ -1972,10 +1946,6 @@ export namespace storage_v1 {
1972
1946
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
1973
1947
  */
1974
1948
  entity?: string;
1975
- /**
1976
- * The project to be billed for this request if the target bucket is requester-pays bucket.
1977
- */
1978
- provisionalUserProject?: string;
1979
1949
  /**
1980
1950
  * The project to be billed for this request. Required for Requester Pays buckets.
1981
1951
  */
@@ -2030,8 +2000,6 @@ export namespace storage_v1 {
2030
2000
  * ifMetagenerationMatch: 'placeholder-value',
2031
2001
  * // If set, only deletes the bucket if its metageneration does not match this value.
2032
2002
  * ifMetagenerationNotMatch: 'placeholder-value',
2033
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2034
- * provisionalUserProject: 'placeholder-value',
2035
2003
  * // The project to be billed for this request. Required for Requester Pays buckets.
2036
2004
  * userProject: 'placeholder-value',
2037
2005
  * });
@@ -2167,8 +2135,6 @@ export namespace storage_v1 {
2167
2135
  * ifMetagenerationNotMatch: 'placeholder-value',
2168
2136
  * // Set of properties to return. Defaults to noAcl.
2169
2137
  * projection: 'placeholder-value',
2170
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2171
- * provisionalUserProject: 'placeholder-value',
2172
2138
  * // The project to be billed for this request. Required for Requester Pays buckets.
2173
2139
  * userProject: 'placeholder-value',
2174
2140
  * });
@@ -2333,8 +2299,6 @@ export namespace storage_v1 {
2333
2299
  * bucket: 'placeholder-value',
2334
2300
  * // 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.
2335
2301
  * optionsRequestedPolicyVersion: 'placeholder-value',
2336
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2337
- * provisionalUserProject: 'placeholder-value',
2338
2302
  * // The project to be billed for this request. Required for Requester Pays buckets.
2339
2303
  * userProject: 'placeholder-value',
2340
2304
  * });
@@ -2480,8 +2444,6 @@ export namespace storage_v1 {
2480
2444
  * project: 'placeholder-value',
2481
2445
  * // Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
2482
2446
  * projection: 'placeholder-value',
2483
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2484
- * provisionalUserProject: 'placeholder-value',
2485
2447
  * // The project to be billed for this request.
2486
2448
  * userProject: 'placeholder-value',
2487
2449
  *
@@ -2689,8 +2651,6 @@ export namespace storage_v1 {
2689
2651
  * project: 'placeholder-value',
2690
2652
  * // Set of properties to return. Defaults to noAcl.
2691
2653
  * projection: 'placeholder-value',
2692
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2693
- * provisionalUserProject: 'placeholder-value',
2694
2654
  * // The project to be billed for this request.
2695
2655
  * userProject: 'placeholder-value',
2696
2656
  * });
@@ -2826,8 +2786,6 @@ export namespace storage_v1 {
2826
2786
  * bucket: 'placeholder-value',
2827
2787
  * // Makes the operation conditional on whether bucket's current metageneration matches the given value.
2828
2788
  * ifMetagenerationMatch: 'placeholder-value',
2829
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
2830
- * provisionalUserProject: 'placeholder-value',
2831
2789
  * // The project to be billed for this request. Required for Requester Pays buckets.
2832
2790
  * userProject: 'placeholder-value',
2833
2791
  * });
@@ -3000,8 +2958,6 @@ export namespace storage_v1 {
3000
2958
  * predefinedDefaultObjectAcl: 'placeholder-value',
3001
2959
  * // Set of properties to return. Defaults to full.
3002
2960
  * projection: 'placeholder-value',
3003
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3004
- * provisionalUserProject: 'placeholder-value',
3005
2961
  * // The project to be billed for this request. Required for Requester Pays buckets.
3006
2962
  * userProject: 'placeholder-value',
3007
2963
  *
@@ -3201,8 +3157,6 @@ export namespace storage_v1 {
3201
3157
  * const res = await storage.buckets.setIamPolicy({
3202
3158
  * // Name of a bucket.
3203
3159
  * bucket: 'placeholder-value',
3204
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3205
- * provisionalUserProject: 'placeholder-value',
3206
3160
  * // The project to be billed for this request. Required for Requester Pays buckets.
3207
3161
  * userProject: 'placeholder-value',
3208
3162
  *
@@ -3358,8 +3312,6 @@ export namespace storage_v1 {
3358
3312
  * bucket: 'placeholder-value',
3359
3313
  * // Permissions to test.
3360
3314
  * permissions: 'placeholder-value',
3361
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3362
- * provisionalUserProject: 'placeholder-value',
3363
3315
  * // The project to be billed for this request. Required for Requester Pays buckets.
3364
3316
  * userProject: 'placeholder-value',
3365
3317
  * });
@@ -3511,8 +3463,6 @@ export namespace storage_v1 {
3511
3463
  * predefinedDefaultObjectAcl: 'placeholder-value',
3512
3464
  * // Set of properties to return. Defaults to full.
3513
3465
  * projection: 'placeholder-value',
3514
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
3515
- * provisionalUserProject: 'placeholder-value',
3516
3466
  * // The project to be billed for this request. Required for Requester Pays buckets.
3517
3467
  * userProject: 'placeholder-value',
3518
3468
  *
@@ -3694,10 +3644,6 @@ export namespace storage_v1 {
3694
3644
  * If set, only deletes the bucket if its metageneration does not match this value.
3695
3645
  */
3696
3646
  ifMetagenerationNotMatch?: string;
3697
- /**
3698
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3699
- */
3700
- provisionalUserProject?: string;
3701
3647
  /**
3702
3648
  * The project to be billed for this request. Required for Requester Pays buckets.
3703
3649
  */
@@ -3720,10 +3666,6 @@ export namespace storage_v1 {
3720
3666
  * Set of properties to return. Defaults to noAcl.
3721
3667
  */
3722
3668
  projection?: string;
3723
- /**
3724
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3725
- */
3726
- provisionalUserProject?: string;
3727
3669
  /**
3728
3670
  * The project to be billed for this request. Required for Requester Pays buckets.
3729
3671
  */
@@ -3739,10 +3681,6 @@ export namespace storage_v1 {
3739
3681
  * 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.
3740
3682
  */
3741
3683
  optionsRequestedPolicyVersion?: number;
3742
- /**
3743
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3744
- */
3745
- provisionalUserProject?: string;
3746
3684
  /**
3747
3685
  * The project to be billed for this request. Required for Requester Pays buckets.
3748
3686
  */
@@ -3765,10 +3703,6 @@ export namespace storage_v1 {
3765
3703
  * Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
3766
3704
  */
3767
3705
  projection?: string;
3768
- /**
3769
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3770
- */
3771
- provisionalUserProject?: string;
3772
3706
  /**
3773
3707
  * The project to be billed for this request.
3774
3708
  */
@@ -3800,10 +3734,6 @@ export namespace storage_v1 {
3800
3734
  * Set of properties to return. Defaults to noAcl.
3801
3735
  */
3802
3736
  projection?: string;
3803
- /**
3804
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3805
- */
3806
- provisionalUserProject?: string;
3807
3737
  /**
3808
3738
  * The project to be billed for this request.
3809
3739
  */
@@ -3819,10 +3749,6 @@ export namespace storage_v1 {
3819
3749
  * Makes the operation conditional on whether bucket's current metageneration matches the given value.
3820
3750
  */
3821
3751
  ifMetagenerationMatch?: string;
3822
- /**
3823
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3824
- */
3825
- provisionalUserProject?: string;
3826
3752
  /**
3827
3753
  * The project to be billed for this request. Required for Requester Pays buckets.
3828
3754
  */
@@ -3853,10 +3779,6 @@ export namespace storage_v1 {
3853
3779
  * Set of properties to return. Defaults to full.
3854
3780
  */
3855
3781
  projection?: string;
3856
- /**
3857
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3858
- */
3859
- provisionalUserProject?: string;
3860
3782
  /**
3861
3783
  * The project to be billed for this request. Required for Requester Pays buckets.
3862
3784
  */
@@ -3873,10 +3795,6 @@ export namespace storage_v1 {
3873
3795
  * Name of a bucket.
3874
3796
  */
3875
3797
  bucket?: string;
3876
- /**
3877
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3878
- */
3879
- provisionalUserProject?: string;
3880
3798
  /**
3881
3799
  * The project to be billed for this request. Required for Requester Pays buckets.
3882
3800
  */
@@ -3897,10 +3815,6 @@ export namespace storage_v1 {
3897
3815
  * Permissions to test.
3898
3816
  */
3899
3817
  permissions?: string[];
3900
- /**
3901
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3902
- */
3903
- provisionalUserProject?: string;
3904
3818
  /**
3905
3819
  * The project to be billed for this request. Required for Requester Pays buckets.
3906
3820
  */
@@ -3931,10 +3845,6 @@ export namespace storage_v1 {
3931
3845
  * Set of properties to return. Defaults to full.
3932
3846
  */
3933
3847
  projection?: string;
3934
- /**
3935
- * The project to be billed for this request if the target bucket is requester-pays bucket.
3936
- */
3937
- provisionalUserProject?: string;
3938
3848
  /**
3939
3849
  * The project to be billed for this request. Required for Requester Pays buckets.
3940
3850
  */
@@ -4141,8 +4051,6 @@ export namespace storage_v1 {
4141
4051
  * bucket: 'placeholder-value',
4142
4052
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
4143
4053
  * entity: 'placeholder-value',
4144
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4145
- * provisionalUserProject: 'placeholder-value',
4146
4054
  * // The project to be billed for this request. Required for Requester Pays buckets.
4147
4055
  * userProject: 'placeholder-value',
4148
4056
  * });
@@ -4271,8 +4179,6 @@ export namespace storage_v1 {
4271
4179
  * bucket: 'placeholder-value',
4272
4180
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
4273
4181
  * entity: 'placeholder-value',
4274
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4275
- * provisionalUserProject: 'placeholder-value',
4276
4182
  * // The project to be billed for this request. Required for Requester Pays buckets.
4277
4183
  * userProject: 'placeholder-value',
4278
4184
  * });
@@ -4421,8 +4327,6 @@ export namespace storage_v1 {
4421
4327
  * const res = await storage.defaultObjectAccessControls.insert({
4422
4328
  * // Name of a bucket.
4423
4329
  * bucket: 'placeholder-value',
4424
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4425
- * provisionalUserProject: 'placeholder-value',
4426
4330
  * // The project to be billed for this request. Required for Requester Pays buckets.
4427
4331
  * userProject: 'placeholder-value',
4428
4332
  *
@@ -4596,8 +4500,6 @@ export namespace storage_v1 {
4596
4500
  * ifMetagenerationMatch: 'placeholder-value',
4597
4501
  * // If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
4598
4502
  * ifMetagenerationNotMatch: 'placeholder-value',
4599
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4600
- * provisionalUserProject: 'placeholder-value',
4601
4503
  * // The project to be billed for this request. Required for Requester Pays buckets.
4602
4504
  * userProject: 'placeholder-value',
4603
4505
  * });
@@ -4740,8 +4642,6 @@ export namespace storage_v1 {
4740
4642
  * bucket: 'placeholder-value',
4741
4643
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
4742
4644
  * entity: 'placeholder-value',
4743
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4744
- * provisionalUserProject: 'placeholder-value',
4745
4645
  * // The project to be billed for this request. Required for Requester Pays buckets.
4746
4646
  * userProject: 'placeholder-value',
4747
4647
  *
@@ -4912,8 +4812,6 @@ export namespace storage_v1 {
4912
4812
  * bucket: 'placeholder-value',
4913
4813
  * // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
4914
4814
  * entity: 'placeholder-value',
4915
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
4916
- * provisionalUserProject: 'placeholder-value',
4917
4815
  * // The project to be billed for this request. Required for Requester Pays buckets.
4918
4816
  * userProject: 'placeholder-value',
4919
4817
  *
@@ -5061,10 +4959,6 @@ export namespace storage_v1 {
5061
4959
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
5062
4960
  */
5063
4961
  entity?: string;
5064
- /**
5065
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5066
- */
5067
- provisionalUserProject?: string;
5068
4962
  /**
5069
4963
  * The project to be billed for this request. Required for Requester Pays buckets.
5070
4964
  */
@@ -5080,10 +4974,6 @@ export namespace storage_v1 {
5080
4974
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
5081
4975
  */
5082
4976
  entity?: string;
5083
- /**
5084
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5085
- */
5086
- provisionalUserProject?: string;
5087
4977
  /**
5088
4978
  * The project to be billed for this request. Required for Requester Pays buckets.
5089
4979
  */
@@ -5095,10 +4985,6 @@ export namespace storage_v1 {
5095
4985
  * Name of a bucket.
5096
4986
  */
5097
4987
  bucket?: string;
5098
- /**
5099
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5100
- */
5101
- provisionalUserProject?: string;
5102
4988
  /**
5103
4989
  * The project to be billed for this request. Required for Requester Pays buckets.
5104
4990
  */
@@ -5123,10 +5009,6 @@ export namespace storage_v1 {
5123
5009
  * If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
5124
5010
  */
5125
5011
  ifMetagenerationNotMatch?: string;
5126
- /**
5127
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5128
- */
5129
- provisionalUserProject?: string;
5130
5012
  /**
5131
5013
  * The project to be billed for this request. Required for Requester Pays buckets.
5132
5014
  */
@@ -5142,10 +5024,6 @@ export namespace storage_v1 {
5142
5024
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
5143
5025
  */
5144
5026
  entity?: string;
5145
- /**
5146
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5147
- */
5148
- provisionalUserProject?: string;
5149
5027
  /**
5150
5028
  * The project to be billed for this request. Required for Requester Pays buckets.
5151
5029
  */
@@ -5166,10 +5044,6 @@ export namespace storage_v1 {
5166
5044
  * The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
5167
5045
  */
5168
5046
  entity?: string;
5169
- /**
5170
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5171
- */
5172
- provisionalUserProject?: string;
5173
5047
  /**
5174
5048
  * The project to be billed for this request. Required for Requester Pays buckets.
5175
5049
  */
@@ -5222,8 +5096,6 @@ export namespace storage_v1 {
5222
5096
  * bucket: 'placeholder-value',
5223
5097
  * // ID of the notification to delete.
5224
5098
  * notification: 'placeholder-value',
5225
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5226
- * provisionalUserProject: 'placeholder-value',
5227
5099
  * // The project to be billed for this request. Required for Requester Pays buckets.
5228
5100
  * userProject: 'placeholder-value',
5229
5101
  * });
@@ -5356,8 +5228,6 @@ export namespace storage_v1 {
5356
5228
  * bucket: 'placeholder-value',
5357
5229
  * // Notification ID
5358
5230
  * notification: 'placeholder-value',
5359
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5360
- * provisionalUserProject: 'placeholder-value',
5361
5231
  * // The project to be billed for this request. Required for Requester Pays buckets.
5362
5232
  * userProject: 'placeholder-value',
5363
5233
  * });
@@ -5501,8 +5371,6 @@ export namespace storage_v1 {
5501
5371
  * const res = await storage.notifications.insert({
5502
5372
  * // The parent bucket of the notification.
5503
5373
  * bucket: 'placeholder-value',
5504
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5505
- * provisionalUserProject: 'placeholder-value',
5506
5374
  * // The project to be billed for this request. Required for Requester Pays buckets.
5507
5375
  * userProject: 'placeholder-value',
5508
5376
  *
@@ -5663,8 +5531,6 @@ export namespace storage_v1 {
5663
5531
  * const res = await storage.notifications.list({
5664
5532
  * // Name of a Google Cloud Storage bucket.
5665
5533
  * bucket: 'placeholder-value',
5666
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5667
- * provisionalUserProject: 'placeholder-value',
5668
5534
  * // The project to be billed for this request. Required for Requester Pays buckets.
5669
5535
  * userProject: 'placeholder-value',
5670
5536
  * });
@@ -5778,10 +5644,6 @@ export namespace storage_v1 {
5778
5644
  * ID of the notification to delete.
5779
5645
  */
5780
5646
  notification?: string;
5781
- /**
5782
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5783
- */
5784
- provisionalUserProject?: string;
5785
5647
  /**
5786
5648
  * The project to be billed for this request. Required for Requester Pays buckets.
5787
5649
  */
@@ -5797,10 +5659,6 @@ export namespace storage_v1 {
5797
5659
  * Notification ID
5798
5660
  */
5799
5661
  notification?: string;
5800
- /**
5801
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5802
- */
5803
- provisionalUserProject?: string;
5804
5662
  /**
5805
5663
  * The project to be billed for this request. Required for Requester Pays buckets.
5806
5664
  */
@@ -5812,10 +5670,6 @@ export namespace storage_v1 {
5812
5670
  * The parent bucket of the notification.
5813
5671
  */
5814
5672
  bucket?: string;
5815
- /**
5816
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5817
- */
5818
- provisionalUserProject?: string;
5819
5673
  /**
5820
5674
  * The project to be billed for this request. Required for Requester Pays buckets.
5821
5675
  */
@@ -5832,10 +5686,6 @@ export namespace storage_v1 {
5832
5686
  * Name of a Google Cloud Storage bucket.
5833
5687
  */
5834
5688
  bucket?: string;
5835
- /**
5836
- * The project to be billed for this request if the target bucket is requester-pays bucket.
5837
- */
5838
- provisionalUserProject?: string;
5839
5689
  /**
5840
5690
  * The project to be billed for this request. Required for Requester Pays buckets.
5841
5691
  */
@@ -5886,8 +5736,6 @@ export namespace storage_v1 {
5886
5736
  * generation: 'placeholder-value',
5887
5737
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
5888
5738
  * object: 'placeholder-value',
5889
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
5890
- * provisionalUserProject: 'placeholder-value',
5891
5739
  * // The project to be billed for this request. Required for Requester Pays buckets.
5892
5740
  * userProject: 'placeholder-value',
5893
5741
  * });
@@ -6020,8 +5868,6 @@ export namespace storage_v1 {
6020
5868
  * generation: 'placeholder-value',
6021
5869
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6022
5870
  * object: 'placeholder-value',
6023
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
6024
- * provisionalUserProject: 'placeholder-value',
6025
5871
  * // The project to be billed for this request. Required for Requester Pays buckets.
6026
5872
  * userProject: 'placeholder-value',
6027
5873
  * });
@@ -6174,8 +6020,6 @@ export namespace storage_v1 {
6174
6020
  * generation: 'placeholder-value',
6175
6021
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6176
6022
  * object: 'placeholder-value',
6177
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
6178
- * provisionalUserProject: 'placeholder-value',
6179
6023
  * // The project to be billed for this request. Required for Requester Pays buckets.
6180
6024
  * userProject: 'placeholder-value',
6181
6025
  *
@@ -6349,8 +6193,6 @@ export namespace storage_v1 {
6349
6193
  * generation: 'placeholder-value',
6350
6194
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6351
6195
  * object: 'placeholder-value',
6352
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
6353
- * provisionalUserProject: 'placeholder-value',
6354
6196
  * // The project to be billed for this request. Required for Requester Pays buckets.
6355
6197
  * userProject: 'placeholder-value',
6356
6198
  * });
@@ -6497,8 +6339,6 @@ export namespace storage_v1 {
6497
6339
  * generation: 'placeholder-value',
6498
6340
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6499
6341
  * object: 'placeholder-value',
6500
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
6501
- * provisionalUserProject: 'placeholder-value',
6502
6342
  * // The project to be billed for this request. Required for Requester Pays buckets.
6503
6343
  * userProject: 'placeholder-value',
6504
6344
  *
@@ -6673,8 +6513,6 @@ export namespace storage_v1 {
6673
6513
  * generation: 'placeholder-value',
6674
6514
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6675
6515
  * object: 'placeholder-value',
6676
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
6677
- * provisionalUserProject: 'placeholder-value',
6678
6516
  * // The project to be billed for this request. Required for Requester Pays buckets.
6679
6517
  * userProject: 'placeholder-value',
6680
6518
  *
@@ -6830,10 +6668,6 @@ export namespace storage_v1 {
6830
6668
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6831
6669
  */
6832
6670
  object?: string;
6833
- /**
6834
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6835
- */
6836
- provisionalUserProject?: string;
6837
6671
  /**
6838
6672
  * The project to be billed for this request. Required for Requester Pays buckets.
6839
6673
  */
@@ -6857,10 +6691,6 @@ export namespace storage_v1 {
6857
6691
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6858
6692
  */
6859
6693
  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
6694
  /**
6865
6695
  * The project to be billed for this request. Required for Requester Pays buckets.
6866
6696
  */
@@ -6880,10 +6710,6 @@ export namespace storage_v1 {
6880
6710
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6881
6711
  */
6882
6712
  object?: string;
6883
- /**
6884
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6885
- */
6886
- provisionalUserProject?: string;
6887
6713
  /**
6888
6714
  * The project to be billed for this request. Required for Requester Pays buckets.
6889
6715
  */
@@ -6908,10 +6734,6 @@ export namespace storage_v1 {
6908
6734
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6909
6735
  */
6910
6736
  object?: string;
6911
- /**
6912
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6913
- */
6914
- provisionalUserProject?: string;
6915
6737
  /**
6916
6738
  * The project to be billed for this request. Required for Requester Pays buckets.
6917
6739
  */
@@ -6935,10 +6757,6 @@ export namespace storage_v1 {
6935
6757
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6936
6758
  */
6937
6759
  object?: string;
6938
- /**
6939
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6940
- */
6941
- provisionalUserProject?: string;
6942
6760
  /**
6943
6761
  * The project to be billed for this request. Required for Requester Pays buckets.
6944
6762
  */
@@ -6967,10 +6785,6 @@ export namespace storage_v1 {
6967
6785
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
6968
6786
  */
6969
6787
  object?: string;
6970
- /**
6971
- * The project to be billed for this request if the target bucket is requester-pays bucket.
6972
- */
6973
- provisionalUserProject?: string;
6974
6788
  /**
6975
6789
  * The project to be billed for this request. Required for Requester Pays buckets.
6976
6790
  */
@@ -7031,8 +6845,6 @@ export namespace storage_v1 {
7031
6845
  * ifMetagenerationMatch: 'placeholder-value',
7032
6846
  * // 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.
7033
6847
  * kmsKeyName: 'placeholder-value',
7034
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7035
- * provisionalUserProject: 'placeholder-value',
7036
6848
  * // The project to be billed for this request. Required for Requester Pays buckets.
7037
6849
  * userProject: 'placeholder-value',
7038
6850
  *
@@ -7232,8 +7044,6 @@ export namespace storage_v1 {
7232
7044
  * ifSourceMetagenerationNotMatch: 'placeholder-value',
7233
7045
  * // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
7234
7046
  * projection: 'placeholder-value',
7235
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7236
- * provisionalUserProject: 'placeholder-value',
7237
7047
  * // Name of the bucket in which to find the source object.
7238
7048
  * sourceBucket: 'placeholder-value',
7239
7049
  * // If present, selects a specific revision of the source object (as opposed to the latest version, the default).
@@ -7466,8 +7276,6 @@ export namespace storage_v1 {
7466
7276
  * ifMetagenerationNotMatch: 'placeholder-value',
7467
7277
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
7468
7278
  * object: 'placeholder-value',
7469
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7470
- * provisionalUserProject: 'placeholder-value',
7471
7279
  * // The project to be billed for this request. Required for Requester Pays buckets.
7472
7280
  * userProject: 'placeholder-value',
7473
7281
  * });
@@ -7611,8 +7419,6 @@ export namespace storage_v1 {
7611
7419
  * object: 'placeholder-value',
7612
7420
  * // Set of properties to return. Defaults to noAcl.
7613
7421
  * projection: 'placeholder-value',
7614
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7615
- * provisionalUserProject: 'placeholder-value',
7616
7422
  * // The project to be billed for this request. Required for Requester Pays buckets.
7617
7423
  * userProject: 'placeholder-value',
7618
7424
  * });
@@ -7784,8 +7590,6 @@ export namespace storage_v1 {
7784
7590
  * generation: 'placeholder-value',
7785
7591
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
7786
7592
  * object: 'placeholder-value',
7787
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7788
- * provisionalUserProject: 'placeholder-value',
7789
7593
  * // The project to be billed for this request. Required for Requester Pays buckets.
7790
7594
  * userProject: 'placeholder-value',
7791
7595
  * });
@@ -7943,8 +7747,6 @@ export namespace storage_v1 {
7943
7747
  * predefinedAcl: 'placeholder-value',
7944
7748
  * // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
7945
7749
  * projection: 'placeholder-value',
7946
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
7947
- * provisionalUserProject: 'placeholder-value',
7948
7750
  * // The project to be billed for this request. Required for Requester Pays buckets.
7949
7751
  * userProject: 'placeholder-value',
7950
7752
  *
@@ -8173,8 +7975,6 @@ export namespace storage_v1 {
8173
7975
  * prefix: 'placeholder-value',
8174
7976
  * // Set of properties to return. Defaults to noAcl.
8175
7977
  * projection: 'placeholder-value',
8176
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
8177
- * provisionalUserProject: 'placeholder-value',
8178
7978
  * // 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).
8179
7979
  * startOffset: 'placeholder-value',
8180
7980
  * // The project to be billed for this request. Required for Requester Pays buckets.
@@ -8331,8 +8131,6 @@ export namespace storage_v1 {
8331
8131
  * predefinedAcl: 'placeholder-value',
8332
8132
  * // Set of properties to return. Defaults to full.
8333
8133
  * projection: 'placeholder-value',
8334
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
8335
- * provisionalUserProject: 'placeholder-value',
8336
8134
  * // The project to be billed for this request, for Requester Pays buckets.
8337
8135
  * userProject: 'placeholder-value',
8338
8136
  *
@@ -8563,8 +8361,6 @@ export namespace storage_v1 {
8563
8361
  * maxBytesRewrittenPerCall: 'placeholder-value',
8564
8362
  * // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
8565
8363
  * projection: 'placeholder-value',
8566
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
8567
- * provisionalUserProject: 'placeholder-value',
8568
8364
  * // 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.
8569
8365
  * rewriteToken: 'placeholder-value',
8570
8366
  * // Name of the bucket in which to find the source object.
@@ -8765,8 +8561,6 @@ export namespace storage_v1 {
8765
8561
  * generation: 'placeholder-value',
8766
8562
  * // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
8767
8563
  * object: 'placeholder-value',
8768
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
8769
- * provisionalUserProject: 'placeholder-value',
8770
8564
  * // The project to be billed for this request. Required for Requester Pays buckets.
8771
8565
  * userProject: 'placeholder-value',
8772
8566
  *
@@ -8926,8 +8720,6 @@ export namespace storage_v1 {
8926
8720
  * object: 'placeholder-value',
8927
8721
  * // Permissions to test.
8928
8722
  * permissions: 'placeholder-value',
8929
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
8930
- * provisionalUserProject: 'placeholder-value',
8931
8723
  * // The project to be billed for this request. Required for Requester Pays buckets.
8932
8724
  * userProject: 'placeholder-value',
8933
8725
  * });
@@ -9085,8 +8877,6 @@ export namespace storage_v1 {
9085
8877
  * predefinedAcl: 'placeholder-value',
9086
8878
  * // Set of properties to return. Defaults to full.
9087
8879
  * projection: 'placeholder-value',
9088
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
9089
- * provisionalUserProject: 'placeholder-value',
9090
8880
  * // The project to be billed for this request. Required for Requester Pays buckets.
9091
8881
  * userProject: 'placeholder-value',
9092
8882
  *
@@ -9307,8 +9097,6 @@ export namespace storage_v1 {
9307
9097
  * prefix: 'placeholder-value',
9308
9098
  * // Set of properties to return. Defaults to noAcl.
9309
9099
  * projection: 'placeholder-value',
9310
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
9311
- * provisionalUserProject: 'placeholder-value',
9312
9100
  * // 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).
9313
9101
  * startOffset: 'placeholder-value',
9314
9102
  * // The project to be billed for this request. Required for Requester Pays buckets.
@@ -9466,10 +9254,6 @@ export namespace storage_v1 {
9466
9254
  * 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.
9467
9255
  */
9468
9256
  kmsKeyName?: string;
9469
- /**
9470
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9471
- */
9472
- provisionalUserProject?: string;
9473
9257
  /**
9474
9258
  * The project to be billed for this request. Required for Requester Pays buckets.
9475
9259
  */
@@ -9533,10 +9317,6 @@ export namespace storage_v1 {
9533
9317
  * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
9534
9318
  */
9535
9319
  projection?: string;
9536
- /**
9537
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9538
- */
9539
- provisionalUserProject?: string;
9540
9320
  /**
9541
9321
  * Name of the bucket in which to find the source object.
9542
9322
  */
@@ -9588,10 +9368,6 @@ export namespace storage_v1 {
9588
9368
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
9589
9369
  */
9590
9370
  object?: string;
9591
- /**
9592
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9593
- */
9594
- provisionalUserProject?: string;
9595
9371
  /**
9596
9372
  * The project to be billed for this request. Required for Requester Pays buckets.
9597
9373
  */
@@ -9630,10 +9406,6 @@ export namespace storage_v1 {
9630
9406
  * Set of properties to return. Defaults to noAcl.
9631
9407
  */
9632
9408
  projection?: string;
9633
- /**
9634
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9635
- */
9636
- provisionalUserProject?: string;
9637
9409
  /**
9638
9410
  * The project to be billed for this request. Required for Requester Pays buckets.
9639
9411
  */
@@ -9653,10 +9425,6 @@ export namespace storage_v1 {
9653
9425
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
9654
9426
  */
9655
9427
  object?: string;
9656
- /**
9657
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9658
- */
9659
- provisionalUserProject?: string;
9660
9428
  /**
9661
9429
  * The project to be billed for this request. Required for Requester Pays buckets.
9662
9430
  */
@@ -9703,10 +9471,6 @@ export namespace storage_v1 {
9703
9471
  * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
9704
9472
  */
9705
9473
  projection?: string;
9706
- /**
9707
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9708
- */
9709
- provisionalUserProject?: string;
9710
9474
  /**
9711
9475
  * The project to be billed for this request. Required for Requester Pays buckets.
9712
9476
  */
@@ -9765,10 +9529,6 @@ export namespace storage_v1 {
9765
9529
  * Set of properties to return. Defaults to noAcl.
9766
9530
  */
9767
9531
  projection?: string;
9768
- /**
9769
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9770
- */
9771
- provisionalUserProject?: string;
9772
9532
  /**
9773
9533
  * 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).
9774
9534
  */
@@ -9819,10 +9579,6 @@ export namespace storage_v1 {
9819
9579
  * Set of properties to return. Defaults to full.
9820
9580
  */
9821
9581
  projection?: string;
9822
- /**
9823
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9824
- */
9825
- provisionalUserProject?: string;
9826
9582
  /**
9827
9583
  * The project to be billed for this request, for Requester Pays buckets.
9828
9584
  */
@@ -9890,10 +9646,6 @@ export namespace storage_v1 {
9890
9646
  * Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
9891
9647
  */
9892
9648
  projection?: string;
9893
- /**
9894
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9895
- */
9896
- provisionalUserProject?: string;
9897
9649
  /**
9898
9650
  * 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.
9899
9651
  */
@@ -9934,10 +9686,6 @@ export namespace storage_v1 {
9934
9686
  * Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
9935
9687
  */
9936
9688
  object?: string;
9937
- /**
9938
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9939
- */
9940
- provisionalUserProject?: string;
9941
9689
  /**
9942
9690
  * The project to be billed for this request. Required for Requester Pays buckets.
9943
9691
  */
@@ -9966,10 +9714,6 @@ export namespace storage_v1 {
9966
9714
  * Permissions to test.
9967
9715
  */
9968
9716
  permissions?: string[];
9969
- /**
9970
- * The project to be billed for this request if the target bucket is requester-pays bucket.
9971
- */
9972
- provisionalUserProject?: string;
9973
9717
  /**
9974
9718
  * The project to be billed for this request. Required for Requester Pays buckets.
9975
9719
  */
@@ -10012,10 +9756,6 @@ export namespace storage_v1 {
10012
9756
  * Set of properties to return. Defaults to full.
10013
9757
  */
10014
9758
  projection?: string;
10015
- /**
10016
- * The project to be billed for this request if the target bucket is requester-pays bucket.
10017
- */
10018
- provisionalUserProject?: string;
10019
9759
  /**
10020
9760
  * The project to be billed for this request. Required for Requester Pays buckets.
10021
9761
  */
@@ -10059,10 +9799,6 @@ export namespace storage_v1 {
10059
9799
  * Set of properties to return. Defaults to noAcl.
10060
9800
  */
10061
9801
  projection?: string;
10062
- /**
10063
- * The project to be billed for this request if the target bucket is requester-pays bucket.
10064
- */
10065
- provisionalUserProject?: string;
10066
9802
  /**
10067
9803
  * 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).
10068
9804
  */
@@ -10952,8 +10688,6 @@ export namespace storage_v1 {
10952
10688
  * const res = await storage.projects.serviceAccount.get({
10953
10689
  * // Project ID
10954
10690
  * projectId: 'placeholder-value',
10955
- * // The project to be billed for this request if the target bucket is requester-pays bucket.
10956
- * provisionalUserProject: 'placeholder-value',
10957
10691
  * // The project to be billed for this request.
10958
10692
  * userProject: 'placeholder-value',
10959
10693
  * });
@@ -11063,10 +10797,6 @@ export namespace storage_v1 {
11063
10797
  * Project ID
11064
10798
  */
11065
10799
  projectId?: string;
11066
- /**
11067
- * The project to be billed for this request if the target bucket is requester-pays bucket.
11068
- */
11069
- provisionalUserProject?: string;
11070
10800
  /**
11071
10801
  * The project to be billed for this request.
11072
10802
  */