Skip to content

Commit

Permalink
feat: Generate Google.Apis.PaymentsResellerSubscription.v1 version 1.…
Browse files Browse the repository at this point in the history
…68.0.3601
  • Loading branch information
amanda-tarafa authored and jskeet committed Nov 13, 2024
1 parent 2534ff7 commit 67d46ff
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
8 changes: 4 additions & 4 deletions DiscoveryJson/paymentsresellersubscription.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -467,7 +467,7 @@
}
}
},
"revision": "20241105",
"revision": "20241110",
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
"schemas": {
"GoogleCloudPaymentsResellerSubscriptionV1Amount": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1109,10 +1109,10 @@ public UserSessionsResource(Google.Apis.Services.IClientService service)
}

/// <summary>
/// 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.
/// </summary>
/// <param name="body">The body of the request.</param>
/// <param name="parent">
Expand All @@ -1124,10 +1124,10 @@ public virtual GenerateRequest Generate(Google.Apis.PaymentsResellerSubscription
}

/// <summary>
/// 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.
/// </summary>
public class GenerateRequest : PaymentsResellerSubscriptionBaseServiceRequest<Google.Apis.PaymentsResellerSubscription.v1.Data.GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse>
{
Expand Down Expand Up @@ -1276,8 +1276,8 @@ public class GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionIntent
}

/// <summary>
/// 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.
/// </summary>
public class GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest : Google.Apis.Requests.IDirectResponseSchema
{
Expand Down Expand Up @@ -1572,8 +1572,7 @@ public class GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionRequest
public class GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>
/// 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.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("userSession")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1UserSession UserSession { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.PaymentsResellerSubscription.v1 Client Library</Title>
<Version>1.68.0.3596</Version>
<Version>1.68.0.3601</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 67d46ff

Please sign in to comment.