@googleapis/storagetransfer 7.1.0 → 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 +28 -0
- package/build/v1.d.ts +5 -5
- package/package.json +1 -1
- package/v1.ts +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
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
|
+
|
|
24
|
+
## [7.1.1](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v7.1.0...storagetransfer-v7.1.1) (2024-06-03)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* **storagetransfer:** update the API ([c05c5d8](https://github.com/googleapis/google-api-nodejs-client/commit/c05c5d8ff2fe9e63fbe064ec98803dd7b37e4763))
|
|
30
|
+
|
|
3
31
|
## [7.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v7.0.0...storagetransfer-v7.1.0) (2024-05-07)
|
|
4
32
|
|
|
5
33
|
|
package/build/v1.d.ts
CHANGED
|
@@ -371,19 +371,19 @@ export declare namespace storagetransfer_v1 {
|
|
|
371
371
|
transferJobs?: Schema$TransferJob[];
|
|
372
372
|
}
|
|
373
373
|
/**
|
|
374
|
-
* Specifies the logging behavior for transfer operations.
|
|
374
|
+
* Specifies the logging behavior for transfer operations. Logs can be sent to Cloud Logging for all transfer types. See [Read transfer logs](https://cloud.google.com/storage-transfer/docs/read-transfer-logs) for details.
|
|
375
375
|
*/
|
|
376
376
|
export interface Schema$LoggingConfig {
|
|
377
377
|
/**
|
|
378
|
-
* For transfers
|
|
378
|
+
* For PosixFilesystem transfers, enables [file system transfer logs](https://cloud.google.com/storage-transfer/docs/on-prem-transfer-log-format) instead of, or in addition to, Cloud Logging. This option ignores [LoggableAction] and [LoggableActionState]. If these are set, Cloud Logging will also be enabled for this transfer.
|
|
379
379
|
*/
|
|
380
380
|
enableOnpremGcsTransferLogs?: boolean | null;
|
|
381
381
|
/**
|
|
382
|
-
* Specifies the actions to be logged. If empty, no logs are generated.
|
|
382
|
+
* Specifies the actions to be logged. If empty, no logs are generated.
|
|
383
383
|
*/
|
|
384
384
|
logActions?: string[] | null;
|
|
385
385
|
/**
|
|
386
|
-
* States in which `log_actions` are logged. If empty, no logs are generated.
|
|
386
|
+
* States in which `log_actions` are logged. If empty, no logs are generated.
|
|
387
387
|
*/
|
|
388
388
|
logActionStates?: string[] | null;
|
|
389
389
|
}
|
|
@@ -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
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -427,19 +427,19 @@ export namespace storagetransfer_v1 {
|
|
|
427
427
|
transferJobs?: Schema$TransferJob[];
|
|
428
428
|
}
|
|
429
429
|
/**
|
|
430
|
-
* Specifies the logging behavior for transfer operations.
|
|
430
|
+
* Specifies the logging behavior for transfer operations. Logs can be sent to Cloud Logging for all transfer types. See [Read transfer logs](https://cloud.google.com/storage-transfer/docs/read-transfer-logs) for details.
|
|
431
431
|
*/
|
|
432
432
|
export interface Schema$LoggingConfig {
|
|
433
433
|
/**
|
|
434
|
-
* For transfers
|
|
434
|
+
* For PosixFilesystem transfers, enables [file system transfer logs](https://cloud.google.com/storage-transfer/docs/on-prem-transfer-log-format) instead of, or in addition to, Cloud Logging. This option ignores [LoggableAction] and [LoggableActionState]. If these are set, Cloud Logging will also be enabled for this transfer.
|
|
435
435
|
*/
|
|
436
436
|
enableOnpremGcsTransferLogs?: boolean | null;
|
|
437
437
|
/**
|
|
438
|
-
* Specifies the actions to be logged. If empty, no logs are generated.
|
|
438
|
+
* Specifies the actions to be logged. If empty, no logs are generated.
|
|
439
439
|
*/
|
|
440
440
|
logActions?: string[] | null;
|
|
441
441
|
/**
|
|
442
|
-
* States in which `log_actions` are logged. If empty, no logs are generated.
|
|
442
|
+
* States in which `log_actions` are logged. If empty, no logs are generated.
|
|
443
443
|
*/
|
|
444
444
|
logActionStates?: string[] | null;
|
|
445
445
|
}
|
|
@@ -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
|
/**
|