Show / Hide Table of Contents

Class CustomersResource.ListRequest

Lists the user's customer accounts.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<CustomerListCustomersResponse>
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>
CustomersResource.ListRequest
Implements
IClientServiceRequest<CustomerListCustomersResponse>
IClientServiceRequest
Inherited Members
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>.Xgafv
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>.AccessToken
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>.Alt
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>.Callback
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>.Fields
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>.Key
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>.OauthToken
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>.PrettyPrint
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>.QuotaUser
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>.UploadType
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>.UploadProtocol
ClientServiceRequest<CustomerListCustomersResponse>.Execute()
ClientServiceRequest<CustomerListCustomersResponse>.ExecuteAsStream()
ClientServiceRequest<CustomerListCustomersResponse>.ExecuteAsync()
ClientServiceRequest<CustomerListCustomersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<CustomerListCustomersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<CustomerListCustomersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<CustomerListCustomersResponse>.CreateRequest(bool?)
ClientServiceRequest<CustomerListCustomersResponse>.GenerateRequestUri()
ClientServiceRequest<CustomerListCustomersResponse>.GetBody()
ClientServiceRequest<CustomerListCustomersResponse>.GetDefaultETagAction(string)
ClientServiceRequest<CustomerListCustomersResponse>.ETagAction
ClientServiceRequest<CustomerListCustomersResponse>.ModifyRequest
ClientServiceRequest<CustomerListCustomersResponse>.ValidateParameters
ClientServiceRequest<CustomerListCustomersResponse>.ApiVersion
ClientServiceRequest<CustomerListCustomersResponse>.RequestParameters
ClientServiceRequest<CustomerListCustomersResponse>.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.AndroidProvisioningPartner.v1
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class CustomersResource.ListRequest : AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>, IClientServiceRequest<CustomerListCustomersResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Required. The maximum number of customers to show in a page of results. A number between 1 and 100 (inclusive).

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A token specifying which result page to return. This field has custom validations in ListCustomersRequestValidator

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidProvisioningPartnerBaseServiceRequest<CustomerListCustomersResponse>.InitParameters()

Implements

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