GetTaskLog

Details on the GetTask request and response.

JSON representation
{
  "header": {
    object (DeliveryRequestHeaderLog)
  },
  "request": {
    object (GetTaskRequestLog)
  },
  "response": {
    object (TaskLog)
  },
  "errorResponse": {
    object (ErrorResponseLog)
  }
}
Fields
header

object (DeliveryRequestHeaderLog)

Request header.

request

object (GetTaskRequestLog)

The request sent to the Deliveries API.

response

object (TaskLog)

The response returned to the client. It will be unset if the RPC call resulted in an error.

errorResponse

object (ErrorResponseLog)

The error response returned to the client. It will be unset if the RPC call succeeded.

GetTaskRequestLog

Details on the GetTask request.

JSON representation
{
  "taskId": string
}
Fields
taskId

string

The ID of the task to get.