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

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







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












com.google.api.services.androidpublisher

Class AndroidPublisher.Systemapks.Variants

  • java.lang.Object
    • com.google.api.services.androidpublisher.AndroidPublisher.Systemapks.Variants
    • Constructor Detail

      • Variants

        public Variants()
    • Method Detail

      • create

        public AndroidPublisher.Systemapks.Variants.Create create(String packageName,
                                                                  Long versionCode,
                                                                  Variant content)
                                                           throws IOException
        Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle. Create a request for the method "variants.create". 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.
        versionCode - The version code of the App Bundle.
        content - the Variant
        Returns:
        the request
        Throws:
        IOException
      • download

        public AndroidPublisher.Systemapks.Variants.Download download(String packageName,
                                                                      Long versionCode,
                                                                      Long variantId)
                                                               throws IOException
        Downloads a previously created system APK which is suitable for inclusion in a system image. Create a request for the method "variants.download". 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.
        versionCode - The version code of the App Bundle.
        variantId - The ID of a previously created system APK variant.
        Returns:
        the request
        Throws:
        IOException
      • get

        public AndroidPublisher.Systemapks.Variants.Get get(String packageName,
                                                            Long versionCode,
                                                            Long variantId)
                                                     throws IOException
        Returns a previously created system APK variant. Create a request for the method "variants.get". 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.
        versionCode - The version code of the App Bundle.
        variantId - The ID of a previously created system APK variant.
        Returns:
        the request
        Throws:
        IOException
      • list

        public AndroidPublisher.Systemapks.Variants.List list(String packageName,
                                                              Long versionCode)
                                                       throws IOException
        Returns the list of previously created system APK variants. Create a request for the method "variants.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.
        versionCode - The version code of the App Bundle.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy