Method: providers.vehicles.update
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
업데이트된 차량 데이터를 Fleet Engine에 씁니다.
Vehicle
업데이트 시 다음 필드는 서버에서 관리하므로 업데이트할 수 없습니다.
currentTrips
availableCapacity
currentRouteSegmentVersion
waypointsVersion
차량 name
도 업데이트할 수 없습니다.
attributes
필드가 업데이트되면 차량의 모든 속성이 요청에 제공된 속성으로 대체됩니다. 일부 속성만 업데이트하려면 vehicles.updateAttributes
메서드를 참고하세요. 마찬가지로 waypoints
필드는 업데이트할 수 있지만 현재 차량에 있는 모든 웨이포인트만 포함해야 하며 다른 웨이포인트는 포함되어선 안 됩니다.
HTTP 요청
PUT https://fleetengine.googleapis.com/v1/{name=providers/*/vehicles/*}
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 |
name |
string
필수 항목입니다. providers/{provider}/vehicles/{vehicle} 형식이어야 합니다. {provider}는 이 호출을 실행하는 서비스 계정이 구성원인 Google Cloud 프로젝트의 프로젝트 ID(예: sample-cloud-project )여야 합니다.
|
쿼리 매개변수
매개변수 |
header |
object (RequestHeader )
표준 Fleet Engine 요청 헤더입니다.
|
updateMask |
string (FieldMask format)
필수 항목입니다. 업데이트할 Vehicle 의 필드를 나타내는 필드 마스크입니다. 필드 이름을 하나 이상 제공해야 합니다. 정규화된 필드 이름의 쉼표로 구분된 목록입니다. 예: "user.displayName,photo"
|
요청 본문
요청 본문에 Vehicle
의 인스턴스가 포함됩니다.
응답 본문
성공한 경우 응답 본문에 Vehicle
의 인스턴스가 포함됩니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-12(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-12(UTC)"],[[["Updates vehicle data in Fleet Engine, replacing existing data with the provided information."],["Certain fields like `currentTrips`, `availableCapacity`, and `name` cannot be updated using this method."],["When updating `attributes` or `waypoints`, the entire field is replaced; use `vehicles.updateAttributes` for partial attribute updates."],["The request must specify the vehicle's provider and ID, along with a field mask indicating the fields to be updated."],["A successful response returns the updated `Vehicle` object."]]],[]]