All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Edits.Bundles.html Maven / Gradle / Ivy

There is a newer version: v3-rev20241217-2.0.0
Show newest version






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
    • Constructor Detail

      • Bundles

        public Bundles()
    • 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