Method: providers.vehicles.create
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
주문형 차량 공유 또는 배달 제공업체와 연결된 새 차량을 인스턴스화합니다. 각 Vehicle
에는 고유한 차량 ID가 있어야 합니다.
Vehicle
를 만들 때 다음 Vehicle
필드가 필요합니다.
vehicleState
supportedTripTypes
maximumCapacity
vehicleType
Vehicle
를 만들 때 다음 Vehicle
필드는 무시됩니다.
name
currentTrips
availableCapacity
currentRouteSegment
currentRouteSegmentEndPoint
currentRouteSegmentVersion
currentRouteSegmentTraffic
route
waypoints
waypointsVersion
remainingDistanceMeters
remainingTimeSeconds
eta_to_next_waypoint
navigationStatus
다른 모든 필드는 선택사항이며 제공된 경우 사용됩니다.
HTTP 요청
POST https://fleetengine.googleapis.com/v1/{parent=providers/*}/vehicles
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 |
parent |
string
필수 항목입니다. providers/{provider} 형식이어야 합니다. 제공업체는 이 호출을 실행하는 서비스 계정이 구성원인 Google Cloud 프로젝트의 프로젝트 ID(예: sample-cloud-project )여야 합니다.
|
쿼리 매개변수
매개변수 |
header |
object (RequestHeader )
표준 Fleet Engine 요청 헤더입니다.
|
vehicleId |
string
필수 항목입니다. 고유한 차량 ID입니다. 다음 제한사항이 적용됩니다.
- 유효한 유니코드 문자열이어야 합니다.
- 최대 64자(영문 기준)로 제한됩니다.
- 유니코드 정규화 양식 C에 따라 정규화됩니다.
- '/', ':', '?', ',', '#'과 같은 ASCII 문자는 포함할 수 없습니다.
|
요청 본문
요청 본문에 Vehicle
의 인스턴스가 포함됩니다.
응답 본문
성공한 경우 응답 본문에 새로 생성된 Vehicle
의 인스턴스가 포함됩니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-08(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-11-08(UTC)"],[[["Instantiates a new vehicle associated with an on-demand rideshare or deliveries provider, requiring a unique vehicle ID for each vehicle."],["When creating a `Vehicle`, `vehicleState`, `supportedTripTypes`, `maximumCapacity`, and `vehicleType` fields are required; while fields like `name`, `currentTrips`, `availableCapacity`, and route-related fields are ignored."],["Sends a POST request to `https://fleetengine.googleapis.com/v1/{parent=providers/*}/vehicles` to create a vehicle, with the provider specified in the path parameter."],["Requires a `header` for the Fleet Engine request and a unique `vehicleId` in the query parameters, adhering to specified restrictions for the `vehicleId` format."],["Includes the `Vehicle` object details in the request body and returns the newly created `Vehicle` object in the response body upon successful creation."]]],[]]