Skip to content

Commit 12d9580

Browse files
chore: regenerate paymentsresellersubscription client (googleapis#27255)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent c702426 commit 12d9580

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
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-rev20250526-2.0.0</version>
25+
<version>v1-rev20250529-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-rev20250526-2.0.0'
38+
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20250529-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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,8 @@ public class UserSessions {
22112211
* This API replaces user authorized OAuth consent based APIs (Create, Entitle). Issues a timed
22122212
* session token for the given user intent. You can use the session token to redirect the user to
22132213
* Google to finish the signup flow. You can re-generate new session token repeatedly for the same
2214-
* request if necessary, regardless of the previous tokens being expired or not.
2214+
* request if necessary, regardless of the previous tokens being expired or not. By default, the
2215+
* session token is valid for 1 hour.
22152216
*
22162217
* Create a request for the method "userSessions.generate".
22172218
*
@@ -2240,7 +2241,8 @@ public class Generate extends PaymentsResellerSubscriptionRequest<com.google.api
22402241
* This API replaces user authorized OAuth consent based APIs (Create, Entitle). Issues a timed
22412242
* session token for the given user intent. You can use the session token to redirect the user to
22422243
* Google to finish the signup flow. You can re-generate new session token repeatedly for the same
2243-
* request if necessary, regardless of the previous tokens being expired or not.
2244+
* request if necessary, regardless of the previous tokens being expired or not. By default, the
2245+
* session token is valid for 1 hour.
22442246
*
22452247
* Create a request for the method "userSessions.generate".
22462248
*

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-rev20250526-2.0.0</version>
12-
<name>Payments Reseller Subscription API v1-rev20250526-2.0.0</name>
11+
<version>v1-rev20250529-2.0.0</version>
12+
<name>Payments Reseller Subscription API v1-rev20250529-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-rev20250526-2.0.0</version>
25+
<version>v1-rev20250529-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-rev20250526-2.0.0'
38+
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20250529-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)