Skip to content

Commit 4f23827

Browse files
chore: regenerate paymentsresellersubscription client
1 parent 5ec85f7 commit 4f23827

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
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-rev20251113-2.0.0</version>
25+
<version>v1-rev20260119-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-rev20251113-2.0.0'
38+
implementation 'com.google.apis:google-api-services-paymentsresellersubscription:v1-rev20260119-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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,24 +1109,24 @@ public Create setParent(java.lang.String parent) {
11091109

11101110
/**
11111111
* Required. Identifies the subscription resource on the Partner side. The value is
1112-
* restricted to 63 ASCII characters at the maximum. If a subscription was previously
1113-
* created with the same subscription_id, we will directly return that one.
1112+
* restricted to 63 ASCII characters at the maximum. If a subscription with the same ID
1113+
* already exists, the creation fails with an `ALREADY_EXISTS` error.
11141114
*/
11151115
@com.google.api.client.util.Key
11161116
private java.lang.String subscriptionId;
11171117

11181118
/** Required. Identifies the subscription resource on the Partner side. The value is restricted to 63
1119-
ASCII characters at the maximum. If a subscription was previously created with the same
1120-
subscription_id, we will directly return that one.
1119+
ASCII characters at the maximum. If a subscription with the same ID already exists, the creation
1120+
fails with an `ALREADY_EXISTS` error.
11211121
*/
11221122
public java.lang.String getSubscriptionId() {
11231123
return subscriptionId;
11241124
}
11251125

11261126
/**
11271127
* Required. Identifies the subscription resource on the Partner side. The value is
1128-
* restricted to 63 ASCII characters at the maximum. If a subscription was previously
1129-
* created with the same subscription_id, we will directly return that one.
1128+
* restricted to 63 ASCII characters at the maximum. If a subscription with the same ID
1129+
* already exists, the creation fails with an `ALREADY_EXISTS` error.
11301130
*/
11311131
public Create setSubscriptionId(java.lang.String subscriptionId) {
11321132
this.subscriptionId = subscriptionId;
@@ -1753,24 +1753,24 @@ public Provision setCycleOptionsInitialCycleDurationUnit(java.lang.String cycleO
17531753

17541754
/**
17551755
* Required. Identifies the subscription resource on the Partner side. The value is
1756-
* restricted to 63 ASCII characters at the maximum. If a subscription was previously
1757-
* created with the same subscription_id, we will directly return that one.
1756+
* restricted to 63 ASCII characters at the maximum. If a subscription with the same ID
1757+
* already exists, the creation fails with an `ALREADY_EXISTS` error.
17581758
*/
17591759
@com.google.api.client.util.Key
17601760
private java.lang.String subscriptionId;
17611761

17621762
/** Required. Identifies the subscription resource on the Partner side. The value is restricted to 63
1763-
ASCII characters at the maximum. If a subscription was previously created with the same
1764-
subscription_id, we will directly return that one.
1763+
ASCII characters at the maximum. If a subscription with the same ID already exists, the creation
1764+
fails with an `ALREADY_EXISTS` error.
17651765
*/
17661766
public java.lang.String getSubscriptionId() {
17671767
return subscriptionId;
17681768
}
17691769

17701770
/**
17711771
* Required. Identifies the subscription resource on the Partner side. The value is
1772-
* restricted to 63 ASCII characters at the maximum. If a subscription was previously
1773-
* created with the same subscription_id, we will directly return that one.
1772+
* restricted to 63 ASCII characters at the maximum. If a subscription with the same ID
1773+
* already exists, the creation fails with an `ALREADY_EXISTS` error.
17741774
*/
17751775
public Provision setSubscriptionId(java.lang.String subscriptionId) {
17761776
this.subscriptionId = subscriptionId;

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

0 commit comments

Comments
 (0)