Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-retail_v2alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-retail_v2alpha

### v0.130.0 (2025-11-09)

* Regenerated from discovery document revision 20251030

### v0.129.0 (2025-11-02)

* Regenerated from discovery document revision 20251023
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3561,7 +3561,7 @@ def update!(**args)
class GoogleCloudRetailV2alphaExportProductsRequest
include Google::Apis::Core::Hashable

# This field is deprecated. Any filter provided will be ignored.
# Deprecated: This field is deprecated. Any filter provided will be ignored.
# Corresponds to the JSON property `filter`
# @return [String]
attr_accessor :filter
Expand Down Expand Up @@ -3620,27 +3620,7 @@ def update!(**args)
class GoogleCloudRetailV2alphaExportUserEventsRequest
include Google::Apis::Core::Hashable

# A filtering expression to specify restrictions on returned events. The
# expression is a sequence of terms. Each term applies a restriction to the
# returned user events. Use this expression to restrict results to a specific
# time range or to filter events by eventType. For example, `eventTime > "2012-
# 04-23T18:25:43.511Z" eventsMissingCatalogItems eventTime<"2012-04-23T18:25:43.
# 511Z" eventType=search` We expect only three types of fields: * `eventTime`:
# This can be specified twice, once with a less than operator and once with a
# greater than operator. The `eventTime` restriction should result in one,
# contiguous, valid, `eventTime` range. * `eventType`: Boolean operators `OR`
# and `NOT` are supported if the expression is enclosed in parentheses and the
# operators are separated from the tag values by a space. * `
# eventsMissingCatalogItems`: This restricts results to events for which catalog
# items were not found in the catalog. The default behavior is to return only
# those events for which catalog items were found. Some examples of valid
# filters expressions: * Example 1: `eventTime > "2012-04-23T18:25:43.511Z"
# eventTime < "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime > "2012-04-
# 23T18:25:43.511Z" eventType = detail-page-view` * Example 3: `
# eventsMissingCatalogItems eventType = (NOT search) eventTime < "2018-04-23T18:
# 30:43.511Z"` * Example 4: `eventTime > "2012-04-23T18:25:43.511Z"` * Example 5:
# `eventType = (detail-page-view OR search)` * Example 6: `
# eventsMissingCatalogItems`
# Deprecated: This field is deprecated. Any filter provided will be ignored.
# Corresponds to the JSON property `filter`
# @return [String]
attr_accessor :filter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module RetailV2alpha
# Version of the google-apis-retail_v2alpha gem
GEM_VERSION = "0.129.0"
GEM_VERSION = "0.130.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20251023"
REVISION = "20251030"
end
end
end