Method: providers.deliveryVehicles.get
הפונקציה מחזירה את המופע שצוין בשדה DeliveryVehicle
.
בקשת HTTP
GET https://fleetengine.googleapis.com/v1/{name=providers/*/deliveryVehicles/*}
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. חייב להיות בפורמט providers/{provider}/deliveryVehicles/{deliveryVehicle} . השדה provider חייב להיות מזהה הפרויקט ב-Google Cloud. לדוגמה, sample-cloud-project .
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכלול מופע של DeliveryVehicle
.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-07-24 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]