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."],["You can access information about filtering options for app releases and search for apps accessible by the user via the provided methods."],["The JSON representation of an app includes the `name`, `packageName`, and `displayName` fields, providing essential app details."]]],["The provided information details a representation of an app on the Play Store, accessible via an API. An app is identified by its `name`, `packageName`, and `displayName`. The API offers two core methods: `fetchReleaseFilterOptions`, which outlines the filtering options for app releases, and `search`, enabling users to find apps they have access to. The app resource is structured as a JSON object, including these three string fields.\n"]]