Method: providers.deliveryVehicles.get
Returns the specified DeliveryVehicle
instance.
HTTP request
GET https://fleetengine.googleapis.com/v1/{name=providers/*/deliveryVehicles/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. Must be in the format providers/{provider}/deliveryVehicles/{deliveryVehicle} . The provider must be the Google Cloud Project ID. For example, sample-cloud-project .
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DeliveryVehicle
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-24 UTC.
[null,null,["Last updated 2024-07-24 UTC."],[[["This document describes how to retrieve a specific `DeliveryVehicle` instance using the Fleet Engine Delivery API."],["You'll need to provide the `provider` and `deliveryVehicle` identifiers as path parameters in the request URL."],["An optional `DeliveryRequestHeader` can be included as a query parameter."],["The request body should be empty, and a successful response will contain a `DeliveryVehicle` object."]]],["This document outlines the process for retrieving a specific `DeliveryVehicle` instance. The core action is a `GET` request to a URL structured using gRPC Transcoding. The URL requires a `name` path parameter in the format `providers/{provider}/deliveryVehicles/{deliveryVehicle}`, with the `provider` being the Google Cloud Project ID. An optional `header` query parameter is available. The request body must be empty, and a successful response contains a `DeliveryVehicle` instance.\n"]]