Method: accounts.hotelViews.summarize

Menampilkan ringkasan informasi tentang hotel.

Permintaan HTTP

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

URL menggunakan sintaksis gRPC Transcoding.

Parameter jalur

Parameter
parent

string

Nama resource akun yang dikueri. Formatnya adalah accounts/{account_id}.

Isi permintaan

Isi permintaan harus kosong.

Isi respons

Jika berhasil, isi respons memuat data dengan struktur berikut:

Pesan respons untuk HotelViewService.SummarizeHotelViews.

Representasi JSON
{
  "matchedPropertyCount": string,
  "unmatchedPropertyCount": string,
  "unmatchedPropertyWithErrorsCount": string,
  "overclusteredPropertyCount": string,
  "overclusteredPropertyWithErrorsCount": string,
  "liveOnGooglePropertyCount": string,
  "lastManifestUpdateTime": string,
  "lastFeedSubmissionTime": string
}
Kolom
matchedPropertyCount

string (int64 format)

Jumlah properti yang cocok dengan manifes Google.

unmatchedPropertyCount

string (int64 format)

Jumlah properti yang dianggap tidak cocok.

unmatchedPropertyWithErrorsCount

string (int64 format)

Jumlah properti yang tidak cocok yang memiliki error terkait data.

overclusteredPropertyCount

string (int64 format)

Jumlah hotel yang dianggap banyak dikelompokkan.

overclusteredPropertyWithErrorsCount

string (int64 format)

Jumlah properti yang banyak dikelompokkan yang memiliki error terkait data.

liveOnGooglePropertyCount

string (int64 format)

Jumlah properti yang Live di Google.

lastManifestUpdateTime

string (Timestamp format)

Stempel waktu pembaruan manifes hotel terakhir.

Stempel waktu dalam format RFC3339 UTC "Zulu" dengan resolusi nanodetik dan hingga sembilan digit pecahan. Contoh: "2014-10-02T15:01:23Z" dan "2014-10-02T15:01:23.045123456Z".

lastFeedSubmissionTime

string (Timestamp format)

Stempel waktu pengiriman feed hotel terakhir.

Stempel waktu dalam format RFC3339 UTC "Zulu" dengan resolusi nanodetik dan hingga sembilan digit pecahan. Contoh: "2014-10-02T15:01:23Z" dan "2014-10-02T15:01:23.045123456Z".

Cakupan Otorisasi

Memerlukan cakupan OAuth berikut ini:

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

Untuk informasi selengkapnya, lihat Ringkasan OAuth 2.0.