Show / Hide Table of Contents

Class EditsResource.ListingsResource.ListRequest

Lists all localized store listings.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListingsListResponse>
AndroidPublisherBaseServiceRequest<ListingsListResponse>
EditsResource.ListingsResource.ListRequest
Implements
IClientServiceRequest<ListingsListResponse>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<ListingsListResponse>.Xgafv
AndroidPublisherBaseServiceRequest<ListingsListResponse>.AccessToken
AndroidPublisherBaseServiceRequest<ListingsListResponse>.Alt
AndroidPublisherBaseServiceRequest<ListingsListResponse>.Callback
AndroidPublisherBaseServiceRequest<ListingsListResponse>.Fields
AndroidPublisherBaseServiceRequest<ListingsListResponse>.Key
AndroidPublisherBaseServiceRequest<ListingsListResponse>.OauthToken
AndroidPublisherBaseServiceRequest<ListingsListResponse>.PrettyPrint
AndroidPublisherBaseServiceRequest<ListingsListResponse>.QuotaUser
AndroidPublisherBaseServiceRequest<ListingsListResponse>.UploadType
AndroidPublisherBaseServiceRequest<ListingsListResponse>.UploadProtocol
ClientServiceRequest<ListingsListResponse>.Execute()
ClientServiceRequest<ListingsListResponse>.ExecuteAsStream()
ClientServiceRequest<ListingsListResponse>.ExecuteAsync()
ClientServiceRequest<ListingsListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListingsListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListingsListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListingsListResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListingsListResponse>.GenerateRequestUri()
ClientServiceRequest<ListingsListResponse>.GetBody()
ClientServiceRequest<ListingsListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListingsListResponse>.ETagAction
ClientServiceRequest<ListingsListResponse>.ModifyRequest
ClientServiceRequest<ListingsListResponse>.ValidateParameters
ClientServiceRequest<ListingsListResponse>.RequestParameters
ClientServiceRequest<ListingsListResponse>.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<ListingsListResponse>, IClientServiceRequest<ListingsListResponse>, 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
System.String packageName
System.String editId

Properties

EditId

Identifier of the edit.

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

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.ListingsListResponse>.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.ListingsListResponse>.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.ListingsListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.AndroidPublisher.v3.AndroidPublisherBaseServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ListingsListResponse>.InitParameters()

Implements

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