Skip to content

Commit 6509865

Browse files
1 parent e4025fb commit 6509865

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

clients/google-api-services-merchantapi/accounts_v1beta/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-merchantapi</artifactId>
25-
<version>accounts_v1beta-rev20240729-2.0.0</version>
25+
<version>accounts_v1beta-rev20240806-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-merchantapi:accounts_v1beta-rev20240729-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20240806-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/CreateAndConfigureAccountRequest.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ public final class CreateAndConfigureAccountRequest extends com.google.api.clien
4444
private Account account;
4545

4646
/**
47-
* Optional. If specified, an account service between the account to be created and the provider
48-
* account is initialized as part of the creation.
47+
* Required. An account service between the account to be created and the provider account is
48+
* initialized as part of the creation. At least one such service needs to be provided. Currently
49+
* only `account_aggregation` is supported which means the newly created account will be a
50+
* subaccount of the provider defined in the `account_aggregation` service.
4951
* The value may be {@code null}.
5052
*/
5153
@com.google.api.client.util.Key
@@ -99,17 +101,21 @@ public CreateAndConfigureAccountRequest setAccount(Account account) {
99101
}
100102

101103
/**
102-
* Optional. If specified, an account service between the account to be created and the provider
103-
* account is initialized as part of the creation.
104+
* Required. An account service between the account to be created and the provider account is
105+
* initialized as part of the creation. At least one such service needs to be provided. Currently
106+
* only `account_aggregation` is supported which means the newly created account will be a
107+
* subaccount of the provider defined in the `account_aggregation` service.
104108
* @return value or {@code null} for none
105109
*/
106110
public java.util.List<AddAccountService> getService() {
107111
return service;
108112
}
109113

110114
/**
111-
* Optional. If specified, an account service between the account to be created and the provider
112-
* account is initialized as part of the creation.
115+
* Required. An account service between the account to be created and the provider account is
116+
* initialized as part of the creation. At least one such service needs to be provided. Currently
117+
* only `account_aggregation` is supported which means the newly created account will be a
118+
* subaccount of the provider defined in the `account_aggregation` service.
113119
* @param service service or {@code null} for none
114120
*/
115121
public CreateAndConfigureAccountRequest setService(java.util.List<AddAccountService> service) {

clients/google-api-services-merchantapi/accounts_v1beta/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-merchantapi</artifactId>
11-
<version>accounts_v1beta-rev20240729-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20240729-2.0.0</name>
11+
<version>accounts_v1beta-rev20240806-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20240806-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/accounts_v1beta/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-merchantapi</artifactId>
25-
<version>accounts_v1beta-rev20240729-2.0.0</version>
25+
<version>accounts_v1beta-rev20240806-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-merchantapi:accounts_v1beta-rev20240729-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20240806-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)