Show / Hide Table of Contents

Class EditsResource.ApksResource.ListRequest

Lists all current APKs of the app and edit.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ApksListResponse>
AndroidPublisherBaseServiceRequest<ApksListResponse>
EditsResource.ApksResource.ListRequest
Implements
IClientServiceRequest<ApksListResponse>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<ApksListResponse>.Xgafv
AndroidPublisherBaseServiceRequest<ApksListResponse>.AccessToken
AndroidPublisherBaseServiceRequest<ApksListResponse>.Alt
AndroidPublisherBaseServiceRequest<ApksListResponse>.Callback
AndroidPublisherBaseServiceRequest<ApksListResponse>.Fields
AndroidPublisherBaseServiceRequest<ApksListResponse>.Key
AndroidPublisherBaseServiceRequest<ApksListResponse>.OauthToken
AndroidPublisherBaseServiceRequest<ApksListResponse>.PrettyPrint
AndroidPublisherBaseServiceRequest<ApksListResponse>.QuotaUser
AndroidPublisherBaseServiceRequest<ApksListResponse>.UploadType
AndroidPublisherBaseServiceRequest<ApksListResponse>.UploadProtocol
ClientServiceRequest<ApksListResponse>.Execute()
ClientServiceRequest<ApksListResponse>.ExecuteAsStream()
ClientServiceRequest<ApksListResponse>.ExecuteAsync()
ClientServiceRequest<ApksListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ApksListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ApksListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ApksListResponse>.CreateRequest(bool?)
ClientServiceRequest<ApksListResponse>.GenerateRequestUri()
ClientServiceRequest<ApksListResponse>.GetBody()
ClientServiceRequest<ApksListResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ApksListResponse>.ETagAction
ClientServiceRequest<ApksListResponse>.ModifyRequest
ClientServiceRequest<ApksListResponse>.ValidateParameters
ClientServiceRequest<ApksListResponse>.ApiVersion
ClientServiceRequest<ApksListResponse>.RequestParameters
ClientServiceRequest<ApksListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class EditsResource.ApksResource.ListRequest : AndroidPublisherBaseServiceRequest<ApksListResponse>, IClientServiceRequest<ApksListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string packageName, string editId)
Parameters
Type Name Description
IClientService service
string packageName
string editId

Properties

EditId

Identifier of the edit.

Declaration
[RequestParameter("editId", RequestParameterType.Path)]
public virtual string EditId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ApksListResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ApksListResponse>.MethodName

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
ClientServiceRequest<ApksListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidPublisherBaseServiceRequest<ApksListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX