Show / Hide Table of Contents

Class PartnersResource.SubscriptionsResource.ExtendRequest

[Opt-in only] Most partners should be on auto-extend by default. Extends a subscription service for their customers on an ongoing basis for the subscription to remain active and renewable. It should be called directly by the partner using service accounts.

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

Constructors

ExtendRequest(IClientService, GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest, string)

Constructs a new Extend request.

Declaration
public ExtendRequest(IClientService service, GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the subscription resource to be extended. 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<GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Extend parameter list.

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

Implements

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