Skip to content

Commit 593a0be

Browse files
1 parent 7ad43a8 commit 593a0be

File tree

34 files changed

+78
-68
lines changed

34 files changed

+78
-68
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-rev20250125-2.0.0</version>
25+
<version>accounts_v1beta-rev20250203-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-rev20250125-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20250203-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: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,12 @@ public Get set(String parameterName, Object value) {
556556
* Lists accounts accessible to the calling user and matching the constraints of the request such as
557557
* page size or filters. This is not just listing the sub-accounts of an MCA, but all accounts the
558558
* calling user has access to including other MCAs, linked accounts, standalone accounts and so on.
559-
* If no filter is provided, then it returns accounts the user is directly added to.
559+
* If no filter is provided, then it returns accounts the user is directly added to. This method is
560+
* eventually consistent, meaning changes such as creating, updating an account or a change of
561+
* relationships between accounts may not show up in the results immediately. Instead, these changes
562+
* propagate over a short period, after which the updated information can match the associated
563+
* predicates. That means, that searching by account name might not return a recently changed
564+
* account even though it satisfies the predicate.
560565
*
561566
* Create a request for the method "accounts.list".
562567
*
@@ -579,7 +584,12 @@ public class List extends MerchantRequest<com.google.api.services.merchantapi.ac
579584
* Lists accounts accessible to the calling user and matching the constraints of the request such
580585
* as page size or filters. This is not just listing the sub-accounts of an MCA, but all accounts
581586
* the calling user has access to including other MCAs, linked accounts, standalone accounts and
582-
* so on. If no filter is provided, then it returns accounts the user is directly added to.
587+
* so on. If no filter is provided, then it returns accounts the user is directly added to. This
588+
* method is eventually consistent, meaning changes such as creating, updating an account or a
589+
* change of relationships between accounts may not show up in the results immediately. Instead,
590+
* these changes propagate over a short period, after which the updated information can match the
591+
* associated predicates. That means, that searching by account name might not return a recently
592+
* changed account even though it satisfies the predicate.
583593
*
584594
* Create a request for the method "accounts.list".
585595
*

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

clients/google-api-services-merchantapi/conversions_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>conversions_v1beta-rev20250118-2.0.0</version>
25+
<version>conversions_v1beta-rev20250203-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:conversions_v1beta-rev20250118-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:conversions_v1beta-rev20250203-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/conversions_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>conversions_v1beta-rev20250118-2.0.0</version>
12-
<name>Merchant API conversions_v1beta-rev20250118-2.0.0</name>
11+
<version>conversions_v1beta-rev20250203-2.0.0</version>
12+
<name>Merchant API conversions_v1beta-rev20250203-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/conversions_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>conversions_v1beta-rev20250118-2.0.0</version>
25+
<version>conversions_v1beta-rev20250203-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:conversions_v1beta-rev20250118-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:conversions_v1beta-rev20250203-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/datasources_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>datasources_v1beta-rev20250108-2.0.0</version>
25+
<version>datasources_v1beta-rev20250203-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:datasources_v1beta-rev20250108-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20250203-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/datasources_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>datasources_v1beta-rev20250108-2.0.0</version>
12-
<name>Merchant API datasources_v1beta-rev20250108-2.0.0</name>
11+
<version>datasources_v1beta-rev20250203-2.0.0</version>
12+
<name>Merchant API datasources_v1beta-rev20250203-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/datasources_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>datasources_v1beta-rev20250108-2.0.0</version>
25+
<version>datasources_v1beta-rev20250203-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:datasources_v1beta-rev20250108-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20250203-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)