google-apis-retail_v2alpha 0.128.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: b593f5b49fcac13c6c1deb92aa6cf9fab4b33fcbe06bcde25f7346b679203e51
4
- data.tar.gz: 7f4c973244e1baed442f254609b167b50e45269026f787b00529c2ff6dbbfd78
3
+ metadata.gz: a1b0add2565920daebb1745b8eb2fe96c675597885bd964f1b5c529cac7ce3f8
4
+ data.tar.gz: 5d2f054bf9208a6e3f15e407679f8fc3a5e2bab9e5718af20414c00a6bd02f52
5
5
  SHA512:
6
- metadata.gz: 75eba59f954efd8e00a1d68ecc87bb295aacb2631bf92f00ae5470351d7ce3f3df283e7347f3ae5c9ab2cdcc0ce94733255448a70c94748d7cbf82c4d6fcefaf
7
- data.tar.gz: a41babf0b98f5d60f18aba6b52c8b0090c1498eec42e10fa5f934a70e57df18f18b6e10a9a400155194772fd376b5d6f0891be65bbaffb51c79c898fe0d4373c
6
+ metadata.gz: 4629c31eafc12cda6c273b5fc4216785f024968d7f8f246fbfa05bfa9406929e8b56d0a79190ddef07315a63186723350091f4511ccd798605623746cf509350
7
+ data.tar.gz: 14f60225fa17ea1eed30c73cb7010759f08e275f54cc6845a30656413e213adf71489982779cc4fa05f6329df1c8a7b47b9af022dfa731c7ad98ea7dc0c5a0f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.129.0 (2025-11-02)
8
+
9
+ * Regenerated from discovery document revision 20251023
10
+
3
11
  ### v0.128.0 (2025-10-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20251002
@@ -3561,34 +3561,7 @@ module Google
3561
3561
  class GoogleCloudRetailV2alphaExportProductsRequest
3562
3562
  include Google::Apis::Core::Hashable
3563
3563
 
3564
- # A filtering expression to specify restrictions on returned events. The
3565
- # expression is a sequence of terms. Each term applies a restriction to the
3566
- # returned products. Use this expression to restrict results to a specific time
3567
- # range, tag, or stock state or to filter products by product type. For example,
3568
- # `lastModifiedTime > "2012-04-23T18:25:43.511Z" lastModifiedTime<"2012-04-23T18:
3569
- # 25:43.511Z" productType=primary` We expect only four types of fields: * `
3570
- # lastModifiedTime`: This can be specified twice, once with a less than operator
3571
- # and once with a greater than operator. The `lastModifiedTime` restriction
3572
- # should result in one, contiguous, valid, last-modified, time range. * `
3573
- # productType`: Supported values are `primary` and `variant`. The Boolean
3574
- # operators `OR` and `NOT` are supported if the expression is enclosed in
3575
- # parentheses and must be separated from the `productType` values by a space. * `
3576
- # availability`: Supported values are `IN_STOCK`, `OUT_OF_STOCK`, `PREORDER`,
3577
- # and `BACKORDER`. Boolean operators `OR` and `NOT` are supported if the
3578
- # expression is enclosed in parentheses and must be separated from the `
3579
- # availability` values by a space. * `Tag expressions`: Restricts output to
3580
- # products that match all of the specified tags. Boolean operators `OR` and `NOT`
3581
- # are supported if the expression is enclosed in parentheses and the operators
3582
- # are separated from the tag values by a space. Also supported is '`-"tagA"`',
3583
- # which is equivalent to '`NOT "tagA"`'. Tag values must be double-quoted, UTF-8
3584
- # encoded strings and have a size limit of 1,000 characters. Some examples of
3585
- # valid filters expressions: * Example 1: `lastModifiedTime > "2012-04-23T18:25:
3586
- # 43.511Z" lastModifiedTime < "2012-04-23T18:30:43.511Z"` * Example 2: `
3587
- # lastModifiedTime > "2012-04-23T18:25:43.511Z" productType = "variant"` *
3588
- # Example 3: `tag=("Red" OR "Blue") tag="New-Arrival" tag=(NOT "promotional")
3589
- # productType = "primary" lastModifiedTime < "2018-04-23T18:30:43.511Z"` *
3590
- # Example 4: `lastModifiedTime > "2012-04-23T18:25:43.511Z"` * Example 5: `
3591
- # availability = (IN_STOCK OR BACKORDER)`
3564
+ # Deprecated: This field is deprecated. Any filter provided will be ignored.
3592
3565
  # Corresponds to the JSON property `filter`
3593
3566
  # @return [String]
3594
3567
  attr_accessor :filter
@@ -3647,27 +3620,7 @@ module Google
3647
3620
  class GoogleCloudRetailV2alphaExportUserEventsRequest
3648
3621
  include Google::Apis::Core::Hashable
3649
3622
 
3650
- # A filtering expression to specify restrictions on returned events. The
3651
- # expression is a sequence of terms. Each term applies a restriction to the
3652
- # returned user events. Use this expression to restrict results to a specific
3653
- # time range or to filter events by eventType. For example, `eventTime > "2012-
3654
- # 04-23T18:25:43.511Z" eventsMissingCatalogItems eventTime<"2012-04-23T18:25:43.
3655
- # 511Z" eventType=search` We expect only three types of fields: * `eventTime`:
3656
- # This can be specified twice, once with a less than operator and once with a
3657
- # greater than operator. The `eventTime` restriction should result in one,
3658
- # contiguous, valid, `eventTime` range. * `eventType`: Boolean operators `OR`
3659
- # and `NOT` are supported if the expression is enclosed in parentheses and the
3660
- # operators are separated from the tag values by a space. * `
3661
- # eventsMissingCatalogItems`: This restricts results to events for which catalog
3662
- # items were not found in the catalog. The default behavior is to return only
3663
- # those events for which catalog items were found. Some examples of valid
3664
- # filters expressions: * Example 1: `eventTime > "2012-04-23T18:25:43.511Z"
3665
- # eventTime < "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime > "2012-04-
3666
- # 23T18:25:43.511Z" eventType = detail-page-view` * Example 3: `
3667
- # eventsMissingCatalogItems eventType = (NOT search) eventTime < "2018-04-23T18:
3668
- # 30:43.511Z"` * Example 4: `eventTime > "2012-04-23T18:25:43.511Z"` * Example 5:
3669
- # `eventType = (detail-page-view OR search)` * Example 6: `
3670
- # eventsMissingCatalogItems`
3623
+ # Deprecated: This field is deprecated. Any filter provided will be ignored.
3671
3624
  # Corresponds to the JSON property `filter`
3672
3625
  # @return [String]
3673
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.128.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 = "20251002"
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.128.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.128.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: