Show / Hide Table of Contents

Class PartnersResource.SubscriptionsResource.EntitleRequest

Entitles a previously provisioned subscription to the current end user. The end user identity is inferred from the authorized credential of the request. This API must be authorized by the end user using OAuth.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>
PartnersResource.SubscriptionsResource.EntitleRequest
Implements
IClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>
IClientServiceRequest
Inherited Members
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.Xgafv
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.AccessToken
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.Alt
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.Callback
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.Fields
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.Key
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.OauthToken
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.PrettyPrint
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.QuotaUser
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.UploadType
PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.Execute()
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.ETagAction
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.ApiVersion
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.RequestParameters
ClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>.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.SubscriptionsResource.EntitleRequest : PaymentsResellerSubscriptionBaseServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>, IClientServiceRequest<GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse>, IClientServiceRequest

Constructors

EntitleRequest(IClientService, GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest, string)

Constructs a new Entitle request.

Declaration
public EntitleRequest(IClientService service, GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the subscription resource that is entitled to the current end user. It will have the format of "partners/{partner_id}/subscriptions/{subscription_id}"

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Entitle parameter list.

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

Implements

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