Method: locations.lodging.getGoogleUpdated
Google が更新した、特定の場所の宿泊施設を返します。
HTTP リクエスト
GET https://mybusinesslodging.googleapis.com/v1/{name=locations/*/lodging}:getGoogleUpdated
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。このビジネスの Google 識別子。形式は locations/{locationId}/lodging です。
|
クエリ パラメータ
パラメータ |
readMask |
string (FieldMask format)
必須。返される特定のフィールド。「*」を使用してくださいすべてのフィールドを含めます繰り返しフィールドの項目を個別に指定することはできません。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
LodgingService.GetGoogleUpdatedLodging に対するレスポンス メッセージ
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
JSON 表現 |
{
"lodging": {
object (Lodging )
},
"diffMask": string
} |
フィールド |
lodging |
object (Lodging )
必須。Google により更新された宿泊施設。
|
diffMask |
string (FieldMask format)
必須。Google によって更新された宿泊施設のフィールド。繰り返しフィールドの項目は個別に指定されません。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/business.manage
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[null,null,["最終更新日 2024-10-14 UTC。"],[[["Retrieves the Google-updated lodging information for a specific location using a `GET` request."],["Requires specifying the location ID as a path parameter and optionally a field mask as a query parameter."],["Returns the lodging data and a diff mask indicating the fields updated by Google."],["Needs authorization with the `https://www.googleapis.com/auth/business.manage` scope."]]],["This content describes retrieving Google-updated lodging information for a specific location using a `GET` HTTP request. The request requires a location `name` path parameter and a `readMask` query parameter to specify the desired fields. The request body must be empty. The response includes a `lodging` object representing the updated lodging data and a `diffMask` string, indicating which fields Google has updated. Accessing this data requires the `https://www.googleapis.com/auth/business.manage` OAuth scope.\n"]]