EditsBundles
class EditsBundles extends Resource (View source)
The "bundles" collection of methods.
Typical usage is:
$androidpublisherService = new Google\Service\AndroidPublisher(...);
$bundles = $androidpublisherService->edits_bundles;
Methods
Lists all current Android App Bundles of the app and edit.
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. (bundles.upload)
Details
BundlesListResponse
listEditsBundles(string $packageName, string $editId, array $optParams = [])
Lists all current Android App Bundles of the app and edit.
(bundles.listEditsBundles)
Bundle
upload(string $packageName, string $editId, array $optParams = [])
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. (bundles.upload)