Class SystemapksResource.VariantsResource
The "variants" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class SystemapksResource.VariantsResource
Constructors
VariantsResource(IClientService)
Constructs a new resource.
Declaration
public VariantsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(Variant, string, long)
Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle.
Declaration
public virtual SystemapksResource.VariantsResource.CreateRequest Create(Variant body, string packageName, long versionCode)
Parameters
Type | Name | Description |
---|---|---|
Variant | body | The body of the request. |
string | packageName | Package name of the app. |
long | versionCode | The version code of the App Bundle. |
Returns
Type | Description |
---|---|
SystemapksResource.VariantsResource.CreateRequest |
Download(string, long, long)
Downloads a previously created system APK which is suitable for inclusion in a system image.
Declaration
public virtual SystemapksResource.VariantsResource.DownloadRequest Download(string packageName, long versionCode, long variantId)
Parameters
Type | Name | Description |
---|---|---|
string | packageName | Package name of the app. |
long | versionCode | The version code of the App Bundle. |
long | variantId | The ID of a previously created system APK variant. |
Returns
Type | Description |
---|---|
SystemapksResource.VariantsResource.DownloadRequest |
Get(string, long, long)
Returns a previously created system APK variant.
Declaration
public virtual SystemapksResource.VariantsResource.GetRequest Get(string packageName, long versionCode, long variantId)
Parameters
Type | Name | Description |
---|---|---|
string | packageName | Package name of the app. |
long | versionCode | The version code of the App Bundle. |
long | variantId | The ID of a previously created system APK variant. |
Returns
Type | Description |
---|---|
SystemapksResource.VariantsResource.GetRequest |
List(string, long)
Returns the list of previously created system APK variants.
Declaration
public virtual SystemapksResource.VariantsResource.ListRequest List(string packageName, long versionCode)
Parameters
Type | Name | Description |
---|---|---|
string | packageName | Package name of the app. |
long | versionCode | The version code of the App Bundle. |
Returns
Type | Description |
---|---|
SystemapksResource.VariantsResource.ListRequest |