Skip to content

Commit 71e72c6

Browse files
feat: Automated regeneration of retail v2alpha client (#24899)
Auto-created at 2025-11-09 09:44:48 +0000 using the toys pull request generator.
1 parent 34e921b commit 71e72c6

File tree

3 files changed

+8
-24
lines changed

3 files changed

+8
-24
lines changed

generated/google-apis-retail_v2alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-retail_v2alpha
22

3+
### v0.130.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251030
6+
37
### v0.129.0 (2025-11-02)
48

59
* Regenerated from discovery document revision 20251023

generated/google-apis-retail_v2alpha/lib/google/apis/retail_v2alpha/classes.rb

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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

generated/google-apis-retail_v2alpha/lib/google/apis/retail_v2alpha/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RetailV2alpha
1818
# Version of the google-apis-retail_v2alpha gem
19-
GEM_VERSION = "0.129.0"
19+
GEM_VERSION = "0.130.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251023"
25+
REVISION = "20251030"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)