google-apis-retail_v2 0.64.0 → 0.66.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 622ff4fe49dfa205d4b2cdf2dee86c48ae1aa2b037d84b209b533f30edb71bdc
4
- data.tar.gz: fcf1577667bc6090815a7f8cdba1b0ad4b07236030958a5fc450e8633dac7872
3
+ metadata.gz: cb2fa3180c78f69e29929609042d6389cbb72bbd9086acb977a03aa60bb83ed2
4
+ data.tar.gz: 7eca9883dd240581b960f5c0d8258cd2287b56793f03003c2b4da93cd8ccf899
5
5
  SHA512:
6
- metadata.gz: 76e77a8d0c6117fbf38aa038255699639981fb60d8c277b220dc308171f8b77163c3d038f5664b980662c05bfd098a400944264facbb32540eb92b186abcdb70
7
- data.tar.gz: 119e40f0b6a507272ab0532fcf0e01671d0741cbee274e2dd98871a06ed682d22484d06799bc143648ba0b4fc4bb2a1403ab1663dea6f2437f0b1fec70475c7c
6
+ metadata.gz: 49d17b55086e9a3c9bded63bce9c6fc6a984834b03e14fc6c63d3384c6d6b44520dae476dba278318fd363ab87a35af4f9eff2df1287084af103c86b10361628
7
+ data.tar.gz: 6d461abbd59525f637264d4b4aec9127e40be9e5ac979e7fba130968367c517f0d089e9a63f8fc2763588504ed739bcbccebe44717dbe8552388c4ccd48acf85
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.66.0 (2023-02-15)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.65.0 (2023-02-12)
8
+
9
+ * Regenerated from discovery document revision 20230202
10
+
3
11
  ### v0.64.0 (2023-02-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230126
@@ -2155,8 +2155,9 @@ module Google
2155
2155
  # filterSyntaxV2` is set to true under the `params` field, then attribute-based
2156
2156
  # expressions are expected instead of the above described tag-based syntax.
2157
2157
  # Examples: * (colors: ANY("Red", "Blue")) AND NOT (categories: ANY("Phones")) *
2158
- # (availability: ANY("IN_STOCK")) AND (colors: ANY("Red") OR categories: ANY("
2159
- # Phones"))
2158
+ # (brands: ANY("Pixel")) AND (colors: ANY("Red") OR categories: ANY("Phones"))
2159
+ # For more information, see [Filter recommendations](https://cloud.google.com/
2160
+ # retail/docs/filter-recs).
2160
2161
  # Corresponds to the JSON property `filter`
2161
2162
  # @return [String]
2162
2163
  attr_accessor :filter
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2
18
18
  # Version of the google-apis-retail_v2 gem
19
- GEM_VERSION = "0.64.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230126"
25
+ REVISION = "20230202"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.0
4
+ version: 0.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-05 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.64.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.66.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
63
63
  post_install_message:
64
64
  rdoc_options: []