OperationProgress

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

JSON representation
{
  "progressPercent": integer,
  "startTime": string,
  "endTime": string
}
Fields
progressPercent

integer

Percent completion of the operation. Values are between 0 and 100 inclusive.

startTime

string (Timestamp format)

Time the request was received.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

endTime

string (Timestamp format)

If set, the time at which this operation failed or was completed successfully.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".