Show / Hide Table of Contents

Class AccountsResource.CustomersResource.ListRequest

List Customers. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * INVALID_ARGUMENT: Required request parameters are missing or invalid. Return value: List of Customers, or an empty list if there are no customers.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

Filter

Optional. Filters applied to the [CloudChannelService.ListCustomers] results. See https://cloud.google.com/channel/docs/concepts/google-cloud/filter-customers for more information.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of customers to return. The service may return fewer than this value. If unspecified, returns at most 10 customers. The maximum value is 50.

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

PageToken

Optional. A token identifying a page of results other than the first page. Obtained through ListCustomersResponse.next_page_token of the previous CloudChannelService.ListCustomers call.

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

Parent

Required. The resource name of the reseller account to list customers from. Parent uses the format: accounts/{account_id}.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListCustomersResponse>.InitParameters()

Implements

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