google-apis-retail_v2alpha 0.129.0 → 0.130.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8af2acaedc770e28a48f5029fef533ff8ffc1f30fdddfad919574ee258662e9b
4
- data.tar.gz: 0b151c34cf2006f0652336b3448568e2d31467b51aa75fc6268b857935e42624
3
+ metadata.gz: a1b0add2565920daebb1745b8eb2fe96c675597885bd964f1b5c529cac7ce3f8
4
+ data.tar.gz: 5d2f054bf9208a6e3f15e407679f8fc3a5e2bab9e5718af20414c00a6bd02f52
5
5
  SHA512:
6
- metadata.gz: b4231984c4bd8f03539855cb64cc131305fa5c72bb54ff70c9df3ce34548d8a52b0ef3849c8b3fb977f1c9de764db47998dbfb68cff3d024df64a741b3186036
7
- data.tar.gz: f8d0e574160672a20f2f123926bfcce8d17aaf05d013e989db01192de2016667007f4bccbb1ff9585b833fe98aa9c6a30c55b3a83defbc2ab5314902184b4317
6
+ metadata.gz: 4629c31eafc12cda6c273b5fc4216785f024968d7f8f246fbfa05bfa9406929e8b56d0a79190ddef07315a63186723350091f4511ccd798605623746cf509350
7
+ data.tar.gz: 14f60225fa17ea1eed30c73cb7010759f08e275f54cc6845a30656413e213adf71489982779cc4fa05f6329df1c8a7b47b9af022dfa731c7ad98ea7dc0c5a0f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.130.0 (2025-11-09)
4
+
5
+ * Regenerated from discovery document revision 20251030
6
+
3
7
  ### v0.129.0 (2025-11-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20251023
@@ -3561,7 +3561,7 @@ module Google
3561
3561
  class GoogleCloudRetailV2alphaExportProductsRequest
3562
3562
  include Google::Apis::Core::Hashable
3563
3563
 
3564
- # This field is deprecated. Any filter provided will be ignored.
3564
+ # Deprecated: This field is deprecated. Any filter provided will be ignored.
3565
3565
  # Corresponds to the JSON property `filter`
3566
3566
  # @return [String]
3567
3567
  attr_accessor :filter
@@ -3620,27 +3620,7 @@ module Google
3620
3620
  class GoogleCloudRetailV2alphaExportUserEventsRequest
3621
3621
  include Google::Apis::Core::Hashable
3622
3622
 
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.
3644
3624
  # Corresponds to the JSON property `filter`
3645
3625
  # @return [String]
3646
3626
  attr_accessor :filter
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2alpha
18
18
  # Version of the google-apis-retail_v2alpha gem
19
- GEM_VERSION = "0.129.0"
19
+ GEM_VERSION = "0.130.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251023"
25
+ REVISION = "20251030"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.129.0
4
+ version: 0.130.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.129.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.130.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
62
62
  rdoc_options: []
63
63
  require_paths: