Show / Hide Table of Contents

Class PartnersResource.PromotionsResource.FindEligibleRequest

Currently, it is only enabeld for YouTube. Finds eligible promotions for the current user. The API requires user authorization via OAuth. The bare minimum oauth scope openid is sufficient, which will skip the consent screen.

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

Constructors

FindEligibleRequest(IClientService, GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsRequest, string)

Constructs a new FindEligible request.

Declaration
public FindEligibleRequest(IClientService service, GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The parent, the partner that can resell. Format: partners/{partner}

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsResponse>.GetBody()

InitParameters()

Initializes FindEligible parameter list.

Declaration
protected override void InitParameters()
Overrides
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1FindEligiblePromotionsResponse>.InitParameters()

Implements

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