GoogleApi.StorageTransfer.V1.Model.TransferOperation (google_api_storage_transfer v0.26.0) View Source
A 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. -
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 Platform 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.
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.TransferOperation{
counters: GoogleApi.StorageTransfer.V1.Model.TransferCounters.t() | nil,
endTime: DateTime.t() | nil,
errorBreakdowns: [GoogleApi.StorageTransfer.V1.Model.ErrorSummary.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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.