@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/build/v1.d.ts
CHANGED
|
@@ -165,7 +165,9 @@ export declare namespace storage_v1 {
|
|
|
165
165
|
daysSinceNoncurrentTime?: number;
|
|
166
166
|
isLive?: boolean;
|
|
167
167
|
matchesPattern?: string;
|
|
168
|
+
matchesPrefix?: string[];
|
|
168
169
|
matchesStorageClass?: string[];
|
|
170
|
+
matchesSuffix?: string[];
|
|
169
171
|
noncurrentTimeBefore?: string;
|
|
170
172
|
numNewerVersions?: number;
|
|
171
173
|
};
|
|
@@ -951,8 +953,6 @@ export declare namespace storage_v1 {
|
|
|
951
953
|
* bucket: 'placeholder-value',
|
|
952
954
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
953
955
|
* entity: 'placeholder-value',
|
|
954
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
955
|
-
* provisionalUserProject: 'placeholder-value',
|
|
956
956
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
957
957
|
* userProject: 'placeholder-value',
|
|
958
958
|
* });
|
|
@@ -1011,8 +1011,6 @@ export declare namespace storage_v1 {
|
|
|
1011
1011
|
* bucket: 'placeholder-value',
|
|
1012
1012
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1013
1013
|
* entity: 'placeholder-value',
|
|
1014
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1015
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1016
1014
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1017
1015
|
* userProject: 'placeholder-value',
|
|
1018
1016
|
* });
|
|
@@ -1084,8 +1082,6 @@ export declare namespace storage_v1 {
|
|
|
1084
1082
|
* const res = await storage.bucketAccessControls.insert({
|
|
1085
1083
|
* // Name of a bucket.
|
|
1086
1084
|
* bucket: 'placeholder-value',
|
|
1087
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1088
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1089
1085
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1090
1086
|
* userProject: 'placeholder-value',
|
|
1091
1087
|
*
|
|
@@ -1175,8 +1171,6 @@ export declare namespace storage_v1 {
|
|
|
1175
1171
|
* const res = await storage.bucketAccessControls.list({
|
|
1176
1172
|
* // Name of a bucket.
|
|
1177
1173
|
* bucket: 'placeholder-value',
|
|
1178
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1179
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1180
1174
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1181
1175
|
* userProject: 'placeholder-value',
|
|
1182
1176
|
* });
|
|
@@ -1241,8 +1235,6 @@ export declare namespace storage_v1 {
|
|
|
1241
1235
|
* bucket: 'placeholder-value',
|
|
1242
1236
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1243
1237
|
* entity: 'placeholder-value',
|
|
1244
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1245
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1246
1238
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1247
1239
|
* userProject: 'placeholder-value',
|
|
1248
1240
|
*
|
|
@@ -1334,8 +1326,6 @@ export declare namespace storage_v1 {
|
|
|
1334
1326
|
* bucket: 'placeholder-value',
|
|
1335
1327
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1336
1328
|
* entity: 'placeholder-value',
|
|
1337
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1338
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1339
1329
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1340
1330
|
* userProject: 'placeholder-value',
|
|
1341
1331
|
*
|
|
@@ -1403,10 +1393,6 @@ export declare namespace storage_v1 {
|
|
|
1403
1393
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1404
1394
|
*/
|
|
1405
1395
|
entity?: string;
|
|
1406
|
-
/**
|
|
1407
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1408
|
-
*/
|
|
1409
|
-
provisionalUserProject?: string;
|
|
1410
1396
|
/**
|
|
1411
1397
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
1412
1398
|
*/
|
|
@@ -1421,10 +1407,6 @@ export declare namespace storage_v1 {
|
|
|
1421
1407
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1422
1408
|
*/
|
|
1423
1409
|
entity?: string;
|
|
1424
|
-
/**
|
|
1425
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1426
|
-
*/
|
|
1427
|
-
provisionalUserProject?: string;
|
|
1428
1410
|
/**
|
|
1429
1411
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
1430
1412
|
*/
|
|
@@ -1435,10 +1417,6 @@ export declare namespace storage_v1 {
|
|
|
1435
1417
|
* Name of a bucket.
|
|
1436
1418
|
*/
|
|
1437
1419
|
bucket?: string;
|
|
1438
|
-
/**
|
|
1439
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1440
|
-
*/
|
|
1441
|
-
provisionalUserProject?: string;
|
|
1442
1420
|
/**
|
|
1443
1421
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
1444
1422
|
*/
|
|
@@ -1453,10 +1431,6 @@ export declare namespace storage_v1 {
|
|
|
1453
1431
|
* Name of a bucket.
|
|
1454
1432
|
*/
|
|
1455
1433
|
bucket?: string;
|
|
1456
|
-
/**
|
|
1457
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1458
|
-
*/
|
|
1459
|
-
provisionalUserProject?: string;
|
|
1460
1434
|
/**
|
|
1461
1435
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
1462
1436
|
*/
|
|
@@ -1471,10 +1445,6 @@ export declare namespace storage_v1 {
|
|
|
1471
1445
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1472
1446
|
*/
|
|
1473
1447
|
entity?: string;
|
|
1474
|
-
/**
|
|
1475
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1476
|
-
*/
|
|
1477
|
-
provisionalUserProject?: string;
|
|
1478
1448
|
/**
|
|
1479
1449
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
1480
1450
|
*/
|
|
@@ -1493,10 +1463,6 @@ export declare namespace storage_v1 {
|
|
|
1493
1463
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
1494
1464
|
*/
|
|
1495
1465
|
entity?: string;
|
|
1496
|
-
/**
|
|
1497
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1498
|
-
*/
|
|
1499
|
-
provisionalUserProject?: string;
|
|
1500
1466
|
/**
|
|
1501
1467
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
1502
1468
|
*/
|
|
@@ -1546,8 +1512,6 @@ export declare namespace storage_v1 {
|
|
|
1546
1512
|
* ifMetagenerationMatch: 'placeholder-value',
|
|
1547
1513
|
* // If set, only deletes the bucket if its metageneration does not match this value.
|
|
1548
1514
|
* ifMetagenerationNotMatch: 'placeholder-value',
|
|
1549
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1550
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1551
1515
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1552
1516
|
* userProject: 'placeholder-value',
|
|
1553
1517
|
* });
|
|
@@ -1613,8 +1577,6 @@ export declare namespace storage_v1 {
|
|
|
1613
1577
|
* ifMetagenerationNotMatch: 'placeholder-value',
|
|
1614
1578
|
* // Set of properties to return. Defaults to noAcl.
|
|
1615
1579
|
* projection: 'placeholder-value',
|
|
1616
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1617
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1618
1580
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1619
1581
|
* userProject: 'placeholder-value',
|
|
1620
1582
|
* });
|
|
@@ -1707,8 +1669,6 @@ export declare namespace storage_v1 {
|
|
|
1707
1669
|
* bucket: 'placeholder-value',
|
|
1708
1670
|
* // The IAM policy format version to be returned. If the optionsRequestedPolicyVersion is for an older version that doesn't support part of the requested IAM policy, the request fails.
|
|
1709
1671
|
* optionsRequestedPolicyVersion: 'placeholder-value',
|
|
1710
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1711
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1712
1672
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1713
1673
|
* userProject: 'placeholder-value',
|
|
1714
1674
|
* });
|
|
@@ -1781,8 +1741,6 @@ export declare namespace storage_v1 {
|
|
|
1781
1741
|
* project: 'placeholder-value',
|
|
1782
1742
|
* // Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
|
|
1783
1743
|
* projection: 'placeholder-value',
|
|
1784
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1785
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1786
1744
|
* // The project to be billed for this request.
|
|
1787
1745
|
* userProject: 'placeholder-value',
|
|
1788
1746
|
*
|
|
@@ -1921,8 +1879,6 @@ export declare namespace storage_v1 {
|
|
|
1921
1879
|
* project: 'placeholder-value',
|
|
1922
1880
|
* // Set of properties to return. Defaults to noAcl.
|
|
1923
1881
|
* projection: 'placeholder-value',
|
|
1924
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1925
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1926
1882
|
* // The project to be billed for this request.
|
|
1927
1883
|
* userProject: 'placeholder-value',
|
|
1928
1884
|
* });
|
|
@@ -1989,8 +1945,6 @@ export declare namespace storage_v1 {
|
|
|
1989
1945
|
* bucket: 'placeholder-value',
|
|
1990
1946
|
* // Makes the operation conditional on whether bucket's current metageneration matches the given value.
|
|
1991
1947
|
* ifMetagenerationMatch: 'placeholder-value',
|
|
1992
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
1993
|
-
* provisionalUserProject: 'placeholder-value',
|
|
1994
1948
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
1995
1949
|
* userProject: 'placeholder-value',
|
|
1996
1950
|
* });
|
|
@@ -2091,8 +2045,6 @@ export declare namespace storage_v1 {
|
|
|
2091
2045
|
* predefinedDefaultObjectAcl: 'placeholder-value',
|
|
2092
2046
|
* // Set of properties to return. Defaults to full.
|
|
2093
2047
|
* projection: 'placeholder-value',
|
|
2094
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2095
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2096
2048
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
2097
2049
|
* userProject: 'placeholder-value',
|
|
2098
2050
|
*
|
|
@@ -2220,8 +2172,6 @@ export declare namespace storage_v1 {
|
|
|
2220
2172
|
* const res = await storage.buckets.setIamPolicy({
|
|
2221
2173
|
* // Name of a bucket.
|
|
2222
2174
|
* bucket: 'placeholder-value',
|
|
2223
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2224
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2225
2175
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
2226
2176
|
* userProject: 'placeholder-value',
|
|
2227
2177
|
*
|
|
@@ -2304,8 +2254,6 @@ export declare namespace storage_v1 {
|
|
|
2304
2254
|
* bucket: 'placeholder-value',
|
|
2305
2255
|
* // Permissions to test.
|
|
2306
2256
|
* permissions: 'placeholder-value',
|
|
2307
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2308
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2309
2257
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
2310
2258
|
* userProject: 'placeholder-value',
|
|
2311
2259
|
* });
|
|
@@ -2378,8 +2326,6 @@ export declare namespace storage_v1 {
|
|
|
2378
2326
|
* predefinedDefaultObjectAcl: 'placeholder-value',
|
|
2379
2327
|
* // Set of properties to return. Defaults to full.
|
|
2380
2328
|
* projection: 'placeholder-value',
|
|
2381
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2382
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2383
2329
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
2384
2330
|
* userProject: 'placeholder-value',
|
|
2385
2331
|
*
|
|
@@ -2489,10 +2435,6 @@ export declare namespace storage_v1 {
|
|
|
2489
2435
|
* If set, only deletes the bucket if its metageneration does not match this value.
|
|
2490
2436
|
*/
|
|
2491
2437
|
ifMetagenerationNotMatch?: string;
|
|
2492
|
-
/**
|
|
2493
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2494
|
-
*/
|
|
2495
|
-
provisionalUserProject?: string;
|
|
2496
2438
|
/**
|
|
2497
2439
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
2498
2440
|
*/
|
|
@@ -2515,10 +2457,6 @@ export declare namespace storage_v1 {
|
|
|
2515
2457
|
* Set of properties to return. Defaults to noAcl.
|
|
2516
2458
|
*/
|
|
2517
2459
|
projection?: string;
|
|
2518
|
-
/**
|
|
2519
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2520
|
-
*/
|
|
2521
|
-
provisionalUserProject?: string;
|
|
2522
2460
|
/**
|
|
2523
2461
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
2524
2462
|
*/
|
|
@@ -2533,10 +2471,6 @@ export declare namespace storage_v1 {
|
|
|
2533
2471
|
* The IAM policy format version to be returned. If the optionsRequestedPolicyVersion is for an older version that doesn't support part of the requested IAM policy, the request fails.
|
|
2534
2472
|
*/
|
|
2535
2473
|
optionsRequestedPolicyVersion?: number;
|
|
2536
|
-
/**
|
|
2537
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2538
|
-
*/
|
|
2539
|
-
provisionalUserProject?: string;
|
|
2540
2474
|
/**
|
|
2541
2475
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
2542
2476
|
*/
|
|
@@ -2559,10 +2493,6 @@ export declare namespace storage_v1 {
|
|
|
2559
2493
|
* Set of properties to return. Defaults to noAcl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
|
|
2560
2494
|
*/
|
|
2561
2495
|
projection?: string;
|
|
2562
|
-
/**
|
|
2563
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2564
|
-
*/
|
|
2565
|
-
provisionalUserProject?: string;
|
|
2566
2496
|
/**
|
|
2567
2497
|
* The project to be billed for this request.
|
|
2568
2498
|
*/
|
|
@@ -2593,10 +2523,6 @@ export declare namespace storage_v1 {
|
|
|
2593
2523
|
* Set of properties to return. Defaults to noAcl.
|
|
2594
2524
|
*/
|
|
2595
2525
|
projection?: string;
|
|
2596
|
-
/**
|
|
2597
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2598
|
-
*/
|
|
2599
|
-
provisionalUserProject?: string;
|
|
2600
2526
|
/**
|
|
2601
2527
|
* The project to be billed for this request.
|
|
2602
2528
|
*/
|
|
@@ -2611,10 +2537,6 @@ export declare namespace storage_v1 {
|
|
|
2611
2537
|
* Makes the operation conditional on whether bucket's current metageneration matches the given value.
|
|
2612
2538
|
*/
|
|
2613
2539
|
ifMetagenerationMatch?: string;
|
|
2614
|
-
/**
|
|
2615
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2616
|
-
*/
|
|
2617
|
-
provisionalUserProject?: string;
|
|
2618
2540
|
/**
|
|
2619
2541
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
2620
2542
|
*/
|
|
@@ -2645,10 +2567,6 @@ export declare namespace storage_v1 {
|
|
|
2645
2567
|
* Set of properties to return. Defaults to full.
|
|
2646
2568
|
*/
|
|
2647
2569
|
projection?: string;
|
|
2648
|
-
/**
|
|
2649
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2650
|
-
*/
|
|
2651
|
-
provisionalUserProject?: string;
|
|
2652
2570
|
/**
|
|
2653
2571
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
2654
2572
|
*/
|
|
@@ -2663,10 +2581,6 @@ export declare namespace storage_v1 {
|
|
|
2663
2581
|
* Name of a bucket.
|
|
2664
2582
|
*/
|
|
2665
2583
|
bucket?: string;
|
|
2666
|
-
/**
|
|
2667
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2668
|
-
*/
|
|
2669
|
-
provisionalUserProject?: string;
|
|
2670
2584
|
/**
|
|
2671
2585
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
2672
2586
|
*/
|
|
@@ -2685,10 +2599,6 @@ export declare namespace storage_v1 {
|
|
|
2685
2599
|
* Permissions to test.
|
|
2686
2600
|
*/
|
|
2687
2601
|
permissions?: string[];
|
|
2688
|
-
/**
|
|
2689
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2690
|
-
*/
|
|
2691
|
-
provisionalUserProject?: string;
|
|
2692
2602
|
/**
|
|
2693
2603
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
2694
2604
|
*/
|
|
@@ -2719,10 +2629,6 @@ export declare namespace storage_v1 {
|
|
|
2719
2629
|
* Set of properties to return. Defaults to full.
|
|
2720
2630
|
*/
|
|
2721
2631
|
projection?: string;
|
|
2722
|
-
/**
|
|
2723
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2724
|
-
*/
|
|
2725
|
-
provisionalUserProject?: string;
|
|
2726
2632
|
/**
|
|
2727
2633
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
2728
2634
|
*/
|
|
@@ -2850,8 +2756,6 @@ export declare namespace storage_v1 {
|
|
|
2850
2756
|
* bucket: 'placeholder-value',
|
|
2851
2757
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
2852
2758
|
* entity: 'placeholder-value',
|
|
2853
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2854
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2855
2759
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
2856
2760
|
* userProject: 'placeholder-value',
|
|
2857
2761
|
* });
|
|
@@ -2910,8 +2814,6 @@ export declare namespace storage_v1 {
|
|
|
2910
2814
|
* bucket: 'placeholder-value',
|
|
2911
2815
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
2912
2816
|
* entity: 'placeholder-value',
|
|
2913
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2914
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2915
2817
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
2916
2818
|
* userProject: 'placeholder-value',
|
|
2917
2819
|
* });
|
|
@@ -2985,8 +2887,6 @@ export declare namespace storage_v1 {
|
|
|
2985
2887
|
* const res = await storage.defaultObjectAccessControls.insert({
|
|
2986
2888
|
* // Name of a bucket.
|
|
2987
2889
|
* bucket: 'placeholder-value',
|
|
2988
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
2989
|
-
* provisionalUserProject: 'placeholder-value',
|
|
2990
2890
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
2991
2891
|
* userProject: 'placeholder-value',
|
|
2992
2892
|
*
|
|
@@ -3084,8 +2984,6 @@ export declare namespace storage_v1 {
|
|
|
3084
2984
|
* ifMetagenerationMatch: 'placeholder-value',
|
|
3085
2985
|
* // If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
|
|
3086
2986
|
* ifMetagenerationNotMatch: 'placeholder-value',
|
|
3087
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3088
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3089
2987
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3090
2988
|
* userProject: 'placeholder-value',
|
|
3091
2989
|
* });
|
|
@@ -3150,8 +3048,6 @@ export declare namespace storage_v1 {
|
|
|
3150
3048
|
* bucket: 'placeholder-value',
|
|
3151
3049
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
3152
3050
|
* entity: 'placeholder-value',
|
|
3153
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3154
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3155
3051
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3156
3052
|
* userProject: 'placeholder-value',
|
|
3157
3053
|
*
|
|
@@ -3247,8 +3143,6 @@ export declare namespace storage_v1 {
|
|
|
3247
3143
|
* bucket: 'placeholder-value',
|
|
3248
3144
|
* // The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
3249
3145
|
* entity: 'placeholder-value',
|
|
3250
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3251
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3252
3146
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3253
3147
|
* userProject: 'placeholder-value',
|
|
3254
3148
|
*
|
|
@@ -3320,10 +3214,6 @@ export declare namespace storage_v1 {
|
|
|
3320
3214
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
3321
3215
|
*/
|
|
3322
3216
|
entity?: string;
|
|
3323
|
-
/**
|
|
3324
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3325
|
-
*/
|
|
3326
|
-
provisionalUserProject?: string;
|
|
3327
3217
|
/**
|
|
3328
3218
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3329
3219
|
*/
|
|
@@ -3338,10 +3228,6 @@ export declare namespace storage_v1 {
|
|
|
3338
3228
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
3339
3229
|
*/
|
|
3340
3230
|
entity?: string;
|
|
3341
|
-
/**
|
|
3342
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3343
|
-
*/
|
|
3344
|
-
provisionalUserProject?: string;
|
|
3345
3231
|
/**
|
|
3346
3232
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3347
3233
|
*/
|
|
@@ -3352,10 +3238,6 @@ export declare namespace storage_v1 {
|
|
|
3352
3238
|
* Name of a bucket.
|
|
3353
3239
|
*/
|
|
3354
3240
|
bucket?: string;
|
|
3355
|
-
/**
|
|
3356
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3357
|
-
*/
|
|
3358
|
-
provisionalUserProject?: string;
|
|
3359
3241
|
/**
|
|
3360
3242
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3361
3243
|
*/
|
|
@@ -3378,10 +3260,6 @@ export declare namespace storage_v1 {
|
|
|
3378
3260
|
* If present, only return default ACL listing if the bucket's current metageneration does not match the given value.
|
|
3379
3261
|
*/
|
|
3380
3262
|
ifMetagenerationNotMatch?: string;
|
|
3381
|
-
/**
|
|
3382
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3383
|
-
*/
|
|
3384
|
-
provisionalUserProject?: string;
|
|
3385
3263
|
/**
|
|
3386
3264
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3387
3265
|
*/
|
|
@@ -3396,10 +3274,6 @@ export declare namespace storage_v1 {
|
|
|
3396
3274
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
3397
3275
|
*/
|
|
3398
3276
|
entity?: string;
|
|
3399
|
-
/**
|
|
3400
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3401
|
-
*/
|
|
3402
|
-
provisionalUserProject?: string;
|
|
3403
3277
|
/**
|
|
3404
3278
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3405
3279
|
*/
|
|
@@ -3418,10 +3292,6 @@ export declare namespace storage_v1 {
|
|
|
3418
3292
|
* The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.
|
|
3419
3293
|
*/
|
|
3420
3294
|
entity?: string;
|
|
3421
|
-
/**
|
|
3422
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3423
|
-
*/
|
|
3424
|
-
provisionalUserProject?: string;
|
|
3425
3295
|
/**
|
|
3426
3296
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3427
3297
|
*/
|
|
@@ -3469,8 +3339,6 @@ export declare namespace storage_v1 {
|
|
|
3469
3339
|
* bucket: 'placeholder-value',
|
|
3470
3340
|
* // ID of the notification to delete.
|
|
3471
3341
|
* notification: 'placeholder-value',
|
|
3472
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3473
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3474
3342
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3475
3343
|
* userProject: 'placeholder-value',
|
|
3476
3344
|
* });
|
|
@@ -3532,8 +3400,6 @@ export declare namespace storage_v1 {
|
|
|
3532
3400
|
* bucket: 'placeholder-value',
|
|
3533
3401
|
* // Notification ID
|
|
3534
3402
|
* notification: 'placeholder-value',
|
|
3535
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3536
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3537
3403
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3538
3404
|
* userProject: 'placeholder-value',
|
|
3539
3405
|
* });
|
|
@@ -3604,8 +3470,6 @@ export declare namespace storage_v1 {
|
|
|
3604
3470
|
* const res = await storage.notifications.insert({
|
|
3605
3471
|
* // The parent bucket of the notification.
|
|
3606
3472
|
* bucket: 'placeholder-value',
|
|
3607
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3608
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3609
3473
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3610
3474
|
* userProject: 'placeholder-value',
|
|
3611
3475
|
*
|
|
@@ -3694,8 +3558,6 @@ export declare namespace storage_v1 {
|
|
|
3694
3558
|
* const res = await storage.notifications.list({
|
|
3695
3559
|
* // Name of a Google Cloud Storage bucket.
|
|
3696
3560
|
* bucket: 'placeholder-value',
|
|
3697
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3698
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3699
3561
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3700
3562
|
* userProject: 'placeholder-value',
|
|
3701
3563
|
* });
|
|
@@ -3736,10 +3598,6 @@ export declare namespace storage_v1 {
|
|
|
3736
3598
|
* ID of the notification to delete.
|
|
3737
3599
|
*/
|
|
3738
3600
|
notification?: string;
|
|
3739
|
-
/**
|
|
3740
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3741
|
-
*/
|
|
3742
|
-
provisionalUserProject?: string;
|
|
3743
3601
|
/**
|
|
3744
3602
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3745
3603
|
*/
|
|
@@ -3754,10 +3612,6 @@ export declare namespace storage_v1 {
|
|
|
3754
3612
|
* Notification ID
|
|
3755
3613
|
*/
|
|
3756
3614
|
notification?: string;
|
|
3757
|
-
/**
|
|
3758
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3759
|
-
*/
|
|
3760
|
-
provisionalUserProject?: string;
|
|
3761
3615
|
/**
|
|
3762
3616
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3763
3617
|
*/
|
|
@@ -3768,10 +3622,6 @@ export declare namespace storage_v1 {
|
|
|
3768
3622
|
* The parent bucket of the notification.
|
|
3769
3623
|
*/
|
|
3770
3624
|
bucket?: string;
|
|
3771
|
-
/**
|
|
3772
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3773
|
-
*/
|
|
3774
|
-
provisionalUserProject?: string;
|
|
3775
3625
|
/**
|
|
3776
3626
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3777
3627
|
*/
|
|
@@ -3786,10 +3636,6 @@ export declare namespace storage_v1 {
|
|
|
3786
3636
|
* Name of a Google Cloud Storage bucket.
|
|
3787
3637
|
*/
|
|
3788
3638
|
bucket?: string;
|
|
3789
|
-
/**
|
|
3790
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3791
|
-
*/
|
|
3792
|
-
provisionalUserProject?: string;
|
|
3793
3639
|
/**
|
|
3794
3640
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
3795
3641
|
*/
|
|
@@ -3836,8 +3682,6 @@ export declare namespace storage_v1 {
|
|
|
3836
3682
|
* generation: 'placeholder-value',
|
|
3837
3683
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
3838
3684
|
* object: 'placeholder-value',
|
|
3839
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3840
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3841
3685
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3842
3686
|
* userProject: 'placeholder-value',
|
|
3843
3687
|
* });
|
|
@@ -3900,8 +3744,6 @@ export declare namespace storage_v1 {
|
|
|
3900
3744
|
* generation: 'placeholder-value',
|
|
3901
3745
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
3902
3746
|
* object: 'placeholder-value',
|
|
3903
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3904
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3905
3747
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3906
3748
|
* userProject: 'placeholder-value',
|
|
3907
3749
|
* });
|
|
@@ -3979,8 +3821,6 @@ export declare namespace storage_v1 {
|
|
|
3979
3821
|
* generation: 'placeholder-value',
|
|
3980
3822
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
3981
3823
|
* object: 'placeholder-value',
|
|
3982
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
3983
|
-
* provisionalUserProject: 'placeholder-value',
|
|
3984
3824
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
3985
3825
|
* userProject: 'placeholder-value',
|
|
3986
3826
|
*
|
|
@@ -4078,8 +3918,6 @@ export declare namespace storage_v1 {
|
|
|
4078
3918
|
* generation: 'placeholder-value',
|
|
4079
3919
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
4080
3920
|
* object: 'placeholder-value',
|
|
4081
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4082
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4083
3921
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4084
3922
|
* userProject: 'placeholder-value',
|
|
4085
3923
|
* });
|
|
@@ -4148,8 +3986,6 @@ export declare namespace storage_v1 {
|
|
|
4148
3986
|
* generation: 'placeholder-value',
|
|
4149
3987
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
4150
3988
|
* object: 'placeholder-value',
|
|
4151
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4152
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4153
3989
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4154
3990
|
* userProject: 'placeholder-value',
|
|
4155
3991
|
*
|
|
@@ -4249,8 +4085,6 @@ export declare namespace storage_v1 {
|
|
|
4249
4085
|
* generation: 'placeholder-value',
|
|
4250
4086
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
4251
4087
|
* object: 'placeholder-value',
|
|
4252
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4253
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4254
4088
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4255
4089
|
* userProject: 'placeholder-value',
|
|
4256
4090
|
*
|
|
@@ -4330,10 +4164,6 @@ export declare namespace storage_v1 {
|
|
|
4330
4164
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
4331
4165
|
*/
|
|
4332
4166
|
object?: string;
|
|
4333
|
-
/**
|
|
4334
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4335
|
-
*/
|
|
4336
|
-
provisionalUserProject?: string;
|
|
4337
4167
|
/**
|
|
4338
4168
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
4339
4169
|
*/
|
|
@@ -4356,10 +4186,6 @@ export declare namespace storage_v1 {
|
|
|
4356
4186
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
4357
4187
|
*/
|
|
4358
4188
|
object?: string;
|
|
4359
|
-
/**
|
|
4360
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4361
|
-
*/
|
|
4362
|
-
provisionalUserProject?: string;
|
|
4363
4189
|
/**
|
|
4364
4190
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
4365
4191
|
*/
|
|
@@ -4378,10 +4204,6 @@ export declare namespace storage_v1 {
|
|
|
4378
4204
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
4379
4205
|
*/
|
|
4380
4206
|
object?: string;
|
|
4381
|
-
/**
|
|
4382
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4383
|
-
*/
|
|
4384
|
-
provisionalUserProject?: string;
|
|
4385
4207
|
/**
|
|
4386
4208
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
4387
4209
|
*/
|
|
@@ -4404,10 +4226,6 @@ export declare namespace storage_v1 {
|
|
|
4404
4226
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
4405
4227
|
*/
|
|
4406
4228
|
object?: string;
|
|
4407
|
-
/**
|
|
4408
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4409
|
-
*/
|
|
4410
|
-
provisionalUserProject?: string;
|
|
4411
4229
|
/**
|
|
4412
4230
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
4413
4231
|
*/
|
|
@@ -4430,10 +4248,6 @@ export declare namespace storage_v1 {
|
|
|
4430
4248
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
4431
4249
|
*/
|
|
4432
4250
|
object?: string;
|
|
4433
|
-
/**
|
|
4434
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4435
|
-
*/
|
|
4436
|
-
provisionalUserProject?: string;
|
|
4437
4251
|
/**
|
|
4438
4252
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
4439
4253
|
*/
|
|
@@ -4460,10 +4274,6 @@ export declare namespace storage_v1 {
|
|
|
4460
4274
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
4461
4275
|
*/
|
|
4462
4276
|
object?: string;
|
|
4463
|
-
/**
|
|
4464
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4465
|
-
*/
|
|
4466
|
-
provisionalUserProject?: string;
|
|
4467
4277
|
/**
|
|
4468
4278
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
4469
4279
|
*/
|
|
@@ -4519,8 +4329,6 @@ export declare namespace storage_v1 {
|
|
|
4519
4329
|
* ifMetagenerationMatch: 'placeholder-value',
|
|
4520
4330
|
* // Resource name of the Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that will be used to encrypt the object. Overrides the object metadata's kms_key_name value, if any.
|
|
4521
4331
|
* kmsKeyName: 'placeholder-value',
|
|
4522
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4523
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4524
4332
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4525
4333
|
* userProject: 'placeholder-value',
|
|
4526
4334
|
*
|
|
@@ -4648,8 +4456,6 @@ export declare namespace storage_v1 {
|
|
|
4648
4456
|
* ifSourceMetagenerationNotMatch: 'placeholder-value',
|
|
4649
4457
|
* // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
|
|
4650
4458
|
* projection: 'placeholder-value',
|
|
4651
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4652
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4653
4459
|
* // Name of the bucket in which to find the source object.
|
|
4654
4460
|
* sourceBucket: 'placeholder-value',
|
|
4655
4461
|
* // If present, selects a specific revision of the source object (as opposed to the latest version, the default).
|
|
@@ -4800,8 +4606,6 @@ export declare namespace storage_v1 {
|
|
|
4800
4606
|
* ifMetagenerationNotMatch: 'placeholder-value',
|
|
4801
4607
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
4802
4608
|
* object: 'placeholder-value',
|
|
4803
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4804
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4805
4609
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4806
4610
|
* userProject: 'placeholder-value',
|
|
4807
4611
|
* });
|
|
@@ -4875,8 +4679,6 @@ export declare namespace storage_v1 {
|
|
|
4875
4679
|
* object: 'placeholder-value',
|
|
4876
4680
|
* // Set of properties to return. Defaults to noAcl.
|
|
4877
4681
|
* projection: 'placeholder-value',
|
|
4878
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4879
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4880
4682
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4881
4683
|
* userProject: 'placeholder-value',
|
|
4882
4684
|
* });
|
|
@@ -4976,8 +4778,6 @@ export declare namespace storage_v1 {
|
|
|
4976
4778
|
* generation: 'placeholder-value',
|
|
4977
4779
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
4978
4780
|
* object: 'placeholder-value',
|
|
4979
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
4980
|
-
* provisionalUserProject: 'placeholder-value',
|
|
4981
4781
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
4982
4782
|
* userProject: 'placeholder-value',
|
|
4983
4783
|
* });
|
|
@@ -5062,8 +4862,6 @@ export declare namespace storage_v1 {
|
|
|
5062
4862
|
* predefinedAcl: 'placeholder-value',
|
|
5063
4863
|
* // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
|
|
5064
4864
|
* projection: 'placeholder-value',
|
|
5065
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5066
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5067
4865
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
5068
4866
|
* userProject: 'placeholder-value',
|
|
5069
4867
|
*
|
|
@@ -5216,8 +5014,6 @@ export declare namespace storage_v1 {
|
|
|
5216
5014
|
* prefix: 'placeholder-value',
|
|
5217
5015
|
* // Set of properties to return. Defaults to noAcl.
|
|
5218
5016
|
* projection: 'placeholder-value',
|
|
5219
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5220
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5221
5017
|
* // Filter results to objects whose names are lexicographically equal to or after startOffset. If endOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive).
|
|
5222
5018
|
* startOffset: 'placeholder-value',
|
|
5223
5019
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
@@ -5302,8 +5098,6 @@ export declare namespace storage_v1 {
|
|
|
5302
5098
|
* predefinedAcl: 'placeholder-value',
|
|
5303
5099
|
* // Set of properties to return. Defaults to full.
|
|
5304
5100
|
* projection: 'placeholder-value',
|
|
5305
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5306
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5307
5101
|
* // The project to be billed for this request, for Requester Pays buckets.
|
|
5308
5102
|
* userProject: 'placeholder-value',
|
|
5309
5103
|
*
|
|
@@ -5462,8 +5256,6 @@ export declare namespace storage_v1 {
|
|
|
5462
5256
|
* maxBytesRewrittenPerCall: 'placeholder-value',
|
|
5463
5257
|
* // Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
|
|
5464
5258
|
* projection: 'placeholder-value',
|
|
5465
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5466
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5467
5259
|
* // Include this field (from the previous rewrite response) on each rewrite request after the first one, until the rewrite response 'done' flag is true. Calls that provide a rewriteToken can omit all other request fields, but if included those fields must match the values provided in the first rewrite request.
|
|
5468
5260
|
* rewriteToken: 'placeholder-value',
|
|
5469
5261
|
* // Name of the bucket in which to find the source object.
|
|
@@ -5582,8 +5374,6 @@ export declare namespace storage_v1 {
|
|
|
5582
5374
|
* generation: 'placeholder-value',
|
|
5583
5375
|
* // Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
5584
5376
|
* object: 'placeholder-value',
|
|
5585
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5586
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5587
5377
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
5588
5378
|
* userProject: 'placeholder-value',
|
|
5589
5379
|
*
|
|
@@ -5670,8 +5460,6 @@ export declare namespace storage_v1 {
|
|
|
5670
5460
|
* object: 'placeholder-value',
|
|
5671
5461
|
* // Permissions to test.
|
|
5672
5462
|
* permissions: 'placeholder-value',
|
|
5673
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5674
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5675
5463
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
5676
5464
|
* userProject: 'placeholder-value',
|
|
5677
5465
|
* });
|
|
@@ -5750,8 +5538,6 @@ export declare namespace storage_v1 {
|
|
|
5750
5538
|
* predefinedAcl: 'placeholder-value',
|
|
5751
5539
|
* // Set of properties to return. Defaults to full.
|
|
5752
5540
|
* projection: 'placeholder-value',
|
|
5753
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5754
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5755
5541
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
5756
5542
|
* userProject: 'placeholder-value',
|
|
5757
5543
|
*
|
|
@@ -5900,8 +5686,6 @@ export declare namespace storage_v1 {
|
|
|
5900
5686
|
* prefix: 'placeholder-value',
|
|
5901
5687
|
* // Set of properties to return. Defaults to noAcl.
|
|
5902
5688
|
* projection: 'placeholder-value',
|
|
5903
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5904
|
-
* provisionalUserProject: 'placeholder-value',
|
|
5905
5689
|
* // Filter results to objects whose names are lexicographically equal to or after startOffset. If endOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive).
|
|
5906
5690
|
* startOffset: 'placeholder-value',
|
|
5907
5691
|
* // The project to be billed for this request. Required for Requester Pays buckets.
|
|
@@ -5987,10 +5771,6 @@ export declare namespace storage_v1 {
|
|
|
5987
5771
|
* Resource name of the Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that will be used to encrypt the object. Overrides the object metadata's kms_key_name value, if any.
|
|
5988
5772
|
*/
|
|
5989
5773
|
kmsKeyName?: string;
|
|
5990
|
-
/**
|
|
5991
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
5992
|
-
*/
|
|
5993
|
-
provisionalUserProject?: string;
|
|
5994
5774
|
/**
|
|
5995
5775
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
5996
5776
|
*/
|
|
@@ -6053,10 +5833,6 @@ export declare namespace storage_v1 {
|
|
|
6053
5833
|
* Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
|
|
6054
5834
|
*/
|
|
6055
5835
|
projection?: string;
|
|
6056
|
-
/**
|
|
6057
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6058
|
-
*/
|
|
6059
|
-
provisionalUserProject?: string;
|
|
6060
5836
|
/**
|
|
6061
5837
|
* Name of the bucket in which to find the source object.
|
|
6062
5838
|
*/
|
|
@@ -6107,10 +5883,6 @@ export declare namespace storage_v1 {
|
|
|
6107
5883
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6108
5884
|
*/
|
|
6109
5885
|
object?: string;
|
|
6110
|
-
/**
|
|
6111
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6112
|
-
*/
|
|
6113
|
-
provisionalUserProject?: string;
|
|
6114
5886
|
/**
|
|
6115
5887
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6116
5888
|
*/
|
|
@@ -6149,10 +5921,6 @@ export declare namespace storage_v1 {
|
|
|
6149
5921
|
* Set of properties to return. Defaults to noAcl.
|
|
6150
5922
|
*/
|
|
6151
5923
|
projection?: string;
|
|
6152
|
-
/**
|
|
6153
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6154
|
-
*/
|
|
6155
|
-
provisionalUserProject?: string;
|
|
6156
5924
|
/**
|
|
6157
5925
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6158
5926
|
*/
|
|
@@ -6171,10 +5939,6 @@ export declare namespace storage_v1 {
|
|
|
6171
5939
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6172
5940
|
*/
|
|
6173
5941
|
object?: string;
|
|
6174
|
-
/**
|
|
6175
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6176
|
-
*/
|
|
6177
|
-
provisionalUserProject?: string;
|
|
6178
5942
|
/**
|
|
6179
5943
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6180
5944
|
*/
|
|
@@ -6221,10 +5985,6 @@ export declare namespace storage_v1 {
|
|
|
6221
5985
|
* Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
|
|
6222
5986
|
*/
|
|
6223
5987
|
projection?: string;
|
|
6224
|
-
/**
|
|
6225
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6226
|
-
*/
|
|
6227
|
-
provisionalUserProject?: string;
|
|
6228
5988
|
/**
|
|
6229
5989
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6230
5990
|
*/
|
|
@@ -6280,10 +6040,6 @@ export declare namespace storage_v1 {
|
|
|
6280
6040
|
* Set of properties to return. Defaults to noAcl.
|
|
6281
6041
|
*/
|
|
6282
6042
|
projection?: string;
|
|
6283
|
-
/**
|
|
6284
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6285
|
-
*/
|
|
6286
|
-
provisionalUserProject?: string;
|
|
6287
6043
|
/**
|
|
6288
6044
|
* Filter results to objects whose names are lexicographically equal to or after startOffset. If endOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive).
|
|
6289
6045
|
*/
|
|
@@ -6334,10 +6090,6 @@ export declare namespace storage_v1 {
|
|
|
6334
6090
|
* Set of properties to return. Defaults to full.
|
|
6335
6091
|
*/
|
|
6336
6092
|
projection?: string;
|
|
6337
|
-
/**
|
|
6338
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6339
|
-
*/
|
|
6340
|
-
provisionalUserProject?: string;
|
|
6341
6093
|
/**
|
|
6342
6094
|
* The project to be billed for this request, for Requester Pays buckets.
|
|
6343
6095
|
*/
|
|
@@ -6404,10 +6156,6 @@ export declare namespace storage_v1 {
|
|
|
6404
6156
|
* Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
|
|
6405
6157
|
*/
|
|
6406
6158
|
projection?: string;
|
|
6407
|
-
/**
|
|
6408
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6409
|
-
*/
|
|
6410
|
-
provisionalUserProject?: string;
|
|
6411
6159
|
/**
|
|
6412
6160
|
* Include this field (from the previous rewrite response) on each rewrite request after the first one, until the rewrite response 'done' flag is true. Calls that provide a rewriteToken can omit all other request fields, but if included those fields must match the values provided in the first rewrite request.
|
|
6413
6161
|
*/
|
|
@@ -6446,10 +6194,6 @@ export declare namespace storage_v1 {
|
|
|
6446
6194
|
* Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
|
|
6447
6195
|
*/
|
|
6448
6196
|
object?: string;
|
|
6449
|
-
/**
|
|
6450
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6451
|
-
*/
|
|
6452
|
-
provisionalUserProject?: string;
|
|
6453
6197
|
/**
|
|
6454
6198
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6455
6199
|
*/
|
|
@@ -6476,10 +6220,6 @@ export declare namespace storage_v1 {
|
|
|
6476
6220
|
* Permissions to test.
|
|
6477
6221
|
*/
|
|
6478
6222
|
permissions?: string[];
|
|
6479
|
-
/**
|
|
6480
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6481
|
-
*/
|
|
6482
|
-
provisionalUserProject?: string;
|
|
6483
6223
|
/**
|
|
6484
6224
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6485
6225
|
*/
|
|
@@ -6522,10 +6262,6 @@ export declare namespace storage_v1 {
|
|
|
6522
6262
|
* Set of properties to return. Defaults to full.
|
|
6523
6263
|
*/
|
|
6524
6264
|
projection?: string;
|
|
6525
|
-
/**
|
|
6526
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6527
|
-
*/
|
|
6528
|
-
provisionalUserProject?: string;
|
|
6529
6265
|
/**
|
|
6530
6266
|
* The project to be billed for this request. Required for Requester Pays buckets.
|
|
6531
6267
|
*/
|
|
@@ -6568,10 +6304,6 @@ export declare namespace storage_v1 {
|
|
|
6568
6304
|
* Set of properties to return. Defaults to noAcl.
|
|
6569
6305
|
*/
|
|
6570
6306
|
projection?: string;
|
|
6571
|
-
/**
|
|
6572
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
6573
|
-
*/
|
|
6574
|
-
provisionalUserProject?: string;
|
|
6575
6307
|
/**
|
|
6576
6308
|
* Filter results to objects whose names are lexicographically equal to or after startOffset. If endOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive).
|
|
6577
6309
|
*/
|
|
@@ -7083,8 +6815,6 @@ export declare namespace storage_v1 {
|
|
|
7083
6815
|
* const res = await storage.projects.serviceAccount.get({
|
|
7084
6816
|
* // Project ID
|
|
7085
6817
|
* projectId: 'placeholder-value',
|
|
7086
|
-
* // The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
7087
|
-
* provisionalUserProject: 'placeholder-value',
|
|
7088
6818
|
* // The project to be billed for this request.
|
|
7089
6819
|
* userProject: 'placeholder-value',
|
|
7090
6820
|
* });
|
|
@@ -7121,10 +6851,6 @@ export declare namespace storage_v1 {
|
|
|
7121
6851
|
* Project ID
|
|
7122
6852
|
*/
|
|
7123
6853
|
projectId?: string;
|
|
7124
|
-
/**
|
|
7125
|
-
* The project to be billed for this request if the target bucket is requester-pays bucket.
|
|
7126
|
-
*/
|
|
7127
|
-
provisionalUserProject?: string;
|
|
7128
6854
|
/**
|
|
7129
6855
|
* The project to be billed for this request.
|
|
7130
6856
|
*/
|