Interface protos.google.storagetransfer.v1.ITransferOperation (1.0.1)

Properties of a TransferOperation.

Package

@google-cloud/storage-transfer!

Properties

counters

counters?: (google.storagetransfer.v1.ITransferCounters|null);

TransferOperation counters

Property Value
TypeDescription
(google.storagetransfer.v1.ITransferCounters|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

TransferOperation endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

errorBreakdowns

errorBreakdowns?: (google.storagetransfer.v1.IErrorSummary[]|null);

TransferOperation errorBreakdowns

Property Value
TypeDescription
(google.storagetransfer.v1.IErrorSummary[]|null)

name

name?: (string|null);

TransferOperation name

Property Value
TypeDescription
(string|null)

notificationConfig

notificationConfig?: (google.storagetransfer.v1.INotificationConfig|null);

TransferOperation notificationConfig

Property Value
TypeDescription
(google.storagetransfer.v1.INotificationConfig|null)

projectId

projectId?: (string|null);

TransferOperation projectId

Property Value
TypeDescription
(string|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

TransferOperation startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

status

status?: (google.storagetransfer.v1.TransferOperation.Status|keyof typeof google.storagetransfer.v1.TransferOperation.Status|null);

TransferOperation status

Property Value
TypeDescription
(google.storagetransfer.v1.TransferOperation.Status|keyof typeof google.storagetransfer.v1.TransferOperation.Status|null)

transferJobName

transferJobName?: (string|null);

TransferOperation transferJobName

Property Value
TypeDescription
(string|null)

transferSpec

transferSpec?: (google.storagetransfer.v1.ITransferSpec|null);

TransferOperation transferSpec

Property Value
TypeDescription
(google.storagetransfer.v1.ITransferSpec|null)