class EditsBundles extends Resource (View source)

The "bundles" collection of methods.

Typical usage is:

 $androidpublisherService = new Google\Service\AndroidPublisher(...);
 $bundles = $androidpublisherService->edits_bundles;

Methods

listEditsBundles(string $packageName, string $editId, array $optParams = [])

Lists all current Android App Bundles of the app and edit.

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)

Details

BundlesListResponse listEditsBundles(string $packageName, string $editId, array $optParams = [])

Lists all current Android App Bundles of the app and edit.

(bundles.listEditsBundles)

Parameters

string $packageName

Package name of the app.

string $editId

Identifier of the edit.

array $optParams

Optional parameters.

Return Value

BundlesListResponse

Exceptions

Exception

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)

Parameters

string $packageName

Package name of the app.

string $editId

Identifier of the edit.

array $optParams

Optional parameters.

Return Value

Bundle

Exceptions

Exception