Class TransferOperation (1.5.1)

TransferOperation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A description of the execution of a transfer.

Attributes

NameDescription
name str
A globally unique ID assigned by the system.
project_id str
The ID of the Google Cloud project that owns the operation.
transfer_spec google.cloud.storage_transfer_v1.types.TransferSpec
Transfer specification.
notification_config google.cloud.storage_transfer_v1.types.NotificationConfig
Notification configuration.
start_time google.protobuf.timestamp_pb2.Timestamp
Start time of this transfer execution.
end_time google.protobuf.timestamp_pb2.Timestamp
End time of this transfer execution.
status google.cloud.storage_transfer_v1.types.TransferOperation.Status
Status of the transfer operation.
counters google.cloud.storage_transfer_v1.types.TransferCounters
Information about the progress of the transfer operation.
error_breakdowns Sequence[google.cloud.storage_transfer_v1.types.ErrorSummary]
Summarizes errors encountered with sample error log entries.
transfer_job_name str
The name of the transfer job that triggers this transfer operation.

Inheritance

builtins.object > proto.message.Message > TransferOperation

Classes

Status

Status(value)

The status of a TransferOperation.