Show / Hide Table of Contents

Class BuyersResource.ClientsResource.ListRequest

Lists all the clients for the current buyer.

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

Query string using the Filtering Syntax Supported fields for filtering are: * partnerClientId Use this field to filter the clients by the partnerClientId. For example, if the partnerClientId of the client is "1234", the value of this field should be partnerClientId = "1234", in order to get only the client whose partnerClientId is "1234" in the response.

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<ListClientsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Requested page size. If left blank, a default page size of 500 will be applied.

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

PageToken

A token identifying a page of results the server should return. Typically, this is the value of ListClientsResponse.nextPageToken returned from the previous call to the list method.

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

Parent

Required. The name of the buyer. Format: buyers/{accountId}

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AuthorizedBuyersMarketplaceBaseServiceRequest<ListClientsResponse>.InitParameters()

Implements

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