Skip to content

Commit f164b91

Browse files
1 parent 231c6a8 commit f164b91

File tree

5 files changed

+52
-6
lines changed

5 files changed

+52
-6
lines changed

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

clients/google-api-services-cloudcommerceprocurement/v1/2.0.0/com/google/api/services/cloudcommerceprocurement/v1/CloudCommercePartnerProcurementService.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,22 @@ public Get setName(java.lang.String name) {
448448
return this;
449449
}
450450

451+
/** Optional. What information to include in the response. */
452+
@com.google.api.client.util.Key
453+
private java.lang.String view;
454+
455+
/** Optional. What information to include in the response.
456+
*/
457+
public java.lang.String getView() {
458+
return view;
459+
}
460+
461+
/** Optional. What information to include in the response. */
462+
public Get setView(java.lang.String view) {
463+
this.view = view;
464+
return this;
465+
}
466+
451467
@Override
452468
public Get set(String parameterName, Object value) {
453469
return (Get) super.set(parameterName, value);

clients/google-api-services-cloudcommerceprocurement/v1/2.0.0/com/google/api/services/cloudcommerceprocurement/v1/model/Account.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ public final class Account extends com.google.api.client.json.GenericJson {
7171
@com.google.api.client.util.Key
7272
private java.lang.String provider;
7373

74+
/**
75+
* The reseller parent billing account of the account's corresponding billing account, applicable
76+
* only when the corresponding billing account is a subaccount of a reseller. Included in
77+
* responses only for view ACCOUNT_VIEW_FULL. Format: billingAccounts/{billing_account_id}
78+
* The value may be {@code null}.
79+
*/
80+
@com.google.api.client.util.Key
81+
private java.lang.String resellerParentBillingAccount;
82+
7483
/**
7584
* Output only. The state of the account. This is used to decide whether the customer is in good
7685
* standing with the provider and is able to make purchases. An account might not be able to make
@@ -184,6 +193,27 @@ public Account setProvider(java.lang.String provider) {
184193
return this;
185194
}
186195

196+
/**
197+
* The reseller parent billing account of the account's corresponding billing account, applicable
198+
* only when the corresponding billing account is a subaccount of a reseller. Included in
199+
* responses only for view ACCOUNT_VIEW_FULL. Format: billingAccounts/{billing_account_id}
200+
* @return value or {@code null} for none
201+
*/
202+
public java.lang.String getResellerParentBillingAccount() {
203+
return resellerParentBillingAccount;
204+
}
205+
206+
/**
207+
* The reseller parent billing account of the account's corresponding billing account, applicable
208+
* only when the corresponding billing account is a subaccount of a reseller. Included in
209+
* responses only for view ACCOUNT_VIEW_FULL. Format: billingAccounts/{billing_account_id}
210+
* @param resellerParentBillingAccount resellerParentBillingAccount or {@code null} for none
211+
*/
212+
public Account setResellerParentBillingAccount(java.lang.String resellerParentBillingAccount) {
213+
this.resellerParentBillingAccount = resellerParentBillingAccount;
214+
return this;
215+
}
216+
187217
/**
188218
* Output only. The state of the account. This is used to decide whether the customer is in good
189219
* standing with the provider and is able to make purchases. An account might not be able to make

clients/google-api-services-cloudcommerceprocurement/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-cloudcommerceprocurement</artifactId>
11-
<version>v1-rev20250907-2.0.0</version>
12-
<name>Cloud Commerce Partner Procurement API v1-rev20250907-2.0.0</name>
11+
<version>v1-rev20250914-2.0.0</version>
12+
<name>Cloud Commerce Partner Procurement API v1-rev20250914-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)