Class Google_Service_AndroidPublisher_EditsBundles_Resource
The "bundles" collection of methods. Typical usage is:
$androidpublisherService = new Google_Service_AndroidPublisher(...); $bundles = $androidpublisherService->bundles;
- Google_Service_Resource
-
Google_Service_AndroidPublisher_EditsBundles_Resource
Located at AndroidPublisher.php
public
|
#
listEditsBundles( string $packageName, string $editId, array $optParams = array() )
(bundles.listEditsBundles) |
public
|
#
upload( string $packageName, string $editId, array $optParams = array() )
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: https://developers.google.com/api-client-library/java/google-api-java- client/errors for an example in java. (bundles.upload) |