Method: providers.trips.update
HTTP 요청
PUT https://fleetengine.googleapis.com/v1/{name=providers/*/trips/*}
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 |
name |
string
필수 항목입니다. providers/{provider}/trips/{trip} 형식이어야 합니다. 제공업체는 이 호출을 실행하는 서비스 계정이 구성원인 Google Cloud 프로젝트의 프로젝트 ID(예: sample-consumer-project )여야 합니다.
|
쿼리 매개변수
매개변수 |
header |
object (RequestHeader )
표준 Fleet Engine 요청 헤더입니다.
|
updateMask |
string (FieldMask format)
필수 항목입니다. 업데이트할 Trip의 필드를 나타내는 필드 마스크입니다. updateMask 에 필드가 하나 이상 포함되어야 합니다. 정규화된 필드 이름의 쉼표로 구분된 목록입니다. 예: "user.displayName,photo"
|
요청 본문
요청 본문에 Trip
의 인스턴스가 포함됩니다.
응답 본문
성공한 경우 응답 본문에 Trip
의 인스턴스가 포함됩니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-08(UTC)
[null,null,["최종 업데이트: 2024-11-08(UTC)"],[[["This endpoint updates trip data using an HTTP PUT request to the specified URL."],["The request must include path and query parameters, including a required `name` and `updateMask`."],["The request body should contain the updated trip data in the `Trip` format, as defined in the provided link."],["A successful response will also contain the updated `Trip` data in the response body."],["The provider in the path parameter must be the Project ID of the Google Cloud Project of which the service account making the call is a member."]]],[]]