
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
-
- Enclosing class:
- AndroidPublisher.Systemapks
public class AndroidPublisher.Systemapks.Variants
extends Object
The "variants" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Systemapks.Variants.Create
class
AndroidPublisher.Systemapks.Variants.Download
class
AndroidPublisher.Systemapks.Variants.Get
class
AndroidPublisher.Systemapks.Variants.List
-
Constructor Summary
Constructors
Constructor and Description
Variants()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidPublisher.Systemapks.Variants.Create
create(String packageName,
Long versionCode,
Variant content)
Creates an APK which is suitable for inclusion in a system image from an already uploaded Android
App Bundle.
AndroidPublisher.Systemapks.Variants.Download
download(String packageName,
Long versionCode,
Long variantId)
Downloads a previously created system APK which is suitable for inclusion in a system image.
AndroidPublisher.Systemapks.Variants.Get
get(String packageName,
Long versionCode,
Long variantId)
Returns a previously created system APK variant.
AndroidPublisher.Systemapks.Variants.List
list(String packageName,
Long versionCode)
Returns the list of previously created system APK 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