@googleapis/storagetransfer 7.1.1 → 7.2.2
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 +35 -0
- package/build/v1.d.ts +11 -11
- package/package.json +1 -1
- package/v1.ts +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [7.2.2](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v7.2.1...storagetransfer-v7.2.2) (2025-02-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **storagetransfer:** update the API ([e19e28f](https://github.com/googleapis/google-api-nodejs-client/commit/e19e28feffba7de8a111ee051e8e19a61a56a0d0))
|
|
9
|
+
|
|
10
|
+
## [7.2.1](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v7.2.0...storagetransfer-v7.2.1) (2024-10-30)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **storagetransfer:** update the API ([921c64d](https://github.com/googleapis/google-api-nodejs-client/commit/921c64d13ba28ea71931140ff35af4f5a7a8f48c))
|
|
16
|
+
|
|
17
|
+
## [7.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v7.1.2...storagetransfer-v7.2.0) (2024-08-16)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **storagetransfer:** update the API ([5a509c1](https://github.com/googleapis/google-api-nodejs-client/commit/5a509c1583615bbb409caca8514a174b8f9553aa))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **storagetransfer:** update the API ([c6c298f](https://github.com/googleapis/google-api-nodejs-client/commit/c6c298fdc864bf8476c372b37015d688d005bc5c))
|
|
28
|
+
* **storagetransfer:** update the API ([c05c5d8](https://github.com/googleapis/google-api-nodejs-client/commit/c05c5d8ff2fe9e63fbe064ec98803dd7b37e4763))
|
|
29
|
+
* **storagetransfer:** update the API ([aee9c44](https://github.com/googleapis/google-api-nodejs-client/commit/aee9c449cf7b6592a91674d8acf83c3f24089b87))
|
|
30
|
+
|
|
31
|
+
## [7.1.2](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v7.1.1...storagetransfer-v7.1.2) (2024-07-26)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* **storagetransfer:** update the API ([c6c298f](https://github.com/googleapis/google-api-nodejs-client/commit/c6c298fdc864bf8476c372b37015d688d005bc5c))
|
|
37
|
+
|
|
3
38
|
## [7.1.1](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v7.1.0...storagetransfer-v7.1.1) (2024-06-03)
|
|
4
39
|
|
|
5
40
|
|
package/build/v1.d.ts
CHANGED
|
@@ -420,7 +420,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
420
420
|
*/
|
|
421
421
|
temporaryHold?: string | null;
|
|
422
422
|
/**
|
|
423
|
-
* Specifies how each object's `timeCreated` metadata is preserved for transfers. If unspecified, the default behavior is the same as TIME_CREATED_SKIP. This behavior is supported for transfers to
|
|
423
|
+
* Specifies how each object's `timeCreated` metadata is preserved for transfers. If unspecified, the default behavior is the same as TIME_CREATED_SKIP. This behavior is supported for transfers to Cloud Storage buckets from Cloud Storage, Amazon S3, S3-compatible storage, and Azure sources.
|
|
424
424
|
*/
|
|
425
425
|
timeCreated?: string | null;
|
|
426
426
|
/**
|
|
@@ -518,23 +518,23 @@ export declare namespace storagetransfer_v1 {
|
|
|
518
518
|
rootDirectory?: string | null;
|
|
519
519
|
}
|
|
520
520
|
/**
|
|
521
|
-
* Specifies the configuration for
|
|
521
|
+
* Specifies the configuration for a cross-bucket replication job. Cross-bucket replication copies new or updated objects from a source Cloud Storage bucket to a destination Cloud Storage bucket. Existing objects in the source bucket are not copied by a new cross-bucket replication job.
|
|
522
522
|
*/
|
|
523
523
|
export interface Schema$ReplicationSpec {
|
|
524
524
|
/**
|
|
525
|
-
*
|
|
525
|
+
* The Cloud Storage bucket to which to replicate objects.
|
|
526
526
|
*/
|
|
527
527
|
gcsDataSink?: Schema$GcsData;
|
|
528
528
|
/**
|
|
529
|
-
*
|
|
529
|
+
* The Cloud Storage bucket from which to replicate objects.
|
|
530
530
|
*/
|
|
531
531
|
gcsDataSource?: Schema$GcsData;
|
|
532
532
|
/**
|
|
533
|
-
*
|
|
533
|
+
* Object conditions that determine which objects are transferred. For replication jobs, only `include_prefixes` and `exclude_prefixes` are supported.
|
|
534
534
|
*/
|
|
535
535
|
objectConditions?: Schema$ObjectConditions;
|
|
536
536
|
/**
|
|
537
|
-
* Specifies the
|
|
537
|
+
* Specifies the metadata options to be applied during replication. Delete options are not supported. If a delete option is specified, the request fails with an INVALID_ARGUMENT error.
|
|
538
538
|
*/
|
|
539
539
|
transferOptions?: Schema$TransferOptions;
|
|
540
540
|
}
|
|
@@ -622,19 +622,19 @@ export declare namespace storagetransfer_v1 {
|
|
|
622
622
|
*/
|
|
623
623
|
export interface Schema$TimeOfDay {
|
|
624
624
|
/**
|
|
625
|
-
* Hours of day in 24 hour format.
|
|
625
|
+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
|
|
626
626
|
*/
|
|
627
627
|
hours?: number | null;
|
|
628
628
|
/**
|
|
629
|
-
* Minutes of hour
|
|
629
|
+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
|
|
630
630
|
*/
|
|
631
631
|
minutes?: number | null;
|
|
632
632
|
/**
|
|
633
|
-
* Fractions of seconds in nanoseconds. Must be
|
|
633
|
+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
|
|
634
634
|
*/
|
|
635
635
|
nanos?: number | null;
|
|
636
636
|
/**
|
|
637
|
-
* Seconds of
|
|
637
|
+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.
|
|
638
638
|
*/
|
|
639
639
|
seconds?: number | null;
|
|
640
640
|
}
|
|
@@ -1230,7 +1230,7 @@ export declare namespace storagetransfer_v1 {
|
|
|
1230
1230
|
}
|
|
1231
1231
|
export interface Params$Resource$Transferjobs$List extends StandardParameters {
|
|
1232
1232
|
/**
|
|
1233
|
-
* Required. A list of query parameters specified as JSON text in the form of:
|
|
1233
|
+
* Required. A list of query parameters specified as JSON text in the form of: ``` { "projectId":"my_project_id", "jobNames":["jobid1","jobid2",...], "jobStatuses":["status1","status2",...], "dataBackend":"QUERY_REPLICATION_CONFIGS", "sourceBucket":"source-bucket-name", "sinkBucket":"sink-bucket-name", \} ``` The JSON formatting in the example is for display only; provide the query parameters without spaces or line breaks. * `projectId` is required. * Since `jobNames` and `jobStatuses` support multiple values, their values must be specified with array notation. `jobNames` and `jobStatuses` are optional. Valid values are case-insensitive: * ENABLED * DISABLED * DELETED * Specify `"dataBackend":"QUERY_REPLICATION_CONFIGS"` to return a list of cross-bucket replication jobs. * Limit the results to jobs from a particular bucket with `sourceBucket` and/or to a particular bucket with `sinkBucket`.
|
|
1234
1234
|
*/
|
|
1235
1235
|
filter?: string;
|
|
1236
1236
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -476,7 +476,7 @@ export namespace storagetransfer_v1 {
|
|
|
476
476
|
*/
|
|
477
477
|
temporaryHold?: string | null;
|
|
478
478
|
/**
|
|
479
|
-
* Specifies how each object's `timeCreated` metadata is preserved for transfers. If unspecified, the default behavior is the same as TIME_CREATED_SKIP. This behavior is supported for transfers to
|
|
479
|
+
* Specifies how each object's `timeCreated` metadata is preserved for transfers. If unspecified, the default behavior is the same as TIME_CREATED_SKIP. This behavior is supported for transfers to Cloud Storage buckets from Cloud Storage, Amazon S3, S3-compatible storage, and Azure sources.
|
|
480
480
|
*/
|
|
481
481
|
timeCreated?: string | null;
|
|
482
482
|
/**
|
|
@@ -569,23 +569,23 @@ export namespace storagetransfer_v1 {
|
|
|
569
569
|
rootDirectory?: string | null;
|
|
570
570
|
}
|
|
571
571
|
/**
|
|
572
|
-
* Specifies the configuration for
|
|
572
|
+
* Specifies the configuration for a cross-bucket replication job. Cross-bucket replication copies new or updated objects from a source Cloud Storage bucket to a destination Cloud Storage bucket. Existing objects in the source bucket are not copied by a new cross-bucket replication job.
|
|
573
573
|
*/
|
|
574
574
|
export interface Schema$ReplicationSpec {
|
|
575
575
|
/**
|
|
576
|
-
*
|
|
576
|
+
* The Cloud Storage bucket to which to replicate objects.
|
|
577
577
|
*/
|
|
578
578
|
gcsDataSink?: Schema$GcsData;
|
|
579
579
|
/**
|
|
580
|
-
*
|
|
580
|
+
* The Cloud Storage bucket from which to replicate objects.
|
|
581
581
|
*/
|
|
582
582
|
gcsDataSource?: Schema$GcsData;
|
|
583
583
|
/**
|
|
584
|
-
*
|
|
584
|
+
* Object conditions that determine which objects are transferred. For replication jobs, only `include_prefixes` and `exclude_prefixes` are supported.
|
|
585
585
|
*/
|
|
586
586
|
objectConditions?: Schema$ObjectConditions;
|
|
587
587
|
/**
|
|
588
|
-
* Specifies the
|
|
588
|
+
* Specifies the metadata options to be applied during replication. Delete options are not supported. If a delete option is specified, the request fails with an INVALID_ARGUMENT error.
|
|
589
589
|
*/
|
|
590
590
|
transferOptions?: Schema$TransferOptions;
|
|
591
591
|
}
|
|
@@ -670,19 +670,19 @@ export namespace storagetransfer_v1 {
|
|
|
670
670
|
*/
|
|
671
671
|
export interface Schema$TimeOfDay {
|
|
672
672
|
/**
|
|
673
|
-
* Hours of day in 24 hour format.
|
|
673
|
+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
|
|
674
674
|
*/
|
|
675
675
|
hours?: number | null;
|
|
676
676
|
/**
|
|
677
|
-
* Minutes of hour
|
|
677
|
+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
|
|
678
678
|
*/
|
|
679
679
|
minutes?: number | null;
|
|
680
680
|
/**
|
|
681
|
-
* Fractions of seconds in nanoseconds. Must be
|
|
681
|
+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
|
|
682
682
|
*/
|
|
683
683
|
nanos?: number | null;
|
|
684
684
|
/**
|
|
685
|
-
* Seconds of
|
|
685
|
+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.
|
|
686
686
|
*/
|
|
687
687
|
seconds?: number | null;
|
|
688
688
|
}
|
|
@@ -2191,7 +2191,7 @@ export namespace storagetransfer_v1 {
|
|
|
2191
2191
|
export interface Params$Resource$Transferjobs$List
|
|
2192
2192
|
extends StandardParameters {
|
|
2193
2193
|
/**
|
|
2194
|
-
* Required. A list of query parameters specified as JSON text in the form of:
|
|
2194
|
+
* Required. A list of query parameters specified as JSON text in the form of: ``` { "projectId":"my_project_id", "jobNames":["jobid1","jobid2",...], "jobStatuses":["status1","status2",...], "dataBackend":"QUERY_REPLICATION_CONFIGS", "sourceBucket":"source-bucket-name", "sinkBucket":"sink-bucket-name", \} ``` The JSON formatting in the example is for display only; provide the query parameters without spaces or line breaks. * `projectId` is required. * Since `jobNames` and `jobStatuses` support multiple values, their values must be specified with array notation. `jobNames` and `jobStatuses` are optional. Valid values are case-insensitive: * ENABLED * DISABLED * DELETED * Specify `"dataBackend":"QUERY_REPLICATION_CONFIGS"` to return a list of cross-bucket replication jobs. * Limit the results to jobs from a particular bucket with `sourceBucket` and/or to a particular bucket with `sinkBucket`.
|
|
2195
2195
|
*/
|
|
2196
2196
|
filter?: string;
|
|
2197
2197
|
/**
|