target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Edits.Bundles.html Maven / Gradle / Ivy
AndroidPublisher.Edits.Bundles (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Edits.Bundles
- java.lang.Object
-
- com.google.api.services.androidpublisher.AndroidPublisher.Edits.Bundles
-
- Enclosing class:
- AndroidPublisher.Edits
public class AndroidPublisher.Edits.Bundles
extends Object
The "bundles" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Edits.Bundles.List
class
AndroidPublisher.Edits.Bundles.Upload
-
Constructor Summary
Constructors
Constructor and Description
Bundles()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidPublisher.Edits.Bundles.List
list(String packageName,
String editId)
Lists all current Android App Bundles of the app and edit.
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,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads a new Android App Bundle to this edit.
-
-
Method Detail
-
list
public AndroidPublisher.Edits.Bundles.List list(String packageName,
String editId)
throws IOException
Lists all current Android App Bundles of the app and edit.
Create a request for the method "bundles.list".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
packageName
- Package name of the app.
editId
- Identifier of the edit.
- Returns:
- the request
- Throws:
IOException
-
upload
public AndroidPublisher.Edits.Bundles.Upload upload(String packageName,
String editId)
throws IOException
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](https://developers.google.com/api-client-
library/java/google-api-java-client/errors) for an example in java.
Create a request for the method "bundles.upload".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
packageName
- Package name of the app.
editId
- Identifier of the edit.
- Returns:
- the request
- Throws:
IOException
-
upload
public AndroidPublisher.Edits.Bundles.Upload upload(String packageName,
String editId,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
throws IOException
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](https://developers.google.com/api-client-
library/java/google-api-java-client/errors) for an example in java.
Create a request for the method "bundles.upload".
This request holds the parameters needed by the the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
This method should be used for uploading media content.
- Parameters:
packageName
- Package name of the app.@param editId Identifier of the edit.
mediaContent
- The media HTTP content.
- Returns:
- the request
- Throws:
IOException
- if the initialization of the request fails
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy