Method: locations.placeActionLinks.patch
    
    
      
    
    
      
      コレクションでコンテンツを整理
    
    
      
      必要に応じて、コンテンツの保存と分類を行います。
    
  
    
  
      
    
  
  
  
  
  
  
    
    
    
    
    
    
      
      
      
        指定されたプレイス アクション リンクを更新して返します。
      
      
        
          HTTP リクエスト
          PATCH https://mybusinessplaceactions.googleapis.com/v1/{placeActionLink.name=locations/*/placeActionLinks/*}
この URL は gRPC Transcoding 構文を使用します。
        
        
          パスパラメータ
          
            
              
              
            
            
              
                | パラメータ | 
              
            
            
              
                placeActionLink.name | 
                
                   string 
                  (省略可)リソース名(locations/{locationId}/placeActionLinks/{place_action_link_id} 形式)。 name フィールドは、それぞれリンクの更新と削除を行う placeActionLinks.patch と placeActionLinks.delete のリクエストでのみ考慮されます。ただし、 placeActionLinks.create リクエストでは無視されます。新しいリンクの作成が成功すると、サーバーによって place_action_link_id が割り当てられ、レスポンスの一部として返されます。 
                 | 
              
            
          
        
        
          クエリ パラメータ
          
            
              
              
            
            
              
                | パラメータ | 
              
            
            
              
                updateMask | 
                
                   string (FieldMask format) 
                  必須。更新するフィールドです。編集可能なフィールドは uri、placeActionType、isPreferred のみです。更新されたリンクが、placeActionType と uri が同じ同じ場所にすでに存在する場合は、ALREADY_EXISTS エラーで失敗します。 完全修飾フィールド名のカンマ区切りリストです。(例: "user.displayName,photo")。 
                 | 
              
            
          
        
        
          リクエストの本文
          リクエストの本文には PlaceActionLink のインスタンスが含まれています。
        
        
          レスポンスの本文
          成功した場合、レスポンスの本文には PlaceActionLink のインスタンスが含まれます。
        
        
          認可スコープ
          次の 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 describes updating a place action link via a `PATCH` request to a specific URL: `https://mybusinessplaceactions.googleapis.com/v1/{placeActionLink.name=locations/*/placeActionLinks/*}`. Key actions include updating fields like `uri`, `placeActionType`, and `isPreferred` using the `updateMask` query parameter. The `placeActionLink.name` path parameter is necessary for identifying the link to modify. The request and response body use the `PlaceActionLink` resource. This operation requires `https://www.googleapis.com/auth/business.manage` authorization scope.\n"]]