Skip to content

Commit 14f5cb3

Browse files
1 parent 556a4eb commit 14f5cb3

File tree

4 files changed

+15
-29
lines changed

4 files changed

+15
-29
lines changed

clients/google-api-services-reseller/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-reseller</artifactId>
25-
<version>v1-rev20250419-2.0.0</version>
25+
<version>v1-rev20250511-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-reseller:v1-rev20250419-2.0.0'
38+
implementation 'com.google.apis:google-api-services-reseller:v1-rev20250511-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-reseller/v1/2.0.0/com/google/api/services/reseller/Reseller.java

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2405,28 +2405,22 @@ public Insert setCustomerId(java.lang.String customerId) {
24052405
}
24062406

24072407
/**
2408-
* The intented insert action. The usage of this field is governed by certain policies which
2409-
* are being developed & tested currently. Hence, these might not work as intended. Once this
2410-
* is fully tested & available to consume, we will share more information about its usage,
2411-
* limitations and policy documentation.
2408+
* The intented insert action. Advised to set this when the customer already has a
2409+
* subscription for a different SKU in the same product.
24122410
*/
24132411
@com.google.api.client.util.Key
24142412
private java.lang.String action;
24152413

2416-
/** The intented insert action. The usage of this field is governed by certain policies which are being
2417-
developed & tested currently. Hence, these might not work as intended. Once this is fully tested &
2418-
available to consume, we will share more information about its usage, limitations and policy
2419-
documentation.
2414+
/** The intented insert action. Advised to set this when the customer already has a subscription for a
2415+
different SKU in the same product.
24202416
*/
24212417
public java.lang.String getAction() {
24222418
return action;
24232419
}
24242420

24252421
/**
2426-
* The intented insert action. The usage of this field is governed by certain policies which
2427-
* are being developed & tested currently. Hence, these might not work as intended. Once this
2428-
* is fully tested & available to consume, we will share more information about its usage,
2429-
* limitations and policy documentation.
2422+
* The intented insert action. Advised to set this when the customer already has a
2423+
* subscription for a different SKU in the same product.
24302424
*/
24312425
public Insert setAction(java.lang.String action) {
24322426
this.action = action;
@@ -2466,29 +2460,21 @@ public Insert setCustomerAuthToken(java.lang.String customerAuthToken) {
24662460

24672461
/**
24682462
* The sku_id of the existing subscription to be upgraded or downgraded. This is required when
2469-
* action is SWITCH. The usage of this field is governed by certain policies which are being
2470-
* developed & tested currently. Hence, these might not work as intended. Once this is fully
2471-
* tested & available to consume, we will share more information about its usage, limitations
2472-
* and policy documentation.
2463+
* action is SWITCH.
24732464
*/
24742465
@com.google.api.client.util.Key
24752466
private java.lang.String sourceSkuId;
24762467

24772468
/** The sku_id of the existing subscription to be upgraded or downgraded. This is required when action
2478-
is SWITCH. The usage of this field is governed by certain policies which are being developed &
2479-
tested currently. Hence, these might not work as intended. Once this is fully tested & available to
2480-
consume, we will share more information about its usage, limitations and policy documentation.
2469+
is SWITCH.
24812470
*/
24822471
public java.lang.String getSourceSkuId() {
24832472
return sourceSkuId;
24842473
}
24852474

24862475
/**
24872476
* The sku_id of the existing subscription to be upgraded or downgraded. This is required when
2488-
* action is SWITCH. The usage of this field is governed by certain policies which are being
2489-
* developed & tested currently. Hence, these might not work as intended. Once this is fully
2490-
* tested & available to consume, we will share more information about its usage, limitations
2491-
* and policy documentation.
2477+
* action is SWITCH.
24922478
*/
24932479
public Insert setSourceSkuId(java.lang.String sourceSkuId) {
24942480
this.sourceSkuId = sourceSkuId;

clients/google-api-services-reseller/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-reseller</artifactId>
11-
<version>v1-rev20250419-2.0.0</version>
12-
<name>Google Workspace Reseller API v1-rev20250419-2.0.0</name>
11+
<version>v1-rev20250511-2.0.0</version>
12+
<name>Google Workspace Reseller API v1-rev20250511-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-reseller/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-reseller</artifactId>
25-
<version>v1-rev20250419-2.0.0</version>
25+
<version>v1-rev20250511-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-reseller:v1-rev20250419-2.0.0'
38+
implementation 'com.google.apis:google-api-services-reseller:v1-rev20250511-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)