@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 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. For cloud-to-cloud transfers, logs are sent to Cloud Logging. See [Read transfer logs](https://cloud.google.com/storage-transfer/docs/read-transfer-logs) for details. For transfers to or from a POSIX file system, logs are stored in the Cloud Storage bucket that is the source or sink of the transfer. See [Managing Transfer for on-premises jobs] (https://cloud.google.com/storage-transfer/docs/managing-on-prem-jobs#viewing-logs) for details.
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 with a PosixFilesystem source, this option enables the Cloud Storage transfer logs for this transfer.
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. Not supported for transfers with PosixFilesystem data sources; use enable_onprem_gcs_transfer_logs instead.
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. Not supported for transfers with PosixFilesystem data sources; use enable_onprem_gcs_transfer_logs instead.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/storagetransfer",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "storagetransfer",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
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. For cloud-to-cloud transfers, logs are sent to Cloud Logging. See [Read transfer logs](https://cloud.google.com/storage-transfer/docs/read-transfer-logs) for details. For transfers to or from a POSIX file system, logs are stored in the Cloud Storage bucket that is the source or sink of the transfer. See [Managing Transfer for on-premises jobs] (https://cloud.google.com/storage-transfer/docs/managing-on-prem-jobs#viewing-logs) for details.
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 with a PosixFilesystem source, this option enables the Cloud Storage transfer logs for this transfer.
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. Not supported for transfers with PosixFilesystem data sources; use enable_onprem_gcs_transfer_logs instead.
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. Not supported for transfers with PosixFilesystem data sources; use enable_onprem_gcs_transfer_logs instead.
442
+ * States in which `log_actions` are logged. If empty, no logs are generated.
443
443
  */
444
444
  logActionStates?: string[] | null;
445
445
  }