Skip to content

Commit 9901b97

Browse files
1 parent 65d336e commit 9901b97

File tree

13 files changed

+115
-110
lines changed

13 files changed

+115
-110
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-rev20250603-2.0.0</version>
25+
<version>accounts_v1beta-rev20250606-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-rev20250603-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250606-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -555,15 +555,9 @@ public Get set(String parameterName, Object value) {
555555
}
556556
}
557557
/**
558-
* Lists accounts accessible to the calling user and matching the constraints of the request such as
559-
* page size or filters. This is not just listing the sub-accounts of an advanced account, but all
560-
* accounts the calling user has access to including other advanced accounts, linked accounts,
561-
* standalone accounts and so on. If no filter is provided, then it returns all the accounts the
562-
* user has access to. This method is eventually consistent, meaning changes such as creating,
563-
* updating an account or a change of relationships between accounts may not show up in the results
564-
* immediately. Instead, these changes propagate over a short period, after which the updated
565-
* information can match the associated predicates. That means, that searching by account name might
566-
* not return a recently changed account even though it satisfies the predicate.
558+
* Note: For the `accounts.list` method, quota and limits usage are charged for each user, and not
559+
* for the Merchant Center ID or the advanced account ID. To list several sub-accounts, you should
560+
* use the `accounts.listSubaccounts` method, which is more suitable for advanced accounts use case.
567561
*
568562
* Create a request for the method "accounts.list".
569563
*
@@ -583,15 +577,10 @@ public class List extends MerchantRequest<com.google.api.services.merchantapi.ac
583577
private static final String REST_PATH = "accounts/v1beta/accounts";
584578

585579
/**
586-
* Lists accounts accessible to the calling user and matching the constraints of the request such
587-
* as page size or filters. This is not just listing the sub-accounts of an advanced account, but
588-
* all accounts the calling user has access to including other advanced accounts, linked accounts,
589-
* standalone accounts and so on. If no filter is provided, then it returns all the accounts the
590-
* user has access to. This method is eventually consistent, meaning changes such as creating,
591-
* updating an account or a change of relationships between accounts may not show up in the
592-
* results immediately. Instead, these changes propagate over a short period, after which the
593-
* updated information can match the associated predicates. That means, that searching by account
594-
* name might not return a recently changed account even though it satisfies the predicate.
580+
* Note: For the `accounts.list` method, quota and limits usage are charged for each user, and not
581+
* for the Merchant Center ID or the advanced account ID. To list several sub-accounts, you should
582+
* use the `accounts.listSubaccounts` method, which is more suitable for advanced accounts use
583+
* case.
595584
*
596585
* Create a request for the method "accounts.list".
597586
*
@@ -9287,7 +9276,9 @@ public Get set(String parameterName, Object value) {
92879276
}
92889277
}
92899278
/**
9290-
* Retrieves the state of the agreement for the application terms of service.
9279+
* Retrieves the state of the agreement for the application terms of service. Application terms of
9280+
* service covers permissions related to the usage of data provided through Merchant Center, CSS
9281+
* Center, Manufacturer Center, and more.
92919282
*
92929283
* Create a request for the method "termsOfServiceAgreementStates.retrieveForApplication".
92939284
*
@@ -9312,7 +9303,9 @@ public class RetrieveForApplication extends MerchantRequest<com.google.api.servi
93129303
java.util.regex.Pattern.compile("^accounts/[^/]+$");
93139304

93149305
/**
9315-
* Retrieves the state of the agreement for the application terms of service.
9306+
* Retrieves the state of the agreement for the application terms of service. Application terms of
9307+
* service covers permissions related to the usage of data provided through Merchant Center, CSS
9308+
* Center, Manufacturer Center, and more.
93169309
*
93179310
* Create a request for the method "termsOfServiceAgreementStates.retrieveForApplication".
93189311
*

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,41 +31,41 @@
3131
public final class Accepted extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The account where the acceptance was recorded. This can be the account itself or, in the case
35-
* of subaccounts, the advanced account.
34+
* Required. The account where the acceptance was recorded. This can be the account itself or, in
35+
* the case of subaccounts, the advanced account.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String acceptedBy;
4040

4141
/**
42-
* The accepted termsOfService.
42+
* Required. The accepted termsOfService.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private java.lang.String termsOfService;
4747

4848
/**
49-
* When set, it states that the accepted `TermsOfService` is only valid until the end of this date
50-
* (in UTC). A new one must be accepted before then. The information of the required
49+
* Optional. When set, it states that the accepted `TermsOfService` is only valid until the end of
50+
* this date (in UTC). A new one must be accepted before then. The information of the required
5151
* `TermsOfService` is found in the `Required` message.
5252
* The value may be {@code null}.
5353
*/
5454
@com.google.api.client.util.Key
5555
private Date validUntil;
5656

