Class OperationProgress (3.14.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 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.

Inheritance

builtins.object > proto.message.Message > OperationProgress