Metadata about a long-running operation.
JSON representation |
---|
{ "createTime": string, "endTime": string, "target": string, "statusDetail": string, "errorDetail": string, "verb": string, "requestedCancellation": boolean } |
Fields | |
---|---|
create |
Output only. The time at which this operation was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
end |
Output only. The time at which this operation was completed. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
target |
Output only. The name of the resource associated to this operation. |
status |
Output only. Human-readable status of the operation, if any. |
error |
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". |
requested |
Output only. Identifies whether cancellation has been requested for the operation. Operations that have successfully been cancelled have |