Skip to content

Commit dc02c27

Browse files
1 parent 2b5fb14 commit dc02c27

File tree

10 files changed

+24
-120
lines changed

10 files changed

+24
-120
lines changed

clients/google-api-services-retail/v2alpha/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-retail</artifactId>
25-
<version>v2alpha-rev20251023-2.0.0</version>
25+
<version>v2alpha-rev20251030-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-retail:v2alpha-rev20251023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20251030-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportProductsRequest.java

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

3333
/**
34-
* This field is deprecated. Any filter provided will be ignored.
34+
* Deprecated: This field is deprecated. Any filter provided will be ignored.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,15 +45,15 @@ public final class GoogleCloudRetailV2alphaExportProductsRequest extends com.goo
4545
private GoogleCloudRetailV2alphaOutputConfig outputConfig;
4646

4747
/**
48-
* This field is deprecated. Any filter provided will be ignored.
48+
* Deprecated: This field is deprecated. Any filter provided will be ignored.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getFilter() {
5252
return filter;
5353
}
5454

5555
/**
56-
* This field is deprecated. Any filter provided will be ignored.
56+
* Deprecated: This field is deprecated. Any filter provided will be ignored.
5757
* @param filter filter or {@code null} for none
5858
*/
5959
public GoogleCloudRetailV2alphaExportProductsRequest setFilter(java.lang.String filter) {

clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportUserEventsRequest.java

Lines changed: 3 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,7 @@
3131
public final class GoogleCloudRetailV2alphaExportUserEventsRequest extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* A filtering expression to specify restrictions on returned events. The expression is a sequence
35-
* of terms. Each term applies a restriction to the returned user events. Use this expression to
36-
* restrict results to a specific time range or to filter events by eventType. For example,
37-
* `eventTime > "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems
38-
* eventTime<"2012-04-23T18:25:43.511Z" eventType=search` We expect only three types of fields: *
39-
* `eventTime`: This can be specified twice, once with a less than operator and once with a
40-
* greater than operator. The `eventTime` restriction should result in one, contiguous, valid,
41-
* `eventTime` range. * `eventType`: Boolean operators `OR` and `NOT` are supported if the
42-
* expression is enclosed in parentheses and the operators are separated from the tag values by a
43-
* space. * `eventsMissingCatalogItems`: This restricts results to events for which catalog items
44-
* were not found in the catalog. The default behavior is to return only those events for which
45-
* catalog items were found. Some examples of valid filters expressions: * Example 1: `eventTime >
46-
* "2012-04-23T18:25:43.511Z" eventTime < "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime >
47-
* "2012-04-23T18:25:43.511Z" eventType = detail-page-view` * Example 3:
48-
* `eventsMissingCatalogItems eventType = (NOT search) eventTime < "2018-04-23T18:30:43.511Z"` *
49-
* Example 4: `eventTime > "2012-04-23T18:25:43.511Z"` * Example 5: `eventType = (detail-page-view
50-
* OR search)` * Example 6: `eventsMissingCatalogItems`
34+
* Deprecated: This field is deprecated. Any filter provided will be ignored.
5135
* The value may be {@code null}.
5236
*/
5337
@com.google.api.client.util.Key
@@ -61,47 +45,15 @@ public final class GoogleCloudRetailV2alphaExportUserEventsRequest extends com.g
6145
private GoogleCloudRetailV2alphaOutputConfig outputConfig;
6246

6347
/**
64-
* A filtering expression to specify restrictions on returned events. The expression is a sequence
65-
* of terms. Each term applies a restriction to the returned user events. Use this expression to
66-
* restrict results to a specific time range or to filter events by eventType. For example,
67-
* `eventTime > "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems
68-
* eventTime<"2012-04-23T18:25:43.511Z" eventType=search` We expect only three types of fields: *
69-
* `eventTime`: This can be specified twice, once with a less than operator and once with a
70-
* greater than operator. The `eventTime` restriction should result in one, contiguous, valid,
71-
* `eventTime` range. * `eventType`: Boolean operators `OR` and `NOT` are supported if the
72-
* expression is enclosed in parentheses and the operators are separated from the tag values by a
73-
* space. * `eventsMissingCatalogItems`: This restricts results to events for which catalog items
74-
* were not found in the catalog. The default behavior is to return only those events for which
75-
* catalog items were found. Some examples of valid filters expressions: * Example 1: `eventTime >
76-
* "2012-04-23T18:25:43.511Z" eventTime < "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime >
77-
* "2012-04-23T18:25:43.511Z" eventType = detail-page-view` * Example 3:
78-
* `eventsMissingCatalogItems eventType = (NOT search) eventTime < "2018-04-23T18:30:43.511Z"` *
79-
* Example 4: `eventTime > "2012-04-23T18:25:43.511Z"` * Example 5: `eventType = (detail-page-view
80-
* OR search)` * Example 6: `eventsMissingCatalogItems`
48+
* Deprecated: This field is deprecated. Any filter provided will be ignored.
8149
* @return value or {@code null} for none
8250
*/
8351
public java.lang.String getFilter() {
8452
return filter;
8553
}
8654

8755
/**
88-
* A filtering expression to specify restrictions on returned events. The expression is a sequence
89-
* of terms. Each term applies a restriction to the returned user events. Use this expression to
90-
* restrict results to a specific time range or to filter events by eventType. For example,
91-
* `eventTime > "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems
92-
* eventTime<"2012-04-23T18:25:43.511Z" eventType=search` We expect only three types of fields: *
93-
* `eventTime`: This can be specified twice, once with a less than operator and once with a
94-
* greater than operator. The `eventTime` restriction should result in one, contiguous, valid,
95-
* `eventTime` range. * `eventType`: Boolean operators `OR` and `NOT` are supported if the
96-
* expression is enclosed in parentheses and the operators are separated from the tag values by a
97-
* space. * `eventsMissingCatalogItems`: This restricts results to events for which catalog items
98-
* were not found in the catalog. The default behavior is to return only those events for which
99-
* catalog items were found. Some examples of valid filters expressions: * Example 1: `eventTime >
100-
* "2012-04-23T18:25:43.511Z" eventTime < "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime >
101-
* "2012-04-23T18:25:43.511Z" eventType = detail-page-view` * Example 3:
102-
* `eventsMissingCatalogItems eventType = (NOT search) eventTime < "2018-04-23T18:30:43.511Z"` *
103-
* Example 4: `eventTime > "2012-04-23T18:25:43.511Z"` * Example 5: `eventType = (detail-page-view
104-
* OR search)` * Example 6: `eventsMissingCatalogItems`
56+
* Deprecated: This field is deprecated. Any filter provided will be ignored.
10557
* @param filter filter or {@code null} for none
10658
*/
10759
public GoogleCloudRetailV2alphaExportUserEventsRequest setFilter(java.lang.String filter) {

clients/google-api-services-retail/v2alpha/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-retail</artifactId>
11-
<version>v2alpha-rev20251023-2.0.0</version>
12-
<name>Vertex AI Search for commerce API v2alpha-rev20251023-2.0.0</name>
11+
<version>v2alpha-rev20251030-2.0.0</version>
12+
<name>Vertex AI Search for commerce API v2alpha-rev20251030-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-retail/v2alpha/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-retail</artifactId>
25-
<version>v2alpha-rev20251023-2.0.0</version>
25+
<version>v2alpha-rev20251030-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-retail:v2alpha-rev20251023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20251030-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2beta/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-retail</artifactId>
25-
<version>v2beta-rev20251023-2.0.0</version>
25+
<version>v2beta-rev20251030-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-retail:v2beta-rev20251023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2beta-rev20251030-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportProductsRequest.java

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

3333
/**
34-
* This field is deprecated. Any filter provided will be ignored.
34+
* Deprecated: This field is deprecated. Any filter provided will be ignored.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,15 +45,15 @@ public final class GoogleCloudRetailV2betaExportProductsRequest extends com.goog
4545
private GoogleCloudRetailV2betaOutputConfig outputConfig;
4646

4747
/**
48-
* This field is deprecated. Any filter provided will be ignored.
48+
* Deprecated: This field is deprecated. Any filter provided will be ignored.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getFilter() {
5252
return filter;
5353
}
5454

5555
/**
56-
* This field is deprecated. Any filter provided will be ignored.
56+
* Deprecated: This field is deprecated. Any filter provided will be ignored.
5757
* @param filter filter or {@code null} for none
5858
*/
5959
public GoogleCloudRetailV2betaExportProductsRequest setFilter(java.lang.String filter) {

clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportUserEventsRequest.java

Lines changed: 3 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,7 @@
3131
public final class GoogleCloudRetailV2betaExportUserEventsRequest extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* A filtering expression to specify restrictions on returned events. The expression is a sequence
35-
* of terms. Each term applies a restriction to the returned user events. Use this expression to
36-
* restrict results to a specific time range or to filter events by eventType. For example,
37-
* `eventTime > "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems
38-
* eventTime<"2012-04-23T18:25:43.511Z" eventType=search` We expect only three types of fields: *
39-
* `eventTime`: This can be specified twice, once with a less than operator and once with a
40-
* greater than operator. The `eventTime` restriction should result in one, contiguous, valid,
41-
* `eventTime` range. * `eventType`: Boolean operators `OR` and `NOT` are supported if the
42-
* expression is enclosed in parentheses and the operators are separated from the tag values by a
43-
* space. * `eventsMissingCatalogItems`: This restricts results to events for which catalog items
44-
* were not found in the catalog. The default behavior is to return only those events for which
45-
* catalog items were found. Some examples of valid filters expressions: * Example 1: `eventTime >
46-
* "2012-04-23T18:25:43.511Z" eventTime < "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime >
47-
* "2012-04-23T18:25:43.511Z" eventType = detail-page-view` * Example 3:
48-
* `eventsMissingCatalogItems eventType = (NOT search) eventTime < "2018-04-23T18:30:43.511Z"` *
49-
* Example 4: `eventTime > "2012-04-23T18:25:43.511Z"` * Example 5: `eventType = (detail-page-view
50-
* OR search)` * Example 6: `eventsMissingCatalogItems`
34+
* Deprecated: This field is deprecated. Any filter provided will be ignored.
5135
* The value may be {@code null}.
5236
*/
5337
@com.google.api.client.util.Key
@@ -61,47 +45,15 @@ public final class GoogleCloudRetailV2betaExportUserEventsRequest extends com.go
6145
private GoogleCloudRetailV2betaOutputConfig outputConfig;
6246

6347
/**
64-
* A filtering expression to specify restrictions on returned events. The expression is a sequence
65-
* of terms. Each term applies a restriction to the returned user events. Use this expression to
66-
* restrict results to a specific time range or to filter events by eventType. For example,
67-
* `eventTime > "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems
68-
* eventTime<"2012-04-23T18:25:43.511Z" eventType=search` We expect only three types of fields: *
69-
* `eventTime`: This can be specified twice, once with a less than operator and once with a
70-
* greater than operator. The `eventTime` restriction should result in one, contiguous, valid,
71-
* `eventTime` range. * `eventType`: Boolean operators `OR` and `NOT` are supported if the
72-
* expression is enclosed in parentheses and the operators are separated from the tag values by a
73-
* space. * `eventsMissingCatalogItems`: This restricts results to events for which catalog items
74-
* were not found in the catalog. The default behavior is to return only those events for which
75-
* catalog items were found. Some examples of valid filters expressions: * Example 1: `eventTime >
76-
* "2012-04-23T18:25:43.511Z" eventTime < "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime >
77-
* "2012-04-23T18:25:43.511Z" eventType = detail-page-view` * Example 3:
78-
* `eventsMissingCatalogItems eventType = (NOT search) eventTime < "2018-04-23T18:30:43.511Z"` *
79-
* Example 4: `eventTime > "2012-04-23T18:25:43.511Z"` * Example 5: `eventType = (detail-page-view
80-
* OR search)` * Example 6: `eventsMissingCatalogItems`
48+
* Deprecated: This field is deprecated. Any filter provided will be ignored.
8149
* @return value or {@code null} for none
8250
*/
8351
public java.lang.String getFilter() {
8452
return filter;
8553
}
8654

8755
/**
88-
* A filtering expression to specify restrictions on returned events. The expression is a sequence
89-
* of terms. Each term applies a restriction to the returned user events. Use this expression to
90-
* restrict results to a specific time range or to filter events by eventType. For example,
91-
* `eventTime > "2012-04-23T18:25:43.511Z" eventsMissingCatalogItems
92-
* eventTime<"2012-04-23T18:25:43.511Z" eventType=search` We expect only three types of fields: *
93-
* `eventTime`: This can be specified twice, once with a less than operator and once with a
94-
* greater than operator. The `eventTime` restriction should result in one, contiguous, valid,
95-
* `eventTime` range. * `eventType`: Boolean operators `OR` and `NOT` are supported if the
96-
* expression is enclosed in parentheses and the operators are separated from the tag values by a
97-
* space. * `eventsMissingCatalogItems`: This restricts results to events for which catalog items
98-
* were not found in the catalog. The default behavior is to return only those events for which
99-
* catalog items were found. Some examples of valid filters expressions: * Example 1: `eventTime >
100-
* "2012-04-23T18:25:43.511Z" eventTime < "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime >
101-
* "2012-04-23T18:25:43.511Z" eventType = detail-page-view` * Example 3:
102-
* `eventsMissingCatalogItems eventType = (NOT search) eventTime < "2018-04-23T18:30:43.511Z"` *
103-
* Example 4: `eventTime > "2012-04-23T18:25:43.511Z"` * Example 5: `eventType = (detail-page-view
104-
* OR search)` * Example 6: `eventsMissingCatalogItems`
56+
* Deprecated: This field is deprecated. Any filter provided will be ignored.
10557
* @param filter filter or {@code null} for none
10658
*/
10759
public GoogleCloudRetailV2betaExportUserEventsRequest setFilter(java.lang.String filter) {

clients/google-api-services-retail/v2beta/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-retail</artifactId>
11-
<version>v2beta-rev20251023-2.0.0</version>
12-
<name>Vertex AI Search for commerce API v2beta-rev20251023-2.0.0</name>
11+
<version>v2beta-rev20251030-2.0.0</version>
12+
<name>Vertex AI Search for commerce API v2beta-rev20251030-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-retail/v2beta/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-retail</artifactId>
25-
<version>v2beta-rev20251023-2.0.0</version>
25+
<version>v2beta-rev20251030-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-retail:v2beta-rev20251023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2beta-rev20251030-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)