REST Resource: apps
    
    
      
    
    
      
      コレクションでコンテンツを整理
    
    
      
      必要に応じて、コンテンツの保存と分類を行います。
    
  
    
  
      
    
  
  
  
  
  
  
    
    
    
    
    
    
      
      
        リソース: アプリ
        
        
          
            
              
                | JSON 表現 | 
              
            
            
              
                {
  "name": string,
  "packageName": string,
  "displayName": string
} | 
              
            
          
        
        
          
            
              
              
            
            
              
                | フィールド | 
              
            
            
              
                name | 
                
                   string 
                  ID。リソース名。 形式: apps/{app} 
                 | 
              
              
                packageName | 
                
                   string 
                  アプリのパッケージ名。 例: com.example.app123。 
                 | 
              
              
                displayName | 
                
                   string 
                  アプリのタイトル。これは Google Play Console で設定された最新のタイトルであり、まだ審査されていない可能性があるため、Google Play ストアと一致しない場合があります。 例: Google Maps。 
                 | 
              
            
          
        
      
      
        
          
            
            
          
          
            
              メソッド | 
            
          
          
            
              | 
                 | 
              
                リリースのフィルタリング オプションについて説明します。 | 
            
            
              | 
                 | 
              
                ユーザーがアクセスできるアプリを検索します。 | 
            
          
        
      
    
  
  
  
  
 
  
    
      
      
    
    
      
    
    
  
       
    
    
      
    
  
  
  特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
  最終更新日 2025-07-26 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-26 UTC。"],[],["The provided content defines a resource called \"App,\" representing a Play Store app. Key information includes the app's `name` (resource identifier), `packageName` (e.g., `com.example.app123`), and `displayName` (app title).  It also specifies two methods: `fetchReleaseFilterOptions` which details release filtering and `search` which is used for discovering accessible Apps. The resource representation is specified in a JSON format containing these properties.\n"]]