GoogleApi.StorageTransfer.V1.Model.LoggingConfig (google_api_storage_transfer v0.32.0) View Source

Logging configuration.

Attributes

  • enableOnpremGcsTransferLogs (type: boolean(), default: nil) - Enables the Cloud Storage transfer logs for this transfer. This is only supported for transfer jobs with PosixFilesystem sources. The default is that logs are not generated for this transfer.
  • logActionStates (type: list(String.t), default: nil) - States in which log_actions are logged. If empty, no logs are generated. This is not yet supported for transfers with PosixFilesystem data sources.
  • logActions (type: list(String.t), default: nil) - Actions to be logged. If empty, no logs are generated. This is not yet supported for transfers with PosixFilesystem data sources.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.StorageTransfer.V1.Model.LoggingConfig{
  enableOnpremGcsTransferLogs: boolean() | nil,
  logActionStates: [String.t()] | nil,
  logActions: [String.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.