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。
[[["わかりやすい","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"]],["最終更新日 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"]]