@googleapis/storage 1.2.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/build/v1.d.ts +2 -276
- package/build/v1.js +0 -1
- package/build/v1.js.map +1 -1
- package/package.json +1 -1
- package/v1.ts +2 -277
package/v1.ts
CHANGED
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
// limitations under the License.
|
|
13
13
|
|
|
14
14
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
15
|
-
/* eslint-disable @typescript-eslint/class-name-casing */
|
|
16
15
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
17
16
|
/* eslint-disable @typescript-eslint/no-empty-interface */
|
|
18
17
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -211,7 +210,9 @@ export namespace storage_v1 {
|
|
|
211
210
|
daysSinceNoncurrentTime?: number;
|
|
212
211
|
isLive?: boolean;
|
|
213
212
|
matchesPattern?: string;
|
|
213
|
+
matchesPrefix?: string[];
|
|
214
214
|
matchesStorageClass?: string[];
|
|
215
|
+
matchesSuffix?: string[];
|
|
215
216
|
noncurrentTimeBefore?: string;
|
|
216
217
|
numNewerVersions?: number;
|
|
217
218
|
};
|
|
@@ -973,8 +974,6 @@ export namespace storage_v1 {
|
|
|
973
974
|
* bucket: 'placeholder-value',
|
|
974
975
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
975
976
|
* entity: 'placeholder-value',
|
|
976
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
977
|
-
* provisionalUserProject: 'placeholder-value',
|
|
978
977
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
979
978
|
* userProject: 'placeholder-value',
|
|
980
979
|
* });
|
|
@@ -1104,8 +1103,6 @@ export namespace storage_v1 {
|
|
|
1104
1103
|
* bucket: 'placeholder-value',
|
|
1105
1104
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1106
1105
|
* entity: 'placeholder-value',
|
|
1107
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1108
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1109
1106
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1110
1107
|
* userProject: 'placeholder-value',
|
|
1111
1108
|
* });
|
|
@@ -1253,8 +1250,6 @@ export namespace storage_v1 {
|
|
|
1253
1250
|
* const res = await storage.bucketAccessControls.insert({
|
|
1254
1251
|
* // Name of a bucket.
|
|
1255
1252
|
* bucket: 'placeholder-value',
|
|
1256
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1257
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1258
1253
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1259
1254
|
* userProject: 'placeholder-value',
|
|
1260
1255
|
*
|
|
@@ -1420,8 +1415,6 @@ export namespace storage_v1 {
|
|
|
1420
1415
|
* const res = await storage.bucketAccessControls.list({
|
|
1421
1416
|
* // Name of a bucket.
|
|
1422
1417
|
* bucket: 'placeholder-value',
|
|
1423
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1424
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1425
1418
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1426
1419
|
* userProject: 'placeholder-value',
|
|
1427
1420
|
* });
|
|
@@ -1564,8 +1557,6 @@ export namespace storage_v1 {
|
|
|
1564
1557
|
* bucket: 'placeholder-value',
|
|
1565
1558
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1566
1559
|
* entity: 'placeholder-value',
|
|
1567
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1568
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1569
1560
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1570
1561
|
* userProject: 'placeholder-value',
|
|
1571
1562
|
*
|
|
@@ -1733,8 +1724,6 @@ export namespace storage_v1 {
|
|
|
1733
1724
|
* bucket: 'placeholder-value',
|
|
1734
1725
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1735
1726
|
* entity: 'placeholder-value',
|
|
1736
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1737
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1738
1727
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1739
1728
|
* userProject: 'placeholder-value',
|
|
1740
1729
|
*
|
|
@@ -1879,10 +1868,6 @@ export namespace storage_v1 {
|
|
|
1879
1868
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1880
1869
|
*/
|
|
1881
1870
|
entity?: string;
|
|
1882
|
-
/**
|
|
1883
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1884
|
-
*/
|
|
1885
|
-
provisionalUserProject?: string;
|
|
1886
1871
|
/**
|
|
1887
1872
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
1888
1873
|
*/
|
|
@@ -1898,10 +1883,6 @@ export namespace storage_v1 {
|
|
|
1898
1883
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1899
1884
|
*/
|
|
1900
1885
|
entity?: string;
|
|
1901
|
-
/**
|
|
1902
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1903
|
-
*/
|
|
1904
|
-
provisionalUserProject?: string;
|
|
1905
1886
|
/**
|
|
1906
1887
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
1907
1888
|
*/
|
|
@@ -1913,10 +1894,6 @@ export namespace storage_v1 {
|
|
|
1913
1894
|
* Name of a bucket.
|
|
1914
1895
|
*/
|
|
1915
1896
|
bucket?: string;
|
|
1916
|
-
/**
|
|
1917
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1918
|
-
*/
|
|
1919
|
-
provisionalUserProject?: string;
|
|
1920
1897
|
/**
|
|
1921
1898
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
1922
1899
|
*/
|
|
@@ -1933,10 +1910,6 @@ export namespace storage_v1 {
|
|
|
1933
1910
|
* Name of a bucket.
|
|
1934
1911
|
*/
|
|
1935
1912
|
bucket?: string;
|
|
1936
|
-
/**
|
|
1937
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1938
|
-
*/
|
|
1939
|
-
provisionalUserProject?: string;
|
|
1940
1913
|
/**
|
|
1941
1914
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
1942
1915
|
*/
|
|
@@ -1952,10 +1925,6 @@ export namespace storage_v1 {
|
|
|
1952
1925
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1953
1926
|
*/
|
|
1954
1927
|
entity?: string;
|
|
1955
|
-
/**
|
|
1956
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1957
|
-
*/
|
|
1958
|
-
provisionalUserProject?: string;
|
|
1959
1928
|
/**
|
|
1960
1929
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
1961
1930
|
*/
|
|
@@ -1976,10 +1945,6 @@ export namespace storage_v1 {
|
|
|
1976
1945
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1977
1946
|
*/
|
|
1978
1947
|
entity?: string;
|
|
1979
|
-
/**
|
|
1980
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1981
|
-
*/
|
|
1982
|
-
provisionalUserProject?: string;
|
|
1983
1948
|
/**
|
|
1984
1949
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
1985
1950
|
*/
|
|
@@ -2034,8 +1999,6 @@ export namespace storage_v1 {
|
|
|
2034
1999
|
* ifMetagenerationMatch: 'placeholder-value',
|
|
2035
2000
|
* // If set, only deletes the bucket if its metageneration does not match this value.
|
|
2036
2001
|
* ifMetagenerationNotMatch: 'placeholder-value',
|
|
2037
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2038
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2039
2002
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
2040
2003
|
* userProject: 'placeholder-value',
|
|
2041
2004
|
* });
|
|
@@ -2171,8 +2134,6 @@ export namespace storage_v1 {
|
|
|
2171
2134
|
* ifMetagenerationNotMatch: 'placeholder-value',
|
|
2172
2135
|
* // Set of properties to return. Defaults to noAcl.
|
|
2173
2136
|
* projection: 'placeholder-value',
|
|
2174
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2175
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2176
2137
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
2177
2138
|
* userProject: 'placeholder-value',
|
|
2178
2139
|
* });
|
|
@@ -2337,8 +2298,6 @@ export namespace storage_v1 {
|
|
|
2337
2298
|
* bucket: 'placeholder-value',
|
|
2338
2299
|
* // 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.
|
|
2339
2300
|
* optionsRequestedPolicyVersion: 'placeholder-value',
|
|
2340
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2341
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2342
2301
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
2343
2302
|
* userProject: 'placeholder-value',
|
|
2344
2303
|
* });
|
|
@@ -2484,8 +2443,6 @@ export namespace storage_v1 {
|
|
|
2484
2443
|
* project: 'placeholder-value',
|
|
2485
2444
|
* // Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
|
|
2486
2445
|
* projection: 'placeholder-value',
|
|
2487
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2488
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2489
2446
|
* // The project to be billed for this request.
|
|
2490
2447
|
* userProject: 'placeholder-value',
|
|
2491
2448
|
*
|
|
@@ -2693,8 +2650,6 @@ export namespace storage_v1 {
|
|
|
2693
2650
|
* project: 'placeholder-value',
|
|
2694
2651
|
* // Set of properties to return. Defaults to noAcl.
|
|
2695
2652
|
* projection: 'placeholder-value',
|
|
2696
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2697
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2698
2653
|
* // The project to be billed for this request.
|
|
2699
2654
|
* userProject: 'placeholder-value',
|
|
2700
2655
|
* });
|
|
@@ -2830,8 +2785,6 @@ export namespace storage_v1 {
|
|
|
2830
2785
|
* bucket: 'placeholder-value',
|
|
2831
2786
|
* // Makes the operation conditional on whether bucket's current metageneration matches the given value.
|
|
2832
2787
|
* ifMetagenerationMatch: 'placeholder-value',
|
|
2833
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2834
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2835
2788
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
2836
2789
|
* userProject: 'placeholder-value',
|
|
2837
2790
|
* });
|
|
@@ -3004,8 +2957,6 @@ export namespace storage_v1 {
|
|
|
3004
2957
|
* predefinedDefaultObjectAcl: 'placeholder-value',
|
|
3005
2958
|
* // Set of properties to return. Defaults to full.
|
|
3006
2959
|
* projection: 'placeholder-value',
|
|
3007
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3008
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3009
2960
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3010
2961
|
* userProject: 'placeholder-value',
|
|
3011
2962
|
*
|
|
@@ -3205,8 +3156,6 @@ export namespace storage_v1 {
|
|
|
3205
3156
|
* const res = await storage.buckets.setIamPolicy({
|
|
3206
3157
|
* // Name of a bucket.
|
|
3207
3158
|
* bucket: 'placeholder-value',
|
|
3208
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3209
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3210
3159
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3211
3160
|
* userProject: 'placeholder-value',
|
|
3212
3161
|
*
|
|
@@ -3362,8 +3311,6 @@ export namespace storage_v1 {
|
|
|
3362
3311
|
* bucket: 'placeholder-value',
|
|
3363
3312
|
* // Permissions to test.
|
|
3364
3313
|
* permissions: 'placeholder-value',
|
|
3365
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3366
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3367
3314
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3368
3315
|
* userProject: 'placeholder-value',
|
|
3369
3316
|
* });
|
|
@@ -3515,8 +3462,6 @@ export namespace storage_v1 {
|
|
|
3515
3462
|
* predefinedDefaultObjectAcl: 'placeholder-value',
|
|
3516
3463
|
* // Set of properties to return. Defaults to full.
|
|
3517
3464
|
* projection: 'placeholder-value',
|
|
3518
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3519
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3520
3465
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3521
3466
|
* userProject: 'placeholder-value',
|
|
3522
3467
|
*
|
|
@@ -3698,10 +3643,6 @@ export namespace storage_v1 {
|
|
|
3698
3643
|
* If set, only deletes the bucket if its metageneration does not match this value.
|
|
3699
3644
|
*/
|
|
3700
3645
|
ifMetagenerationNotMatch?: string;
|
|
3701
|
-
/**
|
|
3702
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3703
|
-
*/
|
|
3704
|
-
provisionalUserProject?: string;
|
|
3705
3646
|
/**
|
|
3706
3647
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3707
3648
|
*/
|
|
@@ -3724,10 +3665,6 @@ export namespace storage_v1 {
|
|
|
3724
3665
|
* Set of properties to return. Defaults to noAcl.
|
|
3725
3666
|
*/
|
|
3726
3667
|
projection?: string;
|
|
3727
|
-
/**
|
|
3728
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3729
|
-
*/
|
|
3730
|
-
provisionalUserProject?: string;
|
|
3731
3668
|
/**
|
|
3732
3669
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3733
3670
|
*/
|
|
@@ -3743,10 +3680,6 @@ export namespace storage_v1 {
|
|
|
3743
3680
|
* 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.
|
|
3744
3681
|
*/
|
|
3745
3682
|
optionsRequestedPolicyVersion?: number;
|
|
3746
|
-
/**
|
|
3747
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3748
|
-
*/
|
|
3749
|
-
provisionalUserProject?: string;
|
|
3750
3683
|
/**
|
|
3751
3684
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3752
3685
|
*/
|
|
@@ -3769,10 +3702,6 @@ export namespace storage_v1 {
|
|
|
3769
3702
|
* Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
|
|
3770
3703
|
*/
|
|
3771
3704
|
projection?: string;
|
|
3772
|
-
/**
|
|
3773
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3774
|
-
*/
|
|
3775
|
-
provisionalUserProject?: string;
|
|
3776
3705
|
/**
|
|
3777
3706
|
* The project to be billed for this request.
|
|
3778
3707
|
*/
|
|
@@ -3804,10 +3733,6 @@ export namespace storage_v1 {
|
|
|
3804
3733
|
* Set of properties to return. Defaults to noAcl.
|
|
3805
3734
|
*/
|
|
3806
3735
|
projection?: string;
|
|
3807
|
-
/**
|
|
3808
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3809
|
-
*/
|
|
3810
|
-
provisionalUserProject?: string;
|
|
3811
3736
|
/**
|
|
3812
3737
|
* The project to be billed for this request.
|
|
3813
3738
|
*/
|
|
@@ -3823,10 +3748,6 @@ export namespace storage_v1 {
|
|
|
3823
3748
|
* Makes the operation conditional on whether bucket's current metageneration matches the given value.
|
|
3824
3749
|
*/
|
|
3825
3750
|
ifMetagenerationMatch?: string;
|
|
3826
|
-
/**
|
|
3827
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3828
|
-
*/
|
|
3829
|
-
provisionalUserProject?: string;
|
|
3830
3751
|
/**
|
|
3831
3752
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3832
3753
|
*/
|
|
@@ -3857,10 +3778,6 @@ export namespace storage_v1 {
|
|
|
3857
3778
|
* Set of properties to return. Defaults to full.
|
|
3858
3779
|
*/
|
|
3859
3780
|
projection?: string;
|
|
3860
|
-
/**
|
|
3861
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3862
|
-
*/
|
|
3863
|
-
provisionalUserProject?: string;
|
|
3864
3781
|
/**
|
|
3865
3782
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3866
3783
|
*/
|
|
@@ -3877,10 +3794,6 @@ export namespace storage_v1 {
|
|
|
3877
3794
|
* Name of a bucket.
|
|
3878
3795
|
*/
|
|
3879
3796
|
bucket?: string;
|
|
3880
|
-
/**
|
|
3881
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3882
|
-
*/
|
|
3883
|
-
provisionalUserProject?: string;
|
|
3884
3797
|
/**
|
|
3885
3798
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3886
3799
|
*/
|
|
@@ -3901,10 +3814,6 @@ export namespace storage_v1 {
|
|
|
3901
3814
|
* Permissions to test.
|
|
3902
3815
|
*/
|
|
3903
3816
|
permissions?: string[];
|
|
3904
|
-
/**
|
|
3905
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3906
|
-
*/
|
|
3907
|
-
provisionalUserProject?: string;
|
|
3908
3817
|
/**
|
|
3909
3818
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3910
3819
|
*/
|
|
@@ -3935,10 +3844,6 @@ export namespace storage_v1 {
|
|
|
3935
3844
|
* Set of properties to return. Defaults to full.
|
|
3936
3845
|
*/
|
|
3937
3846
|
projection?: string;
|
|
3938
|
-
/**
|
|
3939
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3940
|
-
*/
|
|
3941
|
-
provisionalUserProject?: string;
|
|
3942
3847
|
/**
|
|
3943
3848
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3944
3849
|
*/
|
|
@@ -4145,8 +4050,6 @@ export namespace storage_v1 {
|
|
|
4145
4050
|
* bucket: 'placeholder-value',
|
|
4146
4051
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
4147
4052
|
* entity: 'placeholder-value',
|
|
4148
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4149
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4150
4053
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4151
4054
|
* userProject: 'placeholder-value',
|
|
4152
4055
|
* });
|
|
@@ -4275,8 +4178,6 @@ export namespace storage_v1 {
|
|
|
4275
4178
|
* bucket: 'placeholder-value',
|
|
4276
4179
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
4277
4180
|
* entity: 'placeholder-value',
|
|
4278
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4279
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4280
4181
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4281
4182
|
* userProject: 'placeholder-value',
|
|
4282
4183
|
* });
|
|
@@ -4425,8 +4326,6 @@ export namespace storage_v1 {
|
|
|
4425
4326
|
* const res = await storage.defaultObjectAccessControls.insert({
|
|
4426
4327
|
* // Name of a bucket.
|
|
4427
4328
|
* bucket: 'placeholder-value',
|
|
4428
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4429
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4430
4329
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4431
4330
|
* userProject: 'placeholder-value',
|
|
4432
4331
|
*
|
|
@@ -4600,8 +4499,6 @@ export namespace storage_v1 {
|
|
|
4600
4499
|
* ifMetagenerationMatch: 'placeholder-value',
|
|
4601
4500
|
* // If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
|
|
4602
4501
|
* ifMetagenerationNotMatch: 'placeholder-value',
|
|
4603
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4604
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4605
4502
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4606
4503
|
* userProject: 'placeholder-value',
|
|
4607
4504
|
* });
|
|
@@ -4744,8 +4641,6 @@ export namespace storage_v1 {
|
|
|
4744
4641
|
* bucket: 'placeholder-value',
|
|
4745
4642
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
4746
4643
|
* entity: 'placeholder-value',
|
|
4747
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4748
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4749
4644
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4750
4645
|
* userProject: 'placeholder-value',
|
|
4751
4646
|
*
|
|
@@ -4916,8 +4811,6 @@ export namespace storage_v1 {
|
|
|
4916
4811
|
* bucket: 'placeholder-value',
|
|
4917
4812
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
4918
4813
|
* entity: 'placeholder-value',
|
|
4919
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4920
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4921
4814
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4922
4815
|
* userProject: 'placeholder-value',
|
|
4923
4816
|
*
|
|
@@ -5065,10 +4958,6 @@ export namespace storage_v1 {
|
|
|
5065
4958
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
5066
4959
|
*/
|
|
5067
4960
|
entity?: string;
|
|
5068
|
-
/**
|
|
5069
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5070
|
-
*/
|
|
5071
|
-
provisionalUserProject?: string;
|
|
5072
4961
|
/**
|
|
5073
4962
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
5074
4963
|
*/
|
|
@@ -5084,10 +4973,6 @@ export namespace storage_v1 {
|
|
|
5084
4973
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
5085
4974
|
*/
|
|
5086
4975
|
entity?: string;
|
|
5087
|
-
/**
|
|
5088
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5089
|
-
*/
|
|
5090
|
-
provisionalUserProject?: string;
|
|
5091
4976
|
/**
|
|
5092
4977
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
5093
4978
|
*/
|
|
@@ -5099,10 +4984,6 @@ export namespace storage_v1 {
|
|
|
5099
4984
|
* Name of a bucket.
|
|
5100
4985
|
*/
|
|
5101
4986
|
bucket?: string;
|
|
5102
|
-
/**
|
|
5103
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5104
|
-
*/
|
|
5105
|
-
provisionalUserProject?: string;
|
|
5106
4987
|
/**
|
|
5107
4988
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
5108
4989
|
*/
|
|
@@ -5127,10 +5008,6 @@ export namespace storage_v1 {
|
|
|
5127
5008
|
* If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
|
|
5128
5009
|
*/
|
|
5129
5010
|
ifMetagenerationNotMatch?: string;
|
|
5130
|
-
/**
|
|
5131
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5132
|
-
*/
|
|
5133
|
-
provisionalUserProject?: string;
|
|
5134
5011
|
/**
|
|
5135
5012
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
5136
5013
|
*/
|
|
@@ -5146,10 +5023,6 @@ export namespace storage_v1 {
|
|
|
5146
5023
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
5147
5024
|
*/
|
|
5148
5025
|
entity?: string;
|
|
5149
|
-
/**
|
|
5150
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5151
|
-
*/
|
|
5152
|
-
provisionalUserProject?: string;
|
|
5153
5026
|
/**
|
|
5154
5027
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
5155
5028
|
*/
|
|
@@ -5170,10 +5043,6 @@ export namespace storage_v1 {
|
|
|
5170
5043
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
5171
5044
|
*/
|
|
5172
5045
|
entity?: string;
|
|
5173
|
-
/**
|
|
5174
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5175
|
-
*/
|
|
5176
|
-
provisionalUserProject?: string;
|
|
5177
5046
|
/**
|
|
5178
5047
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
5179
5048
|
*/
|
|
@@ -5226,8 +5095,6 @@ export namespace storage_v1 {
|
|
|
5226
5095
|
* bucket: 'placeholder-value',
|
|
5227
5096
|
* // ID of the notification to delete.
|
|
5228
5097
|
* notification: 'placeholder-value',
|
|
5229
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5230
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5231
5098
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
5232
5099
|
* userProject: 'placeholder-value',
|
|
5233
5100
|
* });
|
|
@@ -5360,8 +5227,6 @@ export namespace storage_v1 {
|
|
|
5360
5227
|
* bucket: 'placeholder-value',
|
|
5361
5228
|
* // Notification ID
|
|
5362
5229
|
* notification: 'placeholder-value',
|
|
5363
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5364
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5365
5230
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
5366
5231
|
* userProject: 'placeholder-value',
|
|
5367
5232
|
* });
|
|
@@ -5505,8 +5370,6 @@ export namespace storage_v1 {
|
|
|
5505
5370
|
* const res = await storage.notifications.insert({
|
|
5506
5371
|
* // The parent bucket of the notification.
|
|
5507
5372
|
* bucket: 'placeholder-value',
|
|
5508
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5509
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5510
5373
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
5511
5374
|
* userProject: 'placeholder-value',
|
|
5512
5375
|
*
|
|
@@ -5667,8 +5530,6 @@ export namespace storage_v1 {
|
|
|
5667
5530
|
* const res = await storage.notifications.list({
|
|
5668
5531
|
* // Name of a Google Cloud Storage bucket.
|
|
5669
5532
|
* bucket: 'placeholder-value',
|
|
5670
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5671
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5672
5533
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
5673
5534
|
* userProject: 'placeholder-value',
|
|
5674
5535
|
* });
|
|
@@ -5782,10 +5643,6 @@ export namespace storage_v1 {
|
|
|
5782
5643
|
* ID of the notification to delete.
|
|
5783
5644
|
*/
|
|
5784
5645
|
notification?: string;
|
|
5785
|
-
/**
|
|
5786
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5787
|
-
*/
|
|
5788
|
-
provisionalUserProject?: string;
|
|
5789
5646
|
/**
|
|
5790
5647
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
5791
5648
|
*/
|
|
@@ -5801,10 +5658,6 @@ export namespace storage_v1 {
|
|
|
5801
5658
|
* Notification ID
|
|
5802
5659
|
*/
|
|
5803
5660
|
notification?: string;
|
|
5804
|
-
/**
|
|
5805
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5806
|
-
*/
|
|
5807
|
-
provisionalUserProject?: string;
|
|
5808
5661
|
/**
|
|
5809
5662
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
5810
5663
|
*/
|
|
@@ -5816,10 +5669,6 @@ export namespace storage_v1 {
|
|
|
5816
5669
|
* The parent bucket of the notification.
|
|
5817
5670
|
*/
|
|
5818
5671
|
bucket?: string;
|
|
5819
|
-
/**
|
|
5820
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5821
|
-
*/
|
|
5822
|
-
provisionalUserProject?: string;
|
|
5823
5672
|
/**
|
|
5824
5673
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
5825
5674
|
*/
|
|
@@ -5836,10 +5685,6 @@ export namespace storage_v1 {
|
|
|
5836
5685
|
* Name of a Google Cloud Storage bucket.
|
|
5837
5686
|
*/
|
|
5838
5687
|
bucket?: string;
|
|
5839
|
-
/**
|
|
5840
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5841
|
-
*/
|
|
5842
|
-
provisionalUserProject?: string;
|
|
5843
5688
|
/**
|
|
5844
5689
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
5845
5690
|
*/
|
|
@@ -5890,8 +5735,6 @@ export namespace storage_v1 {
|
|
|
5890
5735
|
* generation: 'placeholder-value',
|
|
5891
5736
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
5892
5737
|
* object: 'placeholder-value',
|
|
5893
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5894
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5895
5738
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
5896
5739
|
* userProject: 'placeholder-value',
|
|
5897
5740
|
* });
|
|
@@ -6024,8 +5867,6 @@ export namespace storage_v1 {
|
|
|
6024
5867
|
* generation: 'placeholder-value',
|
|
6025
5868
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6026
5869
|
* object: 'placeholder-value',
|
|
6027
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6028
|
-
* provisionalUserProject: 'placeholder-value',
|
|
6029
5870
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
6030
5871
|
* userProject: 'placeholder-value',
|
|
6031
5872
|
* });
|
|
@@ -6178,8 +6019,6 @@ export namespace storage_v1 {
|
|
|
6178
6019
|
* generation: 'placeholder-value',
|
|
6179
6020
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6180
6021
|
* object: 'placeholder-value',
|
|
6181
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6182
|
-
* provisionalUserProject: 'placeholder-value',
|
|
6183
6022
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
6184
6023
|
* userProject: 'placeholder-value',
|
|
6185
6024
|
*
|
|
@@ -6353,8 +6192,6 @@ export namespace storage_v1 {
|
|
|
6353
6192
|
* generation: 'placeholder-value',
|
|
6354
6193
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6355
6194
|
* object: 'placeholder-value',
|
|
6356
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6357
|
-
* provisionalUserProject: 'placeholder-value',
|
|
6358
6195
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
6359
6196
|
* userProject: 'placeholder-value',
|
|
6360
6197
|
* });
|
|
@@ -6501,8 +6338,6 @@ export namespace storage_v1 {
|
|
|
6501
6338
|
* generation: 'placeholder-value',
|
|
6502
6339
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6503
6340
|
* object: 'placeholder-value',
|
|
6504
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6505
|
-
* provisionalUserProject: 'placeholder-value',
|
|
6506
6341
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
6507
6342
|
* userProject: 'placeholder-value',
|
|
6508
6343
|
*
|
|
@@ -6677,8 +6512,6 @@ export namespace storage_v1 {
|
|
|
6677
6512
|
* generation: 'placeholder-value',
|
|
6678
6513
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6679
6514
|
* object: 'placeholder-value',
|
|
6680
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6681
|
-
* provisionalUserProject: 'placeholder-value',
|
|
6682
6515
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
6683
6516
|
* userProject: 'placeholder-value',
|
|
6684
6517
|
*
|
|
@@ -6834,10 +6667,6 @@ export namespace storage_v1 {
|
|
|
6834
6667
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6835
6668
|
*/
|
|
6836
6669
|
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
6670
|
/**
|
|
6842
6671
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6843
6672
|
*/
|
|
@@ -6861,10 +6690,6 @@ export namespace storage_v1 {
|
|
|
6861
6690
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6862
6691
|
*/
|
|
6863
6692
|
object?: string;
|
|
6864
|
-
/**
|
|
6865
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6866
|
-
*/
|
|
6867
|
-
provisionalUserProject?: string;
|
|
6868
6693
|
/**
|
|
6869
6694
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6870
6695
|
*/
|
|
@@ -6884,10 +6709,6 @@ export namespace storage_v1 {
|
|
|
6884
6709
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6885
6710
|
*/
|
|
6886
6711
|
object?: string;
|
|
6887
|
-
/**
|
|
6888
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6889
|
-
*/
|
|
6890
|
-
provisionalUserProject?: string;
|
|
6891
6712
|
/**
|
|
6892
6713
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6893
6714
|
*/
|
|
@@ -6912,10 +6733,6 @@ export namespace storage_v1 {
|
|
|
6912
6733
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6913
6734
|
*/
|
|
6914
6735
|
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
6736
|
/**
|
|
6920
6737
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6921
6738
|
*/
|
|
@@ -6939,10 +6756,6 @@ export namespace storage_v1 {
|
|
|
6939
6756
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6940
6757
|
*/
|
|
6941
6758
|
object?: string;
|
|
6942
|
-
/**
|
|
6943
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6944
|
-
*/
|
|
6945
|
-
provisionalUserProject?: string;
|
|
6946
6759
|
/**
|
|
6947
6760
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6948
6761
|
*/
|
|
@@ -6971,10 +6784,6 @@ export namespace storage_v1 {
|
|
|
6971
6784
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6972
6785
|
*/
|
|
6973
6786
|
object?: string;
|
|
6974
|
-
/**
|
|
6975
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6976
|
-
*/
|
|
6977
|
-
provisionalUserProject?: string;
|
|
6978
6787
|
/**
|
|
6979
6788
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6980
6789
|
*/
|
|
@@ -7035,8 +6844,6 @@ export namespace storage_v1 {
|
|
|
7035
6844
|
* ifMetagenerationMatch: 'placeholder-value',
|
|
7036
6845
|
* // 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.
|
|
7037
6846
|
* kmsKeyName: 'placeholder-value',
|
|
7038
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
7039
|
-
* provisionalUserProject: 'placeholder-value',
|
|
7040
6847
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
7041
6848
|
* userProject: 'placeholder-value',
|
|
7042
6849
|
*
|
|
@@ -7236,8 +7043,6 @@ export namespace storage_v1 {
|
|
|
7236
7043
|
* ifSourceMetagenerationNotMatch: 'placeholder-value',
|
|
7237
7044
|
* // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
|
|
7238
7045
|
* projection: 'placeholder-value',
|
|
7239
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
7240
|
-
* provisionalUserProject: 'placeholder-value',
|
|
7241
7046
|
* // Name of the bucket in which to find the source object.
|
|
7242
7047
|
* sourceBucket: 'placeholder-value',
|
|
7243
7048
|
* // If present, selects a specific revision of the source object (as opposed to the latest version, the default).
|
|
@@ -7470,8 +7275,6 @@ export namespace storage_v1 {
|
|
|
7470
7275
|
* ifMetagenerationNotMatch: 'placeholder-value',
|
|
7471
7276
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
7472
7277
|
* object: 'placeholder-value',
|
|
7473
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
7474
|
-
* provisionalUserProject: 'placeholder-value',
|
|
7475
7278
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
7476
7279
|
* userProject: 'placeholder-value',
|
|
7477
7280
|
* });
|
|
@@ -7615,8 +7418,6 @@ export namespace storage_v1 {
|
|
|
7615
7418
|
* object: 'placeholder-value',
|
|
7616
7419
|
* // Set of properties to return. Defaults to noAcl.
|
|
7617
7420
|
* projection: 'placeholder-value',
|
|
7618
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
7619
|
-
* provisionalUserProject: 'placeholder-value',
|
|
7620
7421
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
7621
7422
|
* userProject: 'placeholder-value',
|
|
7622
7423
|
* });
|
|
@@ -7788,8 +7589,6 @@ export namespace storage_v1 {
|
|
|
7788
7589
|
* generation: 'placeholder-value',
|
|
7789
7590
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
7790
7591
|
* object: 'placeholder-value',
|
|
7791
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
7792
|
-
* provisionalUserProject: 'placeholder-value',
|
|
7793
7592
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
7794
7593
|
* userProject: 'placeholder-value',
|
|
7795
7594
|
* });
|
|
@@ -7947,8 +7746,6 @@ export namespace storage_v1 {
|
|
|
7947
7746
|
* predefinedAcl: 'placeholder-value',
|
|
7948
7747
|
* // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
|
|
7949
7748
|
* projection: 'placeholder-value',
|
|
7950
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
7951
|
-
* provisionalUserProject: 'placeholder-value',
|
|
7952
7749
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
7953
7750
|
* userProject: 'placeholder-value',
|
|
7954
7751
|
*
|
|
@@ -8177,8 +7974,6 @@ export namespace storage_v1 {
|
|
|
8177
7974
|
* prefix: 'placeholder-value',
|
|
8178
7975
|
* // Set of properties to return. Defaults to noAcl.
|
|
8179
7976
|
* projection: 'placeholder-value',
|
|
8180
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
8181
|
-
* provisionalUserProject: 'placeholder-value',
|
|
8182
7977
|
* // 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).
|
|
8183
7978
|
* startOffset: 'placeholder-value',
|
|
8184
7979
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
@@ -8335,8 +8130,6 @@ export namespace storage_v1 {
|
|
|
8335
8130
|
* predefinedAcl: 'placeholder-value',
|
|
8336
8131
|
* // Set of properties to return. Defaults to full.
|
|
8337
8132
|
* projection: 'placeholder-value',
|
|
8338
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
8339
|
-
* provisionalUserProject: 'placeholder-value',
|
|
8340
8133
|
* // The project to be billed for this request, for Requester Pays buckets.
|
|
8341
8134
|
* userProject: 'placeholder-value',
|
|
8342
8135
|
*
|
|
@@ -8567,8 +8360,6 @@ export namespace storage_v1 {
|
|
|
8567
8360
|
* maxBytesRewrittenPerCall: 'placeholder-value',
|
|
8568
8361
|
* // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
|
|
8569
8362
|
* projection: 'placeholder-value',
|
|
8570
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
8571
|
-
* provisionalUserProject: 'placeholder-value',
|
|
8572
8363
|
* // 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.
|
|
8573
8364
|
* rewriteToken: 'placeholder-value',
|
|
8574
8365
|
* // Name of the bucket in which to find the source object.
|
|
@@ -8769,8 +8560,6 @@ export namespace storage_v1 {
|
|
|
8769
8560
|
* generation: 'placeholder-value',
|
|
8770
8561
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
8771
8562
|
* object: 'placeholder-value',
|
|
8772
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
8773
|
-
* provisionalUserProject: 'placeholder-value',
|
|
8774
8563
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
8775
8564
|
* userProject: 'placeholder-value',
|
|
8776
8565
|
*
|
|
@@ -8930,8 +8719,6 @@ export namespace storage_v1 {
|
|
|
8930
8719
|
* object: 'placeholder-value',
|
|
8931
8720
|
* // Permissions to test.
|
|
8932
8721
|
* permissions: 'placeholder-value',
|
|
8933
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
8934
|
-
* provisionalUserProject: 'placeholder-value',
|
|
8935
8722
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
8936
8723
|
* userProject: 'placeholder-value',
|
|
8937
8724
|
* });
|
|
@@ -9089,8 +8876,6 @@ export namespace storage_v1 {
|
|
|
9089
8876
|
* predefinedAcl: 'placeholder-value',
|
|
9090
8877
|
* // Set of properties to return. Defaults to full.
|
|
9091
8878
|
* projection: 'placeholder-value',
|
|
9092
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9093
|
-
* provisionalUserProject: 'placeholder-value',
|
|
9094
8879
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
9095
8880
|
* userProject: 'placeholder-value',
|
|
9096
8881
|
*
|
|
@@ -9311,8 +9096,6 @@ export namespace storage_v1 {
|
|
|
9311
9096
|
* prefix: 'placeholder-value',
|
|
9312
9097
|
* // Set of properties to return. Defaults to noAcl.
|
|
9313
9098
|
* projection: 'placeholder-value',
|
|
9314
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9315
|
-
* provisionalUserProject: 'placeholder-value',
|
|
9316
9099
|
* // 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).
|
|
9317
9100
|
* startOffset: 'placeholder-value',
|
|
9318
9101
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
@@ -9470,10 +9253,6 @@ export namespace storage_v1 {
|
|
|
9470
9253
|
* 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.
|
|
9471
9254
|
*/
|
|
9472
9255
|
kmsKeyName?: string;
|
|
9473
|
-
/**
|
|
9474
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9475
|
-
*/
|
|
9476
|
-
provisionalUserProject?: string;
|
|
9477
9256
|
/**
|
|
9478
9257
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
9479
9258
|
*/
|
|
@@ -9537,10 +9316,6 @@ export namespace storage_v1 {
|
|
|
9537
9316
|
* Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
|
|
9538
9317
|
*/
|
|
9539
9318
|
projection?: string;
|
|
9540
|
-
/**
|
|
9541
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9542
|
-
*/
|
|
9543
|
-
provisionalUserProject?: string;
|
|
9544
9319
|
/**
|
|
9545
9320
|
* Name of the bucket in which to find the source object.
|
|
9546
9321
|
*/
|
|
@@ -9592,10 +9367,6 @@ export namespace storage_v1 {
|
|
|
9592
9367
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
9593
9368
|
*/
|
|
9594
9369
|
object?: string;
|
|
9595
|
-
/**
|
|
9596
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9597
|
-
*/
|
|
9598
|
-
provisionalUserProject?: string;
|
|
9599
9370
|
/**
|
|
9600
9371
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
9601
9372
|
*/
|
|
@@ -9634,10 +9405,6 @@ export namespace storage_v1 {
|
|
|
9634
9405
|
* Set of properties to return. Defaults to noAcl.
|
|
9635
9406
|
*/
|
|
9636
9407
|
projection?: string;
|
|
9637
|
-
/**
|
|
9638
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9639
|
-
*/
|
|
9640
|
-
provisionalUserProject?: string;
|
|
9641
9408
|
/**
|
|
9642
9409
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
9643
9410
|
*/
|
|
@@ -9657,10 +9424,6 @@ export namespace storage_v1 {
|
|
|
9657
9424
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
9658
9425
|
*/
|
|
9659
9426
|
object?: string;
|
|
9660
|
-
/**
|
|
9661
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9662
|
-
*/
|
|
9663
|
-
provisionalUserProject?: string;
|
|
9664
9427
|
/**
|
|
9665
9428
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
9666
9429
|
*/
|
|
@@ -9707,10 +9470,6 @@ export namespace storage_v1 {
|
|
|
9707
9470
|
* Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
|
|
9708
9471
|
*/
|
|
9709
9472
|
projection?: string;
|
|
9710
|
-
/**
|
|
9711
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9712
|
-
*/
|
|
9713
|
-
provisionalUserProject?: string;
|
|
9714
9473
|
/**
|
|
9715
9474
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
9716
9475
|
*/
|
|
@@ -9769,10 +9528,6 @@ export namespace storage_v1 {
|
|
|
9769
9528
|
* Set of properties to return. Defaults to noAcl.
|
|
9770
9529
|
*/
|
|
9771
9530
|
projection?: string;
|
|
9772
|
-
/**
|
|
9773
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9774
|
-
*/
|
|
9775
|
-
provisionalUserProject?: string;
|
|
9776
9531
|
/**
|
|
9777
9532
|
* 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).
|
|
9778
9533
|
*/
|
|
@@ -9823,10 +9578,6 @@ export namespace storage_v1 {
|
|
|
9823
9578
|
* Set of properties to return. Defaults to full.
|
|
9824
9579
|
*/
|
|
9825
9580
|
projection?: string;
|
|
9826
|
-
/**
|
|
9827
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9828
|
-
*/
|
|
9829
|
-
provisionalUserProject?: string;
|
|
9830
9581
|
/**
|
|
9831
9582
|
* The project to be billed for this request, for Requester Pays buckets.
|
|
9832
9583
|
*/
|
|
@@ -9894,10 +9645,6 @@ export namespace storage_v1 {
|
|
|
9894
9645
|
* Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
|
|
9895
9646
|
*/
|
|
9896
9647
|
projection?: string;
|
|
9897
|
-
/**
|
|
9898
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9899
|
-
*/
|
|
9900
|
-
provisionalUserProject?: string;
|
|
9901
9648
|
/**
|
|
9902
9649
|
* 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.
|
|
9903
9650
|
*/
|
|
@@ -9938,10 +9685,6 @@ export namespace storage_v1 {
|
|
|
9938
9685
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
9939
9686
|
*/
|
|
9940
9687
|
object?: string;
|
|
9941
|
-
/**
|
|
9942
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9943
|
-
*/
|
|
9944
|
-
provisionalUserProject?: string;
|
|
9945
9688
|
/**
|
|
9946
9689
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
9947
9690
|
*/
|
|
@@ -9970,10 +9713,6 @@ export namespace storage_v1 {
|
|
|
9970
9713
|
* Permissions to test.
|
|
9971
9714
|
*/
|
|
9972
9715
|
permissions?: string[];
|
|
9973
|
-
/**
|
|
9974
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
9975
|
-
*/
|
|
9976
|
-
provisionalUserProject?: string;
|
|
9977
9716
|
/**
|
|
9978
9717
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
9979
9718
|
*/
|
|
@@ -10016,10 +9755,6 @@ export namespace storage_v1 {
|
|
|
10016
9755
|
* Set of properties to return. Defaults to full.
|
|
10017
9756
|
*/
|
|
10018
9757
|
projection?: string;
|
|
10019
|
-
/**
|
|
10020
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
10021
|
-
*/
|
|
10022
|
-
provisionalUserProject?: string;
|
|
10023
9758
|
/**
|
|
10024
9759
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
10025
9760
|
*/
|
|
@@ -10063,10 +9798,6 @@ export namespace storage_v1 {
|
|
|
10063
9798
|
* Set of properties to return. Defaults to noAcl.
|
|
10064
9799
|
*/
|
|
10065
9800
|
projection?: string;
|
|
10066
|
-
/**
|
|
10067
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
10068
|
-
*/
|
|
10069
|
-
provisionalUserProject?: string;
|
|
10070
9801
|
/**
|
|
10071
9802
|
* 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).
|
|
10072
9803
|
*/
|
|
@@ -10956,8 +10687,6 @@ export namespace storage_v1 {
|
|
|
10956
10687
|
* const res = await storage.projects.serviceAccount.get({
|
|
10957
10688
|
* // Project ID
|
|
10958
10689
|
* projectId: 'placeholder-value',
|
|
10959
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
10960
|
-
* provisionalUserProject: 'placeholder-value',
|
|
10961
10690
|
* // The project to be billed for this request.
|
|
10962
10691
|
* userProject: 'placeholder-value',
|
|
10963
10692
|
* });
|
|
@@ -11067,10 +10796,6 @@ export namespace storage_v1 {
|
|
|
11067
10796
|
* Project ID
|
|
11068
10797
|
*/
|
|
11069
10798
|
projectId?: string;
|
|
11070
|
-
/**
|
|
11071
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
11072
|
-
*/
|
|
11073
|
-
provisionalUserProject?: string;
|
|
11074
10799
|
/**
|
|
11075
10800
|
* The project to be billed for this request.
|
|
11076
10801
|
*/
|