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. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
endTime |
If set, the time at which this operation failed or was completed successfully. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |