Metadata about a long-running operation.
JSON representation |
---|
{ "createTime": string, "endTime": string, "target": string, "statusDetail": string, "errorDetail": string, "verb": string, "requestedCancellation": boolean } |
Fields | |
---|---|
createTime |
Output only. The time at which this operation was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
endTime |
Output only. The time at which this operation was completed. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
target |
Output only. The name of the resource associated to this operation. |
statusDetail |
Output only. Human-readable status of the operation, if any. |
errorDetail |
Output only. Human-readable status of any error that occurred during the operation. |
verb |
Output only. The verb associated with the API method which triggered this operation. Possible values are "create", "delete", "update" and "import". |
requestedCancellation |
Output only. Identifies whether it has been requested cancellation for the operation. Operations that have successfully been cancelled have [Operation.error][] value with a |