Encapsulates progress related information for a Cloud Spanner long running operation.
JSON representation | |
---|---|
{ "progressPercent": integer, "startTime": string, "endTime": string } |
Fields | |
---|---|
progressPercent |
Percent completion of the operation. Values are between 0 and 100 inclusive. |
startTime |
Time the request was received. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
endTime |
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: |