google.longrunningoperations.protoOperation
MessageThis resource represents a long-running operation that is the result of a network API call.
| Field | Type | Number | Description |
|---|---|---|---|
| name | string | 1 | The server-assigned name, which is only unique within the same service that
originally returns it. If you use the default HTTP mapping, the
|
| metadata | Any google.protobuf.Any | 2 | Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. |
| done | bool | 3 | If the value is |
| resultOneOf | The operation result, which can be either an | ||
| error | Status google.rpc.Status | 4 | The error result of the operation in case of failure or cancellation. |
| response | Any google.protobuf.Any | 5 | The normal, successful response of the operation. If the original
method returns no data on success, such as |