Skip to content

Commit

Permalink
feat: Automated regeneration of PaymentsResellerSubscription client (#…
Browse files Browse the repository at this point in the history
…12514)

Auto-created at 2024-11-12 13:16:30 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Nov 12, 2024
1 parent fefaa58 commit 6390129
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ defmodule GoogleApi.PaymentsResellerSubscription.V1.Api.Partners do
end

@doc """
This API replaces user authorized OAuth consnet based APIs (Create, Entitle). Generates a short-lived token for a user session based on the user intent. You can use the session token to redirect the user to Google to finish the signup flow. You can re-generate new session token repeatedly for same request if necessary, regardless of the previous tokens being expired or not.
This API replaces user authorized OAuth consent based APIs (Create, Entitle). Generates a short-lived token for a user session based on the user intent. You can use the session token to redirect the user to Google to finish the signup flow. You can re-generate new session token repeatedly for the same request if necessary, regardless of the previous tokens being expired or not.
## 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 "20241105"
@discovery_revision "20241110"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest do
@moduledoc """
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.
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsRes
## Attributes
* `userSession` (*type:* `GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1UserSession.t`, *default:* `nil`) - The generated user session. The token size of proportional to the size of the intent payload. Therefore, please be mindful of keeping the request intent payload reasonably small.
* `userSession` (*type:* `GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1UserSession.t`, *default:* `nil`) - The generated user session. The token size is proportional to the size of the intent payload.
"""

use GoogleApi.Gax.ModelBase
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.6.0"
@version "0.6.1"

def project() do
[
Expand Down

0 comments on commit 6390129

Please sign in to comment.