Show / Hide Table of Contents

Class AccountsResource.PaymentsResource.ListRequest

Lists all the payments available for an account.

Inheritance
System.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(Nullable<Boolean>)
ClientServiceRequest<ListPaymentsResponse>.GenerateRequestUri()
ClientServiceRequest<ListPaymentsResponse>.GetBody()
ClientServiceRequest<ListPaymentsResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListPaymentsResponse>.ETagAction
ClientServiceRequest<ListPaymentsResponse>.ModifyRequest
ClientServiceRequest<ListPaymentsResponse>.ValidateParameters
ClientServiceRequest<ListPaymentsResponse>.RequestParameters
ClientServiceRequest<ListPaymentsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Adsense.v2
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class 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
System.String parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Adsense.v2.Data.ListPaymentsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Adsense.v2.Data.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
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Adsense.v2.Data.ListPaymentsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Adsense.v2.AdsenseBaseServiceRequest<Google.Apis.Adsense.v2.Data.ListPaymentsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top