|
110 | 110 | "products": {
|
111 | 111 | "methods": {
|
112 | 112 | "list": {
|
113 |
| - "description": "To retrieve the products that can be resold by the partner. It should be autenticated with a service account.", |
| 113 | + "description": "To retrieve the products that can be resold by the partner. It should be autenticated with a service account. - This API doesn't apply to YouTube products currently.", |
114 | 114 | "flatPath": "v1/partners/{partnersId}/products",
|
115 | 115 | "httpMethod": "GET",
|
116 | 116 | "id": "paymentsresellersubscription.partners.products.list",
|
|
183 | 183 | ]
|
184 | 184 | },
|
185 | 185 | "list": {
|
186 |
| - "description": "To retrieve the promotions, such as free trial, that can be used by the partner. It should be autenticated with a service account.", |
| 186 | + "description": "Retrieves the promotions, such as free trial, that can be used by the partner. - This API doesn't apply to YouTube promotions currently. It should be autenticated with a service account.", |
187 | 187 | "flatPath": "v1/partners/{partnersId}/promotions",
|
188 | 188 | "httpMethod": "GET",
|
189 | 189 | "id": "paymentsresellersubscription.partners.promotions.list",
|
|
403 | 403 | ]
|
404 | 404 | },
|
405 | 405 | "undoCancel": {
|
406 |
| - "description": "Used by partners to revoke 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.", |
| 406 | + "description": "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. - **This API doesn't apply to YouTube subscriptions.** It should be called directly by the partner using service accounts.", |
407 | 407 | "flatPath": "v1/partners/{partnersId}/subscriptions/{subscriptionsId}:undoCancel",
|
408 | 408 | "httpMethod": "POST",
|
409 | 409 | "id": "paymentsresellersubscription.partners.subscriptions.undoCancel",
|
|
435 | 435 | }
|
436 | 436 | }
|
437 | 437 | },
|
438 |
| - "revision": "20240430", |
| 438 | + "revision": "20240626", |
439 | 439 | "rootUrl": "https://paymentsresellersubscription.googleapis.com/",
|
440 | 440 | "schemas": {
|
441 | 441 | "GoogleCloudPaymentsResellerSubscriptionV1Amount": {
|
|
459 | 459 | "id": "GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest",
|
460 | 460 | "properties": {
|
461 | 461 | "cancelImmediately": {
|
462 |
| - "description": "Optional. If true, Google will cancel the subscription immediately, and may or may not (based on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise, Google defers the cancelation at renewal_time, and will not issue a refund.", |
| 462 | + "description": "Optional. If true, Google will cancel the subscription immediately, and may or may not (based on the contract) issue a prorated refund for the remainder of the billing cycle. Otherwise, Google defers the cancelation at renewal_time, and will not issue a refund. - YouTube subscriptions must use this option currently. However, the user will still have access to the subscription until the end of the billing cycle.", |
463 | 463 | "type": "boolean"
|
464 | 464 | },
|
465 | 465 | "cancellationReason": {
|
|
535 | 535 | "type": "object"
|
536 | 536 | },
|
537 | 537 | "GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest": {
|
538 |
| - "description": "Partner request for entitling the previously provisioned subscription to an end user. The end user identity is inferred from the request OAuth context.", |
| 538 | + "description": "LINT.IfChange Partner request for entitling the previously provisioned subscription to an end user. The end user identity is inferred from the request OAuth context.", |
539 | 539 | "id": "GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest",
|
540 | 540 | "properties": {
|
541 | 541 | "lineItemEntitlementDetails": {
|
|
0 commit comments