傳回飯店的摘要資訊。
HTTP 要求
GET https://travelpartner.googleapis.com/v3/{parent=accounts/*}/hotelViews:summarize
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 | |
---|---|
parent |
所查詢帳戶的資源名稱。格式為 |
要求主體
要求主體必須為空白。
回應主體
如果成功,回應主體即會包含具有以下結構的資料:
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」格式時間戳記,單位為奈秒解析度,最多可達九位數。範例: |
lastFeedSubmissionTime |
最近一次提交飯店動態饋給的時間戳記。 RFC3339 UTC 的「Zulu」格式時間戳記,單位為奈秒解析度,最多可達九位數。範例: |
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/travelpartner
詳情請參閱 OAuth 2.0 總覽。