Details on the ListDeliveryVehicles request and response.
Note: This log is subject to splitting on the response.delivery_vehicles field if the total log size exceeds 256 KB. See Split Logs for more details.
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. |
ListDeliveryVehiclesRequestLog
Details on the ListDeliveryVehicles request.
JSON representation |
---|
{
"pageSize": integer,
"pageToken": string,
"filter": string,
"viewport": {
object ( |
Fields | |
---|---|
page |
The maximum number of DeliveryVehicles to return. The service may return fewer than this value. If unspecified, the server decides the number of results to return. |
page |
A page token, received from a previous |
filter |
A filter query to apply when listing delivery vehicles. If no value is specified or filter is an empty string, all delivery vehicles will be returned. |
viewport |
A filter that limits the vehicles returned to those whose last known location was in the rectangular area defined by the viewport. |
ViewportLog
A latitude-longitude viewport, represented as two diagonally opposite low
and high
points.
JSON representation |
---|
{ "low": { object ( |
Fields | |
---|---|
low |
The low point of the viewport. |
high |
The high point of the viewport. |
ListDeliveryVehiclesResponseLog
Details on the ListDeliveryVehicles response.
JSON representation |
---|
{
"deliveryVehicles": [
{
object ( |
Fields | |
---|---|
delivery |
The delivery vehicles matching the specified query filter, or all delivery vehicles if no filter is specified in the request. |
total |
Total delivery vehicles that all pages would have returned. |