Show / Hide Table of Contents

Class PartnersResource.SubscriptionsResource.UndoCancelRequest

Currently, it is used by Google One, Play Pass partners. Revokes the pending cancellation of a subscription, which is currently in STATE_CANCEL_AT_END_OF_CYCLE state. If the subscription is already cancelled, the request will fail. It should be called directly by the partner using service accounts.

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

Constructors

UndoCancelRequest(IClientService, GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest, string)

Constructs a new UndoCancel request.

Declaration
public UndoCancelRequest(IClientService service, GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the subscription resource whose pending cancellation needs to be undone. 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<GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes UndoCancel parameter list.

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

Implements

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