SystemapksVariants
class SystemapksVariants extends Resource (View source)
The "variants" collection of methods.
Typical usage is:
$androidpublisherService = new Google\Service\AndroidPublisher(...);
$variants = $androidpublisherService->systemapks_variants;
Methods
Downloads a previously created system APK which is suitable for inclusion in a system image. (variants.download)
Returns a previously created system APK variant. (variants.get)
Returns the list of previously created system APK variants.
Details
Variant
create(string $packageName, string $versionCode, Variant $postBody, array $optParams = [])
Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle. (variants.create)
download(string $packageName, string $versionCode, string $variantId, array $optParams = [])
Downloads a previously created system APK which is suitable for inclusion in a system image. (variants.download)
Variant
get(string $packageName, string $versionCode, string $variantId, array $optParams = [])
Returns a previously created system APK variant. (variants.get)
SystemApksListResponse
listSystemapksVariants(string $packageName, string $versionCode, array $optParams = [])
Returns the list of previously created system APK variants.
(variants.listSystemapksVariants)