Skip to content

Commit 5f65228

Browse files
1 parent c43cdd3 commit 5f65228

File tree

5 files changed

+6
-129
lines changed

5 files changed

+6
-129
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-rev20240930-2.0.0</version>
25+
<version>accounts_v1beta-rev20241004-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-rev20240930-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20241004-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 0 additions & 99 deletions
This file was deleted.

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@
2929
@SuppressWarnings("javadoc")
3030
public final class CreateAndConfigureAccountRequest extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* Optional. The Terms of Service (ToS) to be accepted immediately upon account creation.
34-
* The value may be {@code null}.
35-
*/
36-
@com.google.api.client.util.Key
37-
private AcceptTermsOfService acceptTermsOfService;
38-
3932
/**
4033
* Required. The account to be created.
4134
* The value may be {@code null}.
@@ -67,23 +60,6 @@ public final class CreateAndConfigureAccountRequest extends com.google.api.clien
6760
@com.google.api.client.util.Key
6861
private java.util.List<CreateUserRequest> users;
6962

70-
/**
71-
* Optional. The Terms of Service (ToS) to be accepted immediately upon account creation.
72-
* @return value or {@code null} for none
73-
*/
74-
public AcceptTermsOfService getAcceptTermsOfService() {
75-
return acceptTermsOfService;
76-
}
77-
78-
/**
79-
* Optional. The Terms of Service (ToS) to be accepted immediately upon account creation.
80-
* @param acceptTermsOfService acceptTermsOfService or {@code null} for none
81-
*/
82-
public CreateAndConfigureAccountRequest setAcceptTermsOfService(AcceptTermsOfService acceptTermsOfService) {
83-
this.acceptTermsOfService = acceptTermsOfService;
84-
return this;
85-
}
86-
8763
/**
8864
* Required. The account to be created.
8965
* @return value or {@code null} for none

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-rev20240930-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20240930-2.0.0</name>
11+
<version>accounts_v1beta-rev20241004-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20241004-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-rev20240930-2.0.0</version>
25+
<version>accounts_v1beta-rev20241004-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-rev20240930-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20241004-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)