@googleapis/storagetransfer 7.1.1 → 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v7.1.2...storagetransfer-v7.2.0) (2024-08-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * **storagetransfer:** update the API ([5a509c1](https://github.com/googleapis/google-api-nodejs-client/commit/5a509c1583615bbb409caca8514a174b8f9553aa))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **storagetransfer:** update the API ([c6c298f](https://github.com/googleapis/google-api-nodejs-client/commit/c6c298fdc864bf8476c372b37015d688d005bc5c))
14
+ * **storagetransfer:** update the API ([c05c5d8](https://github.com/googleapis/google-api-nodejs-client/commit/c05c5d8ff2fe9e63fbe064ec98803dd7b37e4763))
15
+ * **storagetransfer:** update the API ([aee9c44](https://github.com/googleapis/google-api-nodejs-client/commit/aee9c449cf7b6592a91674d8acf83c3f24089b87))
16
+
17
+ ## [7.1.2](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v7.1.1...storagetransfer-v7.1.2) (2024-07-26)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **storagetransfer:** update the API ([c6c298f](https://github.com/googleapis/google-api-nodejs-client/commit/c6c298fdc864bf8476c372b37015d688d005bc5c))
23
+
3
24
  ## [7.1.1](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v7.1.0...storagetransfer-v7.1.1) (2024-06-03)
4
25
 
5
26
 
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 GCS buckets from GCS, S3, Azure, S3 Compatible, and Azure sources.
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/storagetransfer",
3
- "version": "7.1.1",
3
+ "version": "7.2.0",
4
4
  "description": "storagetransfer",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
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 GCS buckets from GCS, S3, Azure, S3 Compatible, and Azure sources.
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
  /**