Details on the UpdateTask request and response.
JSON representation |
---|
{ "header": { object ( |
Fields | |
---|---|
header |
Request header. |
request |
The request sent to the Deliveries API. |
response |
The response returned to the client. It will be unset if the RPC call resulted in an error. |
error |
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 ( |
Fields | |
---|---|
task |
The ID of the task to update. |
task |
The task specified in the update request. |
update |
The field mask indicating which request fields to update. This is a comma-separated list of fully qualified names of fields. Example: |