google_api_storage_transfer v0.6.0 GoogleApi.StorageTransfer.V1.Model.TransferOperation 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.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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.StorageTransfer.V1.Model.TransferOperation{
counters: GoogleApi.StorageTransfer.V1.Model.TransferCounters.t(),
endTime: DateTime.t(),
errorBreakdowns: [GoogleApi.StorageTransfer.V1.Model.ErrorSummary.t()],
name: String.t(),
projectId: String.t(),
startTime: DateTime.t(),
status: String.t(),
transferJobName: String.t(),
transferSpec: GoogleApi.StorageTransfer.V1.Model.TransferSpec.t()
}
t() :: %GoogleApi.StorageTransfer.V1.Model.TransferOperation{
counters: GoogleApi.StorageTransfer.V1.Model.TransferCounters.t(),
endTime: DateTime.t(),
errorBreakdowns: [GoogleApi.StorageTransfer.V1.Model.ErrorSummary.t()],
name: String.t(),
projectId: String.t(),
startTime: DateTime.t(),
status: String.t(),
transferJobName: String.t(),
transferSpec: GoogleApi.StorageTransfer.V1.Model.TransferSpec.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.