public class AndroidPublisher.Edits.Bundles extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Edits.Bundles.List |
class |
AndroidPublisher.Edits.Bundles.Upload |
| Constructor and Description |
|---|
Bundles() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Edits.Bundles.List |
list(String packageName,
String editId)
Create a request for the method "bundles.list".
|
AndroidPublisher.Edits.Bundles.Upload |
upload(String packageName,
String editId)
Uploads a new Android App Bundle to this edit.
|
AndroidPublisher.Edits.Bundles.Upload |
upload(String packageName,
String editId,
AbstractInputStreamContent mediaContent)
Uploads a new Android App Bundle to this edit.
|
public AndroidPublisher.Edits.Bundles.List list(String packageName, String editId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Unique identifier for the Android app that is being updated; for example, "com.spiffygame".editId - Unique identifier for this edit.IOExceptionpublic AndroidPublisher.Edits.Bundles.Upload upload(String packageName, String editId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Unique identifier for the Android app that is being updated; for example, "com.spiffygame".editId - Unique identifier for this edit.IOExceptionpublic AndroidPublisher.Edits.Bundles.Upload upload(String packageName, String editId, AbstractInputStreamContent mediaContent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
This method should be used for uploading media content.
packageName - Unique identifier for the Android app that is being updated; for example, "com.spiffygame".@param editId Unique identifier for this edit.mediaContent - The media HTTP content or null if none.IOException - if the initialization of the request failsCopyright © 2011–2019 Google. All rights reserved.