Skip to content

Commit

Permalink
feat: Automated regeneration of PaymentsResellerSubscription client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 18, 2024
1 parent ec72cbe commit d8a1e32
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion clients/payments_reseller_subscription/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.PaymentsResellerSubscription.Mixfile do
use Mix.Project

@version "0.4.0"
@version "0.4.1"

def project() do
[
Expand Down

0 comments on commit d8a1e32

Please sign in to comment.