diff --git a/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/api/partners.ex b/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/api/partners.ex index 8b91058029..7906aae756 100644 --- a/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/api/partners.ex +++ b/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/api/partners.ex @@ -26,7 +26,7 @@ defmodule GoogleApi.PaymentsResellerSubscription.V1.Api.Partners do @library_version Mix.Project.config() |> Keyword.get(:version, "") @doc """ - To retrieve the products that can be resold by the partner. It should be autenticated with a service account. + 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. ## Parameters @@ -188,7 +188,7 @@ defmodule GoogleApi.PaymentsResellerSubscription.V1.Api.Partners do end @doc """ - To retrieve the promotions, such as free trial, that can be used by the partner. It should be autenticated with a service account. + 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. ## Parameters @@ -747,7 +747,7 @@ defmodule GoogleApi.PaymentsResellerSubscription.V1.Api.Partners do end @doc """ - 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. + 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. ## Parameters diff --git a/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/metadata.ex b/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/metadata.ex index 2bc85bff06..d3333618fe 100644 --- a/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/metadata.ex +++ b/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.PaymentsResellerSubscription.V1 do API client metadata for GoogleApi.PaymentsResellerSubscription.V1. """ - @discovery_revision "20240404" + @discovery_revision "20240616" def discovery_revision(), do: @discovery_revision end diff --git a/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/model/google_cloud_payments_reseller_subscription_v1_cancel_subscription_request.ex b/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/model/google_cloud_payments_reseller_subscription_v1_cancel_subscription_request.ex index d100c9d5e6..16ea534945 100644 --- a/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/model/google_cloud_payments_reseller_subscription_v1_cancel_subscription_request.ex +++ b/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/model/google_cloud_payments_reseller_subscription_v1_cancel_subscription_request.ex @@ -21,7 +21,7 @@ defmodule GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsRes ## Attributes - * `cancelImmediately` (*type:* `boolean()`, *default:* `nil`) - 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. + * `cancelImmediately` (*type:* `boolean()`, *default:* `nil`) - 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. * `cancellationReason` (*type:* `String.t`, *default:* `nil`) - Specifies the reason for the cancellation. """ diff --git a/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/model/google_cloud_payments_reseller_subscription_v1_entitle_subscription_request.ex b/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/model/google_cloud_payments_reseller_subscription_v1_entitle_subscription_request.ex index a2a09284c3..ba087fb9c3 100644 --- a/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/model/google_cloud_payments_reseller_subscription_v1_entitle_subscription_request.ex +++ b/clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/model/google_cloud_payments_reseller_subscription_v1_entitle_subscription_request.ex @@ -17,7 +17,7 @@ defmodule GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest do @moduledoc """ - Partner request for entitling the previously provisioned subscription to an end user. The end user identity is inferred from the request OAuth context. + 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. ## Attributes diff --git a/clients/payments_reseller_subscription/mix.exs b/clients/payments_reseller_subscription/mix.exs index 6598616f8a..19f23b2da5 100644 --- a/clients/payments_reseller_subscription/mix.exs +++ b/clients/payments_reseller_subscription/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.PaymentsResellerSubscription.Mixfile do use Mix.Project - @version "0.4.0" + @version "0.4.1" def project() do [