GoogleApi.StorageTransfer.V1.Model.TransferOperation (google_api_storage_transfer v0.37.3)
View SourceA description of the execution of a transfer.
Attributes
-
counters
(type:GoogleApi.StorageTransfer.V1.Model.TransferCounters.t
, default:nil
) - Information about the progress of the transfer operation. -
endTime
(type:DateTime.t
, default:nil
) - End time of this transfer execution. -
errorBreakdowns
(type:list(GoogleApi.StorageTransfer.V1.Model.ErrorSummary.t)
, default:nil
) - Summarizes errors encountered with sample error log entries. -
loggingConfig
(type:GoogleApi.StorageTransfer.V1.Model.LoggingConfig.t
, default:nil
) - Cloud Logging configuration. -
name
(type:String.t
, default:nil
) - A globally unique ID assigned by the system. -
notificationConfig
(type:GoogleApi.StorageTransfer.V1.Model.NotificationConfig.t
, default:nil
) - Notification configuration. -
projectId
(type:String.t
, default:nil
) - The ID of the Google Cloud project that owns the operation. -
startTime
(type:DateTime.t
, default:nil
) - Start time of this transfer execution. -
status
(type:String.t
, default:nil
) - Status of the transfer operation. -
transferJobName
(type:String.t
, default:nil
) - The name of the transfer job that triggers this transfer operation. -
transferSpec
(type:GoogleApi.StorageTransfer.V1.Model.TransferSpec.t
, default:nil
) - Transfer specification.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.StorageTransfer.V1.Model.TransferOperation{ counters: GoogleApi.StorageTransfer.V1.Model.TransferCounters.t() | nil, endTime: DateTime.t() | nil, errorBreakdowns: [GoogleApi.StorageTransfer.V1.Model.ErrorSummary.t()] | nil, loggingConfig: GoogleApi.StorageTransfer.V1.Model.LoggingConfig.t() | nil, name: String.t() | nil, notificationConfig: GoogleApi.StorageTransfer.V1.Model.NotificationConfig.t() | nil, projectId: String.t() | nil, startTime: DateTime.t() | nil, status: String.t() | nil, transferJobName: String.t() | nil, transferSpec: GoogleApi.StorageTransfer.V1.Model.TransferSpec.t() | nil }