@googleapis/storagetransfer 7.1.0 → 7.1.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 +7 -0
- package/build/v1.d.ts +4 -4
- package/package.json +1 -1
- package/v1.ts +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [7.1.1](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v7.1.0...storagetransfer-v7.1.1) (2024-06-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **storagetransfer:** update the API ([c05c5d8](https://github.com/googleapis/google-api-nodejs-client/commit/c05c5d8ff2fe9e63fbe064ec98803dd7b37e4763))
|
|
9
|
+
|
|
3
10
|
## [7.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/storagetransfer-v7.0.0...storagetransfer-v7.1.0) (2024-05-07)
|
|
4
11
|
|
|
5
12
|
|
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
|
}
|
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
|
}
|