REST Resource: apps
リソース: App
JSON 表現 |
{
"name": string,
"packageName": string,
"displayName": string
} |
フィールド |
name |
string
リソース名。 形式: apps/{app}
|
packageName |
string
アプリのパッケージ名。 (例: com.example.app123 )。
|
displayName |
string
アプリのタイトル。Google Play Console に設定されている最新のタイトルです。まだ審査が完了していないため、Google Play ストアと一致していない可能性があります。 (例: Google Maps )。
|
Methods |
|
リリースのフィルタ オプションについて説明します。 |
|
ユーザーがアクセスできるアプリを検索します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-11-29 UTC。
[null,null,["最終更新日 2023-11-29 UTC。"],[[["The `App` resource represents an application in the Play Store and is identified by its name, package name, and display name."],["The provided JSON schema illustrates the structure of the `App` resource, encompassing these identifying attributes."],["This documentation details methods to fetch release filter options and search for apps accessible by the user, aiding in managing and analyzing app data."]]],["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"]]