public class AndroidPublisher.Systemapks.Variants extends Object
| 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 and Description |
|---|
Variants() |
| 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.
|
public AndroidPublisher.Systemapks.Variants.Create create(String packageName, Long versionCode, Variant content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.versionCode - The version code of the App Bundle.content - the VariantIOExceptionpublic AndroidPublisher.Systemapks.Variants.Download download(String packageName, Long versionCode, Long variantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.versionCode - The version code of the App Bundle.variantId - The ID of a previously created system APK variant.IOExceptionpublic AndroidPublisher.Systemapks.Variants.Get get(String packageName, Long versionCode, Long variantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.versionCode - The version code of the App Bundle.variantId - The ID of a previously created system APK variant.IOExceptionpublic AndroidPublisher.Systemapks.Variants.List list(String packageName, Long versionCode) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.versionCode - The version code of the App Bundle.IOExceptionCopyright © 2011–2025 Google. All rights reserved.