5757
/**
58-
* The account where the acceptance was recorded. This can be the account itself or, in the case
59-
* of subaccounts, the advanced account.
58+
* Required. The account where the acceptance was recorded. This can be the account itself or, in
59+
* the case of subaccounts, the advanced account.
6060
* @return value or {@code null} for none
6161
*/
6262
public java.lang.String getAcceptedBy() {
6363
return acceptedBy;
6464
}
6565

6666
/**
67-
* The account where the acceptance was recorded. This can be the account itself or, in the case
68-
* of subaccounts, the advanced account.
67+
* Required. The account where the acceptance was recorded. This can be the account itself or, in
68+
* the case of subaccounts, the advanced account.
6969
* @param acceptedBy acceptedBy or {@code null} for none
7070
*/
7171
public Accepted setAcceptedBy(java.lang.String acceptedBy) {
@@ -74,15 +74,15 @@ public Accepted setAcceptedBy(java.lang.String acceptedBy) {
7474
}
7575

7676
/**
77-
* The accepted termsOfService.
77+
* Required. The accepted termsOfService.
7878
* @return value or {@code null} for none
7979
*/
8080
public java.lang.String getTermsOfService() {
8181
return termsOfService;
8282
}
8383

8484
/**
85-
* The accepted termsOfService.
85+
* Required. The accepted termsOfService.
8686
* @param termsOfService termsOfService or {@code null} for none
8787
*/
8888
public Accepted setTermsOfService(java.lang.String termsOfService) {
@@ -91,8 +91,8 @@ public Accepted setTermsOfService(java.lang.String termsOfService) {
9191
}
9292

9393
/**
94-
* When set, it states that the accepted `TermsOfService` is only valid until the end of this date
95-
* (in UTC). A new one must be accepted before then. The information of the required
94+
* Optional. When set, it states that the accepted `TermsOfService` is only valid until the end of
95+
* this date (in UTC). A new one must be accepted before then. The information of the required
9696
* `TermsOfService` is found in the `Required` message.
9797
* @return value or {@code null} for none
9898
*/
@@ -101,8 +101,8 @@ public Date getValidUntil() {
101101
}
102102

103103
/**
104-
* When set, it states that the accepted `TermsOfService` is only valid until the end of this date
105-
* (in UTC). A new one must be accepted before then. The information of the required
104+
* Optional. When set, it states that the accepted `TermsOfService` is only valid until the end of
105+
* this date (in UTC). A new one must be accepted before then. The information of the required
106106
* `TermsOfService` is found in the `Required` message.
107107
* @param validUntil validUntil or {@code null} for none
108108
*/

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ public final class PhoneNumber extends com.google.api.client.json.GenericJson {
4343
* The phone number, represented as a leading plus sign ('+'), followed by a phone number that
4444
* uses a relaxed ITU E.164 format consisting of the country calling code (1 to 3 digits) and the
4545
* subscriber number, with no additional spaces or formatting. For example: - correct:
46-
* "+15552220123" - incorrect: "+1 (555) 222-01234 x123". The ITU E.164 format limits the latter
47-
* to 12 digits, but in practice not all countries respect that, so we relax that restriction
48-
* here. National-only numbers are not allowed. References: -
46+
* "+15552220123" - incorrect: "+1 (555) 222-01234 x123" The ITU E.164 format limits the latter to
47+
* 12 digits, but in practice not all countries respect that, so we relax that restriction here.
48+
* National-only numbers are not allowed. References: -
4949
* https://www.itu.int/rec/T-REC-E.164-201011-I - https://en.wikipedia.org/wiki/E.164. -
5050
* https://en.wikipedia.org/wiki/List_of_country_calling_codes
5151
* The value may be {@code null}.
@@ -66,7 +66,7 @@ public final class PhoneNumber extends com.google.api.client.json.GenericJson {
6666
private java.lang.String extension;
6767

6868
/**
69-
* A short code. Reference(s): - https://en.wikipedia.org/wiki/Short_code
69+
* A short code. Reference(s): - https://wikipedia.org/wiki/Short_code
7070
* The value may be {@code null}.
7171
*/
7272
@com.google.api.client.util.Key
@@ -76,9 +76,9 @@ public final class PhoneNumber extends com.google.api.client.json.GenericJson {
7676
* The phone number, represented as a leading plus sign ('+'), followed by a phone number that
7777
* uses a relaxed ITU E.164 format consisting of the country calling code (1 to 3 digits) and the
7878
* subscriber number, with no additional spaces or formatting. For example: - correct:
79-
* "+15552220123" - incorrect: "+1 (555) 222-01234 x123". The ITU E.164 format limits the latter
80-
* to 12 digits, but in practice not all countries respect that, so we relax that restriction
81-
* here. National-only numbers are not allowed. References: -
79+
* "+15552220123" - incorrect: "+1 (555) 222-01234 x123" The ITU E.164 format limits the latter to
80+
* 12 digits, but in practice not all countries respect that, so we relax that restriction here.
81+
* National-only numbers are not allowed. References: -
8282
* https://www.itu.int/rec/T-REC-E.164-201011-I - https://en.wikipedia.org/wiki/E.164. -
8383
* https://en.wikipedia.org/wiki/List_of_country_calling_codes
8484
* @return value or {@code null} for none
@@ -91,9 +91,9 @@ public java.lang.String getE164Number() {
9191
* The phone number, represented as a leading plus sign ('+'), followed by a phone number that
9292
* uses a relaxed ITU E.164 format consisting of the country calling code (1 to 3 digits) and the
9393
* subscriber number, with no additional spaces or formatting. For example: - correct:
94-
* "+15552220123" - incorrect: "+1 (555) 222-01234 x123". The ITU E.164 format limits the latter
95-
* to 12 digits, but in practice not all countries respect that, so we relax that restriction
96-
* here. National-only numbers are not allowed. References: -
94+
* "+15552220123" - incorrect: "+1 (555) 222-01234 x123" The ITU E.164 format limits the latter to
95+
* 12 digits, but in practice not all countries respect that, so we relax that restriction here.
96+
* National-only numbers are not allowed. References: -
9797
* https://www.itu.int/rec/T-REC-E.164-201011-I - https://en.wikipedia.org/wiki/E.164. -
9898
* https://en.wikipedia.org/wiki/List_of_country_calling_codes
9999
* @param e164Number e164Number or {@code null} for none
@@ -131,15 +131,15 @@ public PhoneNumber setExtension(java.lang.String extension) {
131131
}
132132

133133
/**
134-
* A short code. Reference(s): - https://en.wikipedia.org/wiki/Short_code
134+
* A short code. Reference(s): - https://wikipedia.org/wiki/Short_code
135135
* @return value or {@code null} for none
136136
*/
137137
public ShortCode getShortCode() {
138138
return shortCode;
139139
}
140140

141141
/**
142-
* A short code. Reference(s): - https://en.wikipedia.org/wiki/Short_code
142+
* A short code. Reference(s): - https://wikipedia.org/wiki/Short_code
143143
* @param shortCode shortCode or {@code null} for none
144144
*/
145145
public PhoneNumber setShortCode(ShortCode shortCode) {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@
3030
public final class Required extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The `TermsOfService` that need to be accepted.
33+
* Required. The `TermsOfService` that need to be accepted.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String termsOfService;
3838

3939
/**
40-
* Full URL to the terms of service file. This field is the same as `TermsOfService.file_uri`, it
41-
* is added here for convenience only.
40+
* Required. Full URL to the terms of service file. This field is the same as
41+
* `TermsOfService.file_uri`, it is added here for convenience only.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String tosFileUri;
4646

4747
/**
48-
* The `TermsOfService` that need to be accepted.
48+
* Required. The `TermsOfService` that need to be accepted.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getTermsOfService() {
5252
return termsOfService;
5353
}
5454

5555
/**
56-
* The `TermsOfService` that need to be accepted.
56+
* Required. The `TermsOfService` that need to be accepted.
5757
* @param termsOfService termsOfService or {@code null} for none
5858
*/
5959
public Required setTermsOfService(java.lang.String termsOfService) {
@@ -62,17 +62,17 @@ public Required setTermsOfService(java.lang.String termsOfService) {
6262
}
6363

6464
/**
65-
* Full URL to the terms of service file. This field is the same as `TermsOfService.file_uri`, it
66-
* is added here for convenience only.
65+
* Required. Full URL to the terms of service file. This field is the same as
66+
* `TermsOfService.file_uri`, it is added here for convenience only.
6767
* @return value or {@code null} for none
6868
*/
6969
public java.lang.String getTosFileUri() {
7070
return tosFileUri;
7171
}
7272

7373
/**
74-
* Full URL to the terms of service file. This field is the same as `TermsOfService.file_uri`, it
75-
* is added here for convenience only.
74+
* Required. Full URL to the terms of service file. This field is the same as
75+
* `TermsOfService.file_uri`, it is added here for convenience only.
7676
* @param tosFileUri tosFileUri or {@code null} for none
7777
*/
7878
public Required setTosFileUri(java.lang.String tosFileUri) {

0 commit comments

Comments
 (0)