Show / Hide Table of Contents

Class AccountsResource.ServicesResource.ListRequest

List account services for the specified accounts. Supports filtering.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of elements to return in the response. Use for paging. If no page_size is specified, 100 is used as the default value. The maximum allowed value is 1000.

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

PageToken

Optional. The token returned by the previous list request.

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

Parent

Required. The parent account of the account service to filter by. Format: accounts/{account}

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
MerchantBaseServiceRequest<ListAccountServicesResponse>.InitParameters()

Implements

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