public class AndroidPublisher.Systemapks.Variants
extends java.lang.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(java.lang.String packageName,
java.lang.Long versionCode,
SystemApkVariantsCreateRequest content)
Creates a new variant of APK which is suitable for inclusion in a system image.
|
AndroidPublisher.Systemapks.Variants.Download |
download(java.lang.String packageName,
java.lang.Long versionCode,
java.lang.Long variantId)
Download a previously created APK which is suitable for inclusion in a system image.
|
AndroidPublisher.Systemapks.Variants.Get |
get(java.lang.String packageName,
java.lang.Long versionCode,
java.lang.Long variantId)
Returns a previously created system APK variant.
|
AndroidPublisher.Systemapks.Variants.List |
list(java.lang.String packageName,
java.lang.Long versionCode)
Returns the list of previously created system APK variants.
|
public AndroidPublisher.Systemapks.Variants.Create create(java.lang.String packageName, java.lang.Long versionCode, SystemApkVariantsCreateRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Unique identifier for the Android app; for example, "com.spiffygame".versionCode - The version code of the App Bundle.content - the SystemApkVariantsCreateRequestjava.io.IOExceptionpublic AndroidPublisher.Systemapks.Variants.Download download(java.lang.String packageName, java.lang.Long versionCode, java.lang.Long variantId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Unique identifier for the Android app; for example, "com.spiffygame".versionCode - The version code of the App Bundle.variantId - java.io.IOExceptionpublic AndroidPublisher.Systemapks.Variants.Get get(java.lang.String packageName, java.lang.Long versionCode, java.lang.Long variantId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Unique identifier for the Android app; for example, "com.spiffygame".versionCode - The version code of the App Bundle.variantId - Unique identifier for this variant.java.io.IOExceptionpublic AndroidPublisher.Systemapks.Variants.List list(java.lang.String packageName, java.lang.Long versionCode) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Unique identifier for the Android app; for example, "com.spiffygame".versionCode - The version code of the App Bundle.java.io.IOException