diff --git a/DiscoveryJson/paymentsresellersubscription.v1.json b/DiscoveryJson/paymentsresellersubscription.v1.json index a25383d7dcb..b4d773776ff 100644 --- a/DiscoveryJson/paymentsresellersubscription.v1.json +++ b/DiscoveryJson/paymentsresellersubscription.v1.json @@ -435,7 +435,7 @@ "userSessions": { "methods": { "generate": { - "description": "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.", + "description": "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.", "flatPath": "v1/partners/{partnersId}/userSessions:generate", "httpMethod": "POST", "id": "paymentsresellersubscription.partners.userSessions.generate", @@ -467,7 +467,7 @@ } } }, - "revision": "20241105", + "revision": "20241110", "rootUrl": "https://paymentsresellersubscription.googleapis.com/", "schemas": { "GoogleCloudPaymentsResellerSubscriptionV1Amount": { @@ -597,7 +597,7 @@ "type": "object" }, "GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest": { - "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.", + "description": "Partner request for entitling the previously provisioned subscription to an end user. The end user identity is inferred from the request OAuth context.", "id": "GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest", "properties": { "lineItemEntitlementDetails": { @@ -760,7 +760,7 @@ "properties": { "userSession": { "$ref": "GoogleCloudPaymentsResellerSubscriptionV1UserSession", - "description": "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." + "description": "The generated user session. The token size is proportional to the size of the intent payload." } }, "type": "object" diff --git a/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.cs b/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.cs index f2c29e95999..f8665e1ceb1 100644 --- a/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.cs +++ b/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.cs @@ -1109,10 +1109,10 @@ public UserSessionsResource(Google.Apis.Services.IClientService service) } /// - /// This API replaces user authorized OAuth consnet based APIs (Create, Entitle). Generates a short-lived + /// 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 same request if - /// necessary, regardless of the previous tokens being expired or not. + /// 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. /// /// The body of the request. /// @@ -1124,10 +1124,10 @@ public virtual GenerateRequest Generate(Google.Apis.PaymentsResellerSubscription } /// - /// This API replaces user authorized OAuth consnet based APIs (Create, Entitle). Generates a short-lived + /// 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 same request if - /// necessary, regardless of the previous tokens being expired or not. + /// 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. /// public class GenerateRequest : PaymentsResellerSubscriptionBaseServiceRequest { @@ -1276,8 +1276,8 @@ public class GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionIntent } /// - /// 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. /// public class GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest : Google.Apis.Requests.IDirectResponseSchema { @@ -1572,8 +1572,7 @@ public class GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest public class GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse : Google.Apis.Requests.IDirectResponseSchema { /// - /// 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. + /// The generated user session. The token size is proportional to the size of the intent payload. /// [Newtonsoft.Json.JsonPropertyAttribute("userSession")] public virtual GoogleCloudPaymentsResellerSubscriptionV1UserSession UserSession { get; set; } diff --git a/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj b/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj index f150bdaf848..92a64b46ca6 100644 --- a/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj +++ b/Src/Generated/Google.Apis.PaymentsResellerSubscription.v1/Google.Apis.PaymentsResellerSubscription.v1.csproj @@ -3,7 +3,7 @@ Google.Apis.PaymentsResellerSubscription.v1 Client Library - 1.68.0.3596 + 1.68.0.3601 Google LLC Copyright 2024 Google LLC Google