Method: accounts.hotelViews.summarize

ホテルに関する要約情報を返します。

HTTP リクエスト

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

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
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 の概要をご覧ください。