Method: accounts.hotelViews.summarize

호텔에 대한 요약 정보를 반환합니다.

HTTP 요청

GET https://travelpartner.googleapis.com/v3/{parent=accounts/*}/hotelViews:summarize

URL은 gRPC 트랜스코딩 구문을 사용합니다.

경로 매개변수

매개변수
parent

string

쿼리되는 계정의 리소스 이름입니다. 형식은 accounts/{account_id}입니다.

요청 본문

요청 본문은 비어 있어야 합니다.

응답 본문

성공하면 응답 본문에 다음과 같은 구조의 데이터가 포함됩니다.

HotelViewService.SummarizeHotelViews에 대한 응답 메시지입니다.

JSON 표현
{
  "matchedPropertyCount": string,
  "unmatchedPropertyCount": string,
  "unmatchedPropertyWithErrorsCount": string,
  "overclusteredPropertyCount": string,
  "overclusteredPropertyWithErrorsCount": string,
  "liveOnGooglePropertyCount": string,
  "lastManifestUpdateTime": string,
  "lastFeedSubmissionTime": string
}
필드
matchedPropertyCount

string (int64 format)

Google의 매니페스트와 일치하는 속성의 수

unmatchedPropertyCount

string (int64 format)

일치하지 않는 것으로 간주되는 속성 수

unmatchedPropertyWithErrorsCount

string (int64 format)

데이터 관련 오류가 있는 일치하지 않는 속성 수

overclusteredPropertyCount

string (int64 format)

클러스터링된 것으로 간주되는 호텔 수입니다.

overclusteredPropertyWithErrorsCount

string (int64 format)

데이터 관련 오류가 있는 클러스터링된 속성의 수입니다.

liveOnGooglePropertyCount

string (int64 format)

Google에 게시 중인 속성의 수

lastManifestUpdateTime

string (Timestamp format)

마지막 호텔 매니페스트 업데이트의 타임스탬프입니다.

RFC3339 UTC "Zulu' 형식의 타임스탬프로, 나노초 해상도와 최대 9자리 소수를 나타냅니다. 예: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z".

lastFeedSubmissionTime

string (Timestamp format)

마지막 호텔 피드 제출의 타임스탬프

RFC3339 UTC "Zulu' 형식의 타임스탬프로, 나노초 해상도와 최대 9자리 소수를 나타냅니다. 예: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z".

승인 범위

다음 OAuth 범위가 필요합니다.

  • https://www.googleapis.com/auth/travelpartner

자세한 내용은 OAuth 2.0 개요를 참고하세요.