bundles
Overview
Name | bundles |
Type | Resource |
Id | googledevelopers.androidpublisher.bundles |
Fields
Name | Datatype | Description |
---|---|---|
kind | string | The kind of this response ("androidpublisher#bundlesListResponse"). |
bundles | array | All app bundles. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
edits_bundles_list | SELECT | editId, packageName | Lists all current Android App Bundles of the app and edit. |
edits_bundles_upload | EXEC | editId, packageName | Uploads a new Android App Bundle to this edit. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See Timeouts and Errors for an example in java. |