Method: accounts.hotelViews.summarize

傳回飯店的摘要資訊。

HTTP 要求

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

這個網址使用 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」格式時間戳記,單位為奈秒解析度,最多可達九位數。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

lastFeedSubmissionTime

string (Timestamp format)

最近一次提交飯店動態饋給的時間戳記。

RFC3339 UTC 的「Zulu」格式時間戳記,單位為奈秒解析度,最多可達九位數。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

授權範圍

需要下列 OAuth 範圍:

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

詳情請參閱 OAuth 2.0 總覽