3131public 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 ) {
0 commit comments