Skip to content

Commit 31ac5b9

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

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
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-rev20250808-2.0.0</version>
25+
<version>v1-rev20250814-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-rev20250808-2.0.0'
38+
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20250814-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ public final class SubscriptionUpgradeDowngradeDetails extends com.google.api.cl
3838
private java.lang.String billingCycleSpec;
3939

4040
/**
41-
* Required. The previous subscription id to be replaced. This is not the full resource name, use
42-
* the subscription_id segment only.
41+
* Required. The previous subscription id to be replaced. The format can be one of the following:
42+
* 1. `subscription_id`: the old subscription id under the same partner_id. 2.
43+
* `partners/{partner_id}/subscriptions/{subscription_id}`. A different partner_id is allowed. But
44+
* they must be under the same partner group.
4345
* The value may be {@code null}.
4446
*/
4547
@com.google.api.client.util.Key
@@ -63,17 +65,21 @@ public SubscriptionUpgradeDowngradeDetails setBillingCycleSpec(java.lang.String
6365
}
6466

6567
/**
66-
* Required. The previous subscription id to be replaced. This is not the full resource name, use
67-
* the subscription_id segment only.
68+
* Required. The previous subscription id to be replaced. The format can be one of the following:
69+
* 1. `subscription_id`: the old subscription id under the same partner_id. 2.
70+
* `partners/{partner_id}/subscriptions/{subscription_id}`. A different partner_id is allowed. But
71+
* they must be under the same partner group.
6872
* @return value or {@code null} for none
6973
*/
7074
public java.lang.String getPreviousSubscriptionId() {
7175
return previousSubscriptionId;
7276
}
7377

7478
/**
75-
* Required. The previous subscription id to be replaced. This is not the full resource name, use
76-
* the subscription_id segment only.
79+
* Required. The previous subscription id to be replaced. The format can be one of the following:
80+
* 1. `subscription_id`: the old subscription id under the same partner_id. 2.
81+
* `partners/{partner_id}/subscriptions/{subscription_id}`. A different partner_id is allowed. But
82+
* they must be under the same partner group.
7783
* @param previousSubscriptionId previousSubscriptionId or {@code null} for none
7884
*/
7985
public SubscriptionUpgradeDowngradeDetails setPreviousSubscriptionId(java.lang.String previousSubscriptionId) {

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

0 commit comments

Comments
 (0)