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

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







AndroidPublisher.Internalappsharingartifacts (Google Play Android Developer API v3-rev20240129-2.0.0)












com.google.api.services.androidpublisher

Class AndroidPublisher.Internalappsharingartifacts

  • java.lang.Object
    • com.google.api.services.androidpublisher.AndroidPublisher.Internalappsharingartifacts
  • Enclosing class:
    AndroidPublisher


    public class AndroidPublisher.Internalappsharingartifacts
    extends Object
    The "internalappsharingartifacts" collection of methods.
    • Constructor Detail

      • Internalappsharingartifacts

        public Internalappsharingartifacts()
    • Method Detail

      • uploadapk

        public AndroidPublisher.Internalappsharingartifacts.Uploadapk uploadapk(String packageName)
                                                                         throws IOException
        Uploads an APK to internal app sharing. 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 "internalappsharingartifacts.uploadapk". 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.
        Returns:
        the request
        Throws:
        IOException
      • uploadapk

        public AndroidPublisher.Internalappsharingartifacts.Uploadapk uploadapk(String packageName,
                                                                                com.google.api.client.http.AbstractInputStreamContent mediaContent)
                                                                         throws IOException
        Uploads an APK to internal app sharing. 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 "internalappsharingartifacts.uploadapk". 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.
        mediaContent - The media HTTP content.
        Returns:
        the request
        Throws:
        IOException - if the initialization of the request fails
      • uploadbundle

        public AndroidPublisher.Internalappsharingartifacts.Uploadbundle uploadbundle(String packageName)
                                                                               throws IOException
        Uploads an app bundle to internal app sharing. 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 "internalappsharingartifacts.uploadbundle". 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.
        Returns:
        the request
        Throws:
        IOException
      • uploadbundle

        public AndroidPublisher.Internalappsharingartifacts.Uploadbundle uploadbundle(String packageName,
                                                                                      com.google.api.client.http.AbstractInputStreamContent mediaContent)
                                                                               throws IOException
        Uploads an app bundle to internal app sharing. 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 "internalappsharingartifacts.uploadbundle". 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.
        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