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,
SystemApkVariantsCreateRequest content)
Creates a new variant of APK which is suitable for inclusion in a system image.
|
AndroidPublisher.Systemapks.Variants.Download |
download(String packageName,
Long versionCode,
Long variantId)
Download a previously created 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, SystemApkVariantsCreateRequest content) throws 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 SystemApkVariantsCreateRequestIOExceptionpublic AndroidPublisher.Systemapks.Variants.Download download(String packageName, Long versionCode, Long variantId) throws 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 - IOExceptionpublic AndroidPublisher.Systemapks.Variants.Get get(String packageName, Long versionCode, Long variantId) throws 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.IOExceptionpublic AndroidPublisher.Systemapks.Variants.List list(String packageName, Long versionCode) throws 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.IOExceptionCopyright © 2011–2020 Google. All rights reserved.