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 および関連会社の登録商標です。
  最終更新日 2025-07-25 UTC。
  
  
  
    
      [[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-25 UTC。"],[],["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"]]