Metadata describing a long running operation.
JSON representation | |
---|---|
{
"state": enum ( |
Fields | |
---|---|
state |
State of the operation. |
description |
Description of the operation. |
type |
The type of this task (e.g., EXPORT_IMAGE, EXPORT_FEATURES, etc.). |
priority |
Priority of the operation. A higher value indicates a higher priority. The default priority is 0. |
createTime |
Time the operation was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
updateTime |
Time the operation was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
startTime |
Time the operation started, if the operation has started. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
endTime |
Time the operation ended, if the operation has ended. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
scriptUri |
The URI of the script from which this operation originated, if the operation was started in the Code Editor. |
destinationUris[] |
The URI(s) pointing to the resources output by this operation. |