Show / Hide Table of Contents

Class SystemapksResource.VariantsResource.ListRequest

Returns the list of previously created system APK variants.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<SystemApksListResponse>
AndroidPublisherBaseServiceRequest<SystemApksListResponse>
SystemapksResource.VariantsResource.ListRequest
Implements
IClientServiceRequest<SystemApksListResponse>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<SystemApksListResponse>.Xgafv
AndroidPublisherBaseServiceRequest<SystemApksListResponse>.AccessToken
AndroidPublisherBaseServiceRequest<SystemApksListResponse>.Alt
AndroidPublisherBaseServiceRequest<SystemApksListResponse>.Callback
AndroidPublisherBaseServiceRequest<SystemApksListResponse>.Fields
AndroidPublisherBaseServiceRequest<SystemApksListResponse>.Key
AndroidPublisherBaseServiceRequest<SystemApksListResponse>.OauthToken
AndroidPublisherBaseServiceRequest<SystemApksListResponse>.PrettyPrint
AndroidPublisherBaseServiceRequest<SystemApksListResponse>.QuotaUser
AndroidPublisherBaseServiceRequest<SystemApksListResponse>.UploadType
AndroidPublisherBaseServiceRequest<SystemApksListResponse>.UploadProtocol
ClientServiceRequest<SystemApksListResponse>.Execute()
ClientServiceRequest<SystemApksListResponse>.ExecuteAsStream()
ClientServiceRequest<SystemApksListResponse>.ExecuteAsync()
ClientServiceRequest<SystemApksListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<SystemApksListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<SystemApksListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<SystemApksListResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<SystemApksListResponse>.GenerateRequestUri()
ClientServiceRequest<SystemApksListResponse>.GetBody()
ClientServiceRequest<SystemApksListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<SystemApksListResponse>.ETagAction
ClientServiceRequest<SystemApksListResponse>.ModifyRequest
ClientServiceRequest<SystemApksListResponse>.ValidateParameters
ClientServiceRequest<SystemApksListResponse>.RequestParameters
ClientServiceRequest<SystemApksListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX