Skip to content

Commit 48d1f07

Browse files
1 parent 7ec01b9 commit 48d1f07

File tree

5 files changed

+240
-237
lines changed

5 files changed

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

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ public final class Account extends com.google.api.client.json.GenericJson {
7272
private java.lang.String provider;
7373

7474
/**
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}
75+
* Output only. The reseller parent billing account of the account's corresponding billing
76+
* account, applicable only when the corresponding billing account is a subaccount of a reseller.
77+
* Included in responses only for view: ACCOUNT_VIEW_FULL. Format:
78+
* billingAccounts/{billing_account_id}
7879
* The value may be {@code null}.
7980
*/
8081
@com.google.api.client.util.Key
@@ -194,19 +195,21 @@ public Account setProvider(java.lang.String provider) {
194195
}
195196

196197
/**
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}
198+
* Output only. The reseller parent billing account of the account's corresponding billing
199+
* account, applicable only when the corresponding billing account is a subaccount of a reseller.
200+
* Included in responses only for view: ACCOUNT_VIEW_FULL. Format:
201+
* billingAccounts/{billing_account_id}
200202
* @return value or {@code null} for none
201203
*/
202204
public java.lang.String getResellerParentBillingAccount() {
203205
return resellerParentBillingAccount;
204206
}
205207

206208
/**
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}
209+
* Output only. The reseller parent billing account of the account's corresponding billing
210+
* account, applicable only when the corresponding billing account is a subaccount of a reseller.
211+
* Included in responses only for view: ACCOUNT_VIEW_FULL. Format:
212+
* billingAccounts/{billing_account_id}
210213
* @param resellerParentBillingAccount resellerParentBillingAccount or {@code null} for none
211214
*/
212215
public Account setResellerParentBillingAccount(java.lang.String resellerParentBillingAccount) {

0 commit comments

Comments
 (0)