Interface protos.google.storagetransfer.v1.ITransferJob (3.0.0)

Properties of a TransferJob.

Package

@google-cloud/storage-transfer

Properties

creationTime

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

TransferJob creationTime

deletionTime

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

TransferJob deletionTime

description

description?: (string|null);

TransferJob description

eventStream

eventStream?: (google.storagetransfer.v1.IEventStream|null);

TransferJob eventStream

lastModificationTime

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

TransferJob lastModificationTime

latestOperationName

latestOperationName?: (string|null);

TransferJob latestOperationName

loggingConfig

loggingConfig?: (google.storagetransfer.v1.ILoggingConfig|null);

TransferJob loggingConfig

name

name?: (string|null);

TransferJob name

notificationConfig

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

TransferJob notificationConfig

projectId

projectId?: (string|null);

TransferJob projectId

schedule

schedule?: (google.storagetransfer.v1.ISchedule|null);

TransferJob schedule

status

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

TransferJob status

transferSpec

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

TransferJob transferSpec