Skip to content

Commit 523833d

Browse files
chore: regenerate paymentsresellersubscription client (googleapis#23856)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 210e840 commit 523833d

File tree

6 files changed

+17
-19
lines changed

6 files changed

+17
-19
lines changed

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-paymentsresellersubscription</artifactId>
25-
<version>v1-rev20241105-2.0.0</version>
25+
<version>v1-rev20241110-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20241105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20241110-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/PaymentsResellerSubscription.java

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1925,10 +1925,11 @@ public UserSessions userSessions() {
19251925
public class UserSessions {
19261926

19271927
/**
1928-
* This API replaces user authorized OAuth consnet based APIs (Create, Entitle). Generates a short-
1928+
* This API replaces user authorized OAuth consent based APIs (Create, Entitle). Generates a short-
19291929
* lived token for a user session based on the user intent. You can use the session token to
19301930
* redirect the user to Google to finish the signup flow. You can re-generate new session token
1931-
* repeatedly for same request if necessary, regardless of the previous tokens being expired or not.
1931+
* repeatedly for the same request if necessary, regardless of the previous tokens being expired or
1932+
* not.
19321933
*
19331934
* Create a request for the method "userSessions.generate".
19341935
*
@@ -1954,11 +1955,11 @@ public class Generate extends PaymentsResellerSubscriptionRequest<com.google.api
19541955
java.util.regex.Pattern.compile("^partners/[^/]+$");
19551956

19561957
/**
1957-
* This API replaces user authorized OAuth consnet based APIs (Create, Entitle). Generates a
1958+
* This API replaces user authorized OAuth consent based APIs (Create, Entitle). Generates a
19581959
* short-lived token for a user session based on the user intent. You can use the session token to
19591960
* redirect the user to Google to finish the signup flow. You can re-generate new session token
1960-
* repeatedly for same request if necessary, regardless of the previous tokens being expired or
1961-
* not.
1961+
* repeatedly for the same request if necessary, regardless of the previous tokens being expired
1962+
* or not.
19621963
*
19631964
* Create a request for the method "userSessions.generate".
19641965
*

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.paymentsresellersubscription.v1.model;
1818

1919
/**
20-
* LINT.IfChange Partner request for entitling the previously provisioned subscription to an end
21-
* 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
21+
* user identity is inferred from the request OAuth context.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Payments Reseller Subscription API. For a detailed

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,22 @@
3131
public final class GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The generated user session. The token size of proportional to the size of the intent payload.
35-
* Therefore, please be mindful of keeping the request intent payload reasonably small.
34+
* The generated user session. The token size is proportional to the size of the intent payload.
3635
* The value may be {@code null}.
3736
*/
3837
@com.google.api.client.util.Key
3938
private GoogleCloudPaymentsResellerSubscriptionV1UserSession userSession;
4039

4140
/**
42-
* The generated user session. The token size of proportional to the size of the intent payload.
43-
* Therefore, please be mindful of keeping the request intent payload reasonably small.
41+
* The generated user session. The token size is proportional to the size of the intent payload.
4442
* @return value or {@code null} for none
4543
*/
4644
public GoogleCloudPaymentsResellerSubscriptionV1UserSession getUserSession() {
4745
return userSession;
4846
}
4947

5048
/**
51-
* The generated user session. The token size of proportional to the size of the intent payload.
52-
* Therefore, please be mindful of keeping the request intent payload reasonably small.
49+
* The generated user session. The token size is proportional to the size of the intent payload.
5350
* @param userSession userSession or {@code null} for none
5451
*/
5552
public GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse setUserSession(GoogleCloudPaymentsResellerSubscriptionV1UserSession userSession) {

clients/google-api-services-paymentsresellersubscription/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-paymentsresellersubscription</artifactId>
11-
<version>v1-rev20241105-2.0.0</version>
12-
<name>Payments Reseller Subscription API v1-rev20241105-2.0.0</name>
11+
<version>v1-rev20241110-2.0.0</version>
12+
<name>Payments Reseller Subscription API v1-rev20241110-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-paymentsresellersubscription/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-paymentsresellersubscription</artifactId>
25-
<version>v1-rev20241105-2.0.0</version>
25+
<version>v1-rev20241110-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20241105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20241110-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)