Method: providers.vehicles.updateAttributes
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
차량의 속성을 부분적으로 업데이트합니다. 요청에 언급된 속성만 업데이트되며 다른 속성은 변경되지 않습니다. 참고: vehicles.update
에서는 다릅니다. 여기서 전체 attributes
필드가 UpdateVehicleRequest
의 필드로 대체되고 요청에 없는 속성은 삭제됩니다.
HTTP 요청
POST https://fleetengine.googleapis.com/v1/{name=providers/*/vehicles/*}:updateAttributes
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 |
name |
string
필수 항목입니다. providers/{provider}/vehicles/{vehicle} 형식이어야 합니다. 제공업체는 이 호출을 수행하는 서비스 계정이 구성원인 Google Cloud 프로젝트의 프로젝트 ID (예: sample-cloud-project )여야 합니다.
|
요청 본문
요청 본문에는 다음과 같은 구조의 데이터가 포함됩니다.
필드 |
header |
object (RequestHeader )
표준 Fleet Engine 요청 헤더입니다.
|
attributes[] |
object (VehicleAttribute )
필수 항목입니다. 업데이트할 차량 속성입니다. 언급되지 않은 속성은 변경되거나 삭제되지 않습니다.
|
응답 본문
vehicles.updateAttributes
응답 메시지입니다.
성공할 경우 응답 본문에 다음 구조의 데이터가 포함됩니다.
필드 |
attributes[] |
object (VehicleAttribute )
필수 항목입니다. 새 속성, 변경된 속성, 수정되지 않은 속성을 포함하여 차량 속성의 업데이트된 전체 목록입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-29(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-08-29(UTC)"],[[["Partially updates a vehicle's attributes, only changing the attributes specified in the request."],["Uses the `POST` method and the `https://fleetengine.googleapis.com/v1/{name=providers/*/vehicles/*}:updateAttributes` endpoint."],["Requires a request body containing a `RequestHeader` and an array of `VehicleAttributes` to update."],["The response body provides the complete, updated list of vehicle attributes."],["Differs from `vehicles.update` by only modifying provided attributes, instead of replacing the entire `attributes` field."]]],[]]