Class SystemapksResource.VariantsResource.ListRequest
Returns the list of previously created system APK variants.
Inheritance
System.Object
SystemapksResource.VariantsResource.ListRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ListRequest : AndroidPublisherBaseServiceRequest<SystemApksListResponse>, IClientServiceRequest<SystemApksListResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, String, Int64)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string packageName, long versionCode)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
System.String | packageName | |
System.Int64 | versionCode |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.SystemApksListResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.SystemApksListResponse>.MethodName
PackageName
Package name of the app.
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type | Description |
---|---|
System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.SystemApksListResponse>.RestPath
VersionCode
The version code of the App Bundle.
Declaration
[RequestParameter("versionCode", RequestParameterType.Path)]
public virtual long VersionCode { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.AndroidPublisher.v3.AndroidPublisherBaseServiceRequest<Google.Apis.AndroidPublisher.v3.Data.SystemApksListResponse>.InitParameters()