Class OperationProgress (3.22.2)

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

Encapsulates progress related information for a Cloud Spanner long running instance operations.

Attributes

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