Class SystemapksResource.VariantsResource.GetRequest
Returns a previously created system APK variant.
Inheritance
SystemapksResource.VariantsResource.GetRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class SystemapksResource.VariantsResource.GetRequest : AndroidPublisherBaseServiceRequest<Variant>, IClientServiceRequest<Variant>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, long, long)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string packageName, long versionCode, long variantId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | packageName | |
long | versionCode | |
long | variantId |
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
VariantId
The ID of a previously created system APK variant.
Declaration
[RequestParameter("variantId", RequestParameterType.Path)]
public virtual long VariantId { get; }
Property Value
Type | Description |
---|---|
long |
VersionCode
The version code of the App Bundle.
Declaration
[RequestParameter("versionCode", RequestParameterType.Path)]
public virtual long VersionCode { get; }
Property Value
Type | Description |
---|---|
long |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()