Skip to content

Commit 53b6b11

Browse files
1 parent c6c01e0 commit 53b6b11

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-merchantapi/reports_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>reports_v1beta-rev20250621-2.0.0</version>
25+
<version>reports_v1beta-rev20250808-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:reports_v1beta-rev20250621-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:reports_v1beta-rev20250808-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/reports_v1beta/2.0.0/com/google/api/services/merchantapi/reports_v1beta/model/SearchRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final class SearchRequest extends com.google.api.client.json.GenericJson
5050
* Required. Query that defines a report to be retrieved. For details on how to construct your
5151
* query, see the [Query Language guide](/merchant/api/guides/reports/query-language). For the
5252
* full list of available tables and fields, see the [Available
53-
* fields](/merchant/api/reference/rest/reports_v1beta/accounts.reports).
53+
* fields](/merchant/api/reference/rest/reports_{api_version}/accounts.reports).
5454
* The value may be {@code null}.
5555
*/
5656
@com.google.api.client.util.Key
@@ -100,7 +100,7 @@ public SearchRequest setPageToken(java.lang.String pageToken) {
100100
* Required. Query that defines a report to be retrieved. For details on how to construct your
101101
* query, see the [Query Language guide](/merchant/api/guides/reports/query-language). For the
102102
* full list of available tables and fields, see the [Available
103-
* fields](/merchant/api/reference/rest/reports_v1beta/accounts.reports).
103+
* fields](/merchant/api/reference/rest/reports_{api_version}/accounts.reports).
104104
* @return value or {@code null} for none
105105
*/
106106
public java.lang.String getQuery() {
@@ -111,7 +111,7 @@ public java.lang.String getQuery() {
111111
* Required. Query that defines a report to be retrieved. For details on how to construct your
112112
* query, see the [Query Language guide](/merchant/api/guides/reports/query-language). For the
113113
* full list of available tables and fields, see the [Available
114-
* fields](/merchant/api/reference/rest/reports_v1beta/accounts.reports).
114+
* fields](/merchant/api/reference/rest/reports_{api_version}/accounts.reports).
115115
* @param query query or {@code null} for none
116116
*/
117117
public SearchRequest setQuery(java.lang.String query) {

clients/google-api-services-merchantapi/reports_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>reports_v1beta-rev20250621-2.0.0</version>
12-
<name>Merchant API reports_v1beta-rev20250621-2.0.0</name>
11+
<version>reports_v1beta-rev20250808-2.0.0</version>
12+
<name>Merchant API reports_v1beta-rev20250808-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/reports_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>reports_v1beta-rev20250621-2.0.0</version>
25+
<version>reports_v1beta-rev20250808-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:reports_v1beta-rev20250621-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:reports_v1beta-rev20250808-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)