Class SystemapksResource.VariantsResource.CreateRequest
Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle.
Inheritance
SystemapksResource.VariantsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class SystemapksResource.VariantsResource.CreateRequest : AndroidPublisherBaseServiceRequest<Variant>, IClientServiceRequest<Variant>, IClientServiceRequest
Constructors
CreateRequest(IClientService, Variant, string, long)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, Variant body, string packageName, long versionCode)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Variant | body | |
string | packageName | |
long | versionCode |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PackageName
Package name of the app.
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
VersionCode
The version code of the App Bundle.
Declaration
[RequestParameter("versionCode", RequestParameterType.Path)]
public virtual long VersionCode { get; }
Property Value
Type | Description |
---|---|
long |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()