호텔에 대한 요약 정보를 반환합니다.
HTTP 요청
GET https://travelpartner.googleapis.com/v3/{parent=accounts/*}/hotelViews:summarize
URL은 gRPC 트랜스코딩 구문을 사용합니다.
경로 매개변수
매개변수 | |
---|---|
parent |
쿼리되는 계정의 리소스 이름입니다. 형식은 |
요청 본문
요청 본문은 비어 있어야 합니다.
응답 본문
성공하면 응답 본문에 다음과 같은 구조의 데이터가 포함됩니다.
HotelViewService.SummarizeHotelViews
에 대한 응답 메시지입니다.
JSON 표현 |
---|
{ "matchedPropertyCount": string, "unmatchedPropertyCount": string, "unmatchedPropertyWithErrorsCount": string, "overclusteredPropertyCount": string, "overclusteredPropertyWithErrorsCount": string, "liveOnGooglePropertyCount": string, "lastManifestUpdateTime": string, "lastFeedSubmissionTime": string } |
필드 | |
---|---|
matchedPropertyCount |
Google의 매니페스트와 일치하는 속성의 수 |
unmatchedPropertyCount |
일치하지 않는 것으로 간주되는 속성 수 |
unmatchedPropertyWithErrorsCount |
데이터 관련 오류가 있는 일치하지 않는 속성 수 |
overclusteredPropertyCount |
클러스터링된 것으로 간주되는 호텔 수입니다. |
overclusteredPropertyWithErrorsCount |
데이터 관련 오류가 있는 클러스터링된 속성의 수입니다. |
liveOnGooglePropertyCount |
Google에 게시 중인 속성의 수 |
lastManifestUpdateTime |
마지막 호텔 매니페스트 업데이트의 타임스탬프입니다. RFC3339 UTC "Zulu' 형식의 타임스탬프로, 나노초 해상도와 최대 9자리 소수를 나타냅니다. 예: |
lastFeedSubmissionTime |
마지막 호텔 피드 제출의 타임스탬프 RFC3339 UTC "Zulu' 형식의 타임스탬프로, 나노초 해상도와 최대 9자리 소수를 나타냅니다. 예: |
승인 범위
다음 OAuth 범위가 필요합니다.
https://www.googleapis.com/auth/travelpartner
자세한 내용은 OAuth 2.0 개요를 참고하세요.