REST Resource: apps
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:应用
JSON 表示法 |
{
"name": string,
"packageName": string,
"displayName": string
} |
字段 |
name |
string
标识符。资源名称。 格式:apps/{app}
|
packageName |
string
应用的软件包名称。 示例:com.example.app123 。
|
displayName |
string
应用的名称。这是在 Play 管理中心内设置的最新名称,可能尚未经过审核,因此可能与 Play 商店中的名称不一致。 示例:Google Maps 。
|
方法 |
|
介绍了版本的过滤选项。 |
|
搜索用户可访问的应用。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThe \u003ccode\u003eApp\u003c/code\u003e resource represents an application in the Play Store and is identified by its name, package name, and display name.\u003c/p\u003e\n"],["\u003cp\u003eThe provided JSON schema illustrates the structure of the \u003ccode\u003eApp\u003c/code\u003e resource, encompassing these identifying attributes.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation details methods to fetch release filter options and search for apps accessible by the user, aiding in managing and analyzing app data.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: apps\n\n- [Resource: App](#App)\n - [JSON representation](#App.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: App\n-------------\n\nA representation of an app in the Play Store.\n\n| JSON representation |\n|--------------------------------------------------------------------------|\n| ``` { \"name\": string, \"packageName\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name. Format: apps/{app} |\n| `packageName` | `string` Package name of the app. Example: `com.example.app123`. |\n| `displayName` | `string` Title of the app. This is the latest title as set in the Play Console and may not yet have been reviewed, so might not match the Play Store. Example: `Google Maps`. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------------------------|-------------------------------------------|\n| ### [fetchReleaseFilterOptions](/play/developer/reporting/reference/rest/v1alpha1/apps/fetchReleaseFilterOptions) | Describes filtering options for releases. |\n| ### [search](/play/developer/reporting/reference/rest/v1alpha1/apps/search) | Searches for Apps accessible by the user. |"]]