UpdateTaskLog

Details on the UpdateTask request and response.

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

object (DeliveryRequestHeaderLog)

Request header.

request

object (UpdateTaskRequestLog)

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.

UpdateTaskRequestLog

Details on the UpdateTask request

JSON representation
{
  "taskId": string,
  "task": {
    object (TaskLog)
  },
  "updateMask": string
}
Fields
taskId

string

The ID of the task to update.

task

object (TaskLog)

The task specified in the update request.

updateMask

string (FieldMask format)

The field mask indicating which request fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".