@@ -3561,7 +3561,7 @@ def update!(**args)
35613561 class GoogleCloudRetailV2alphaExportProductsRequest
35623562 include Google ::Apis ::Core ::Hashable
35633563
3564- # This field is deprecated. Any filter provided will be ignored.
3564+ # Deprecated: This field is deprecated. Any filter provided will be ignored.
35653565 # Corresponds to the JSON property `filter`
35663566 # @return [String]
35673567 attr_accessor :filter
@@ -3620,27 +3620,7 @@ def update!(**args)
36203620 class GoogleCloudRetailV2alphaExportUserEventsRequest
36213621 include Google ::Apis ::Core ::Hashable
36223622
3623- # A filtering expression to specify restrictions on returned events. The
3624- # expression is a sequence of terms. Each term applies a restriction to the
3625- # returned user events. Use this expression to restrict results to a specific
3626- # time range or to filter events by eventType. For example, `eventTime > "2012-
3627- # 04-23T18:25:43.511Z" eventsMissingCatalogItems eventTime<"2012-04-23T18:25:43.
3628- # 511Z" eventType=search` We expect only three types of fields: * `eventTime`:
3629- # This can be specified twice, once with a less than operator and once with a
3630- # greater than operator. The `eventTime` restriction should result in one,
3631- # contiguous, valid, `eventTime` range. * `eventType`: Boolean operators `OR`
3632- # and `NOT` are supported if the expression is enclosed in parentheses and the
3633- # operators are separated from the tag values by a space. * `
3634- # eventsMissingCatalogItems`: This restricts results to events for which catalog
3635- # items were not found in the catalog. The default behavior is to return only
3636- # those events for which catalog items were found. Some examples of valid
3637- # filters expressions: * Example 1: `eventTime > "2012-04-23T18:25:43.511Z"
3638- # eventTime < "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime > "2012-04-
3639- # 23T18:25:43.511Z" eventType = detail-page-view` * Example 3: `
3640- # eventsMissingCatalogItems eventType = (NOT search) eventTime < "2018-04-23T18:
3641- # 30:43.511Z"` * Example 4: `eventTime > "2012-04-23T18:25:43.511Z"` * Example 5:
3642- # `eventType = (detail-page-view OR search)` * Example 6: `
3643- # eventsMissingCatalogItems`
3623+ # Deprecated: This field is deprecated. Any filter provided will be ignored.
36443624 # Corresponds to the JSON property `filter`
36453625 # @return [String]
36463626 attr_accessor :filter
0 commit comments