Show / Hide Table of Contents

Class AccountsResource.PaymentsResource.ListRequest

Lists all the payments available for an account.

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

MethodName

Gets the method name.

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

Parent

Required. The account which owns the collection of payments. 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<ListPaymentsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AdsenseBaseServiceRequest<ListPaymentsResponse>.InitParameters()

Implements

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