Skip to content

Commit 6390129

Browse files
feat: Automated regeneration of PaymentsResellerSubscription client (googleapis#12514)
Auto-created at 2024-11-12 13:16:30 +0000 using the toys pull request generator.
1 parent fefaa58 commit 6390129

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/api/partners.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ defmodule GoogleApi.PaymentsResellerSubscription.V1.Api.Partners do
826826
end
827827

828828
@doc """
829-
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.
829+
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.
830830
831831
## Parameters
832832

clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.PaymentsResellerSubscription.V1 do
2020
API client metadata for GoogleApi.PaymentsResellerSubscription.V1.
2121
"""
2222

23-
@discovery_revision "20241105"
23+
@discovery_revision "20241110"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/model/google_cloud_payments_reseller_subscription_v1_entitle_subscription_request.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest do
1919
@moduledoc """
20-
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.
20+
Partner request for entitling the previously provisioned subscription to an end user. The end user identity is inferred from the request OAuth context.
2121
2222
## Attributes
2323

clients/payments_reseller_subscription/lib/google_api/payments_reseller_subscription/v1/model/google_cloud_payments_reseller_subscription_v1_generate_user_session_response.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsRes
2121
2222
## Attributes
2323
24-
* `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.
24+
* `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.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/payments_reseller_subscription/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.PaymentsResellerSubscription.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.6.0"
21+
@version "0.6.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)