Class OperationProgress (2.0.0)

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

Encapsulates progress related information for a Cloud Spanner long running operation.

Attributes

NameDescription
progress_percent int
Percent completion of the operation. Values are between 0 and 100 inclusive.
start_time .timestamp.Timestamp
Time the request was received.
end_time .timestamp.Timestamp
If set, the time at which this operation failed or was completed successfully.