Skip to content

Commit e1d4345

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

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
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-rev20250529-2.0.0</version>
25+
<version>v1-rev20250709-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-rev20250529-2.0.0'
38+
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20250709-2.0.0'
3939
}
4040
```
4141

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

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

3333
/**
34-
* Required. The name of the subscription resource that is entitled to the current end user.
34+
* Required. The name of the subscription resource that is entitled to the current end user. It is
35+
* in the format of "partners/{partner_id}/subscriptions/{subscriptionId}".
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
3839
private java.lang.String name;
3940

4041
/**
41-
* Required. The name of the subscription resource that is entitled to the current end user.
42+
* Required. The name of the subscription resource that is entitled to the current end user. It is
43+
* in the format of "partners/{partner_id}/subscriptions/{subscriptionId}".
4244
* @return value or {@code null} for none
4345
*/
4446
public java.lang.String getName() {
4547
return name;
4648
}
4749

4850
/**
49-
* Required. The name of the subscription resource that is entitled to the current end user.
51+
* Required. The name of the subscription resource that is entitled to the current end user. It is
52+
* in the format of "partners/{partner_id}/subscriptions/{subscriptionId}".
5053
* @param name name or {@code null} for none
5154
*/
5255
public GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionIntent setName(java.lang.String name) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* the previous tokens being expired or not. You don't need to worry about multiple sessions
2626
* resulting in duplicate fulfillments as guaranteed by the same subscription id. Please refer to
2727
* the [Google Managed Signup](/payments/reseller/subscription/reference/index/User.Signup.Integrati
28-
* on/Google.Managed.Signup.\(In.Preview\)) documentation for additional integration details.
28+
* on/Google.Managed.Signup) documentation for additional integration details.
2929
*
3030
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3131
* transmitted over HTTP when working with the Payments Reseller Subscription API. For a detailed

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

0 commit comments

Comments
 (0)