google-apis-retail_v2beta 0.10.0 → 0.11.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: f1ddd8a575843fd27ccc2710a63f55373703250de5965b684da86d59f453db89
4
- data.tar.gz: c1c1dc73189a171dc6adf5a0c6cd4e283d7077cd036a5acb7d0fa7a245de675a
3
+ metadata.gz: bade106c80b97fded5acbd709fcab36e3dc7723667c5f1722de6ead5ac9d981a
4
+ data.tar.gz: ff639764226b8ef0d318af28cc6b7937d915289c1cbd7d9ab08d139765ba4ebf
5
5
  SHA512:
6
- metadata.gz: 9320083f37c84f9a7d4c97bfabb8be54ee6cde6309752e6c3a17d08b1488af008e1779fb41579a00729377d6247df633265d77ba28c9b4b777bb84d33f96c07a
7
- data.tar.gz: 43e06734bfedb78d744aca9168d3efa834b69e0710938fd82102d363dfef994b45631455eff650710d948e41fe7f639128dc68d3aee871a704826f928c82331c
6
+ metadata.gz: '0825792a3e45053be5fd7aa0ed3e729ecc593d05170e56940edc6eed4375d891a8716fca931fb93f55f02bde2cfd3ab15310d9c791f240a5839d862345e8662a'
7
+ data.tar.gz: 5a0de2ac1bfcf7f5e1aa0254a3076299cd79f34d783fe73e32e66e81b56eda8aa4197b464e4ebbb4f2d4f6e12f992a72185f8770caef179518be5f8b03971434
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.11.0 (2021-07-03)
4
+
5
+ * Regenerated from discovery document revision 20210625
6
+ * Regenerated using generator version 0.4.0
7
+
3
8
  ### v0.10.0 (2021-06-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20210614
@@ -1378,11 +1378,11 @@ module Google
1378
1378
  # blocks all prediction results. * `priceRerankLevel`: String. Default empty. If
1379
1379
  # set to be non-empty, then it needs to be one of `'no-price-reranking', 'low-
1380
1380
  # price-reranking', 'medium-price-reranking', 'high-price-reranking'`. This
1381
- # gives request level control and adjust prediction results based on product
1381
+ # gives request-level control and adjusts prediction results based on product
1382
1382
  # price. * `diversityLevel`: String. Default empty. If set to be non-empty, then
1383
1383
  # it needs to be one of `'no-diversity', 'low-diversity', 'medium-diversity', '
1384
- # high-diversity', 'auto-diversity'`. This gives request level control and
1385
- # adjust prediction results based on product category.
1384
+ # high-diversity', 'auto-diversity'`. This gives request-level control and
1385
+ # adjusts prediction results based on product category.
1386
1386
  # Corresponds to the JSON property `params`
1387
1387
  # @return [Hash<String,Object>]
1388
1388
  attr_accessor :params
@@ -2262,9 +2262,10 @@ module Google
2262
2262
  attr_accessor :direct_user_request
2263
2263
  alias_method :direct_user_request?, :direct_user_request
2264
2264
 
2265
- # The end user's IP address. This field is used to extract location information
2266
- # for personalization. This field must be either an IPv4 address (e.g. "104.133.
2267
- # 9.80") or an IPv6 address (e.g. "2001:0db8:85a3:0000:0000:8a2e:0370:7334").
2265
+ # The end user's IP address. Required for getting SearchRespons.
2266
+ # sponsored_results. This field is used to extract location information for
2267
+ # personalization. This field must be either an IPv4 address (e.g. "104.133.9.80"
2268
+ # ) or an IPv6 address (e.g. "2001:0db8:85a3:0000:0000:8a2e:0370:7334").
2268
2269
  # Otherwise, an INVALID_ARGUMENT error is returned. This should not be set when
2269
2270
  # using the JavaScript tag in UserEventService.CollectUserEvent or if
2270
2271
  # direct_user_request is set.
@@ -2272,11 +2273,12 @@ module Google
2272
2273
  # @return [String]
2273
2274
  attr_accessor :ip_address
2274
2275
 
2275
- # User agent as included in the HTTP header. The field must be a UTF-8 encoded
2276
- # string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT
2277
- # error is returned. This should not be set when using the client side event
2278
- # reporting with GTM or JavaScript tag in UserEventService.CollectUserEvent or
2279
- # if direct_user_request is set.
2276
+ # User agent as included in the HTTP header. Required for getting SearchRespons.
2277
+ # sponsored_results. The field must be a UTF-8 encoded string with a length
2278
+ # limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
2279
+ # This should not be set when using the client side event reporting with GTM or
2280
+ # JavaScript tag in UserEventService.CollectUserEvent or if direct_user_request
2281
+ # is set.
2280
2282
  # Corresponds to the JSON property `userAgent`
2281
2283
  # @return [String]
2282
2284
  attr_accessor :user_agent
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210614"
25
+ REVISION = "20210625"
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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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: 2021-06-28 00:00:00.000000000 Z
11
+ date: 2021-07-05 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.3'
19
+ version: '0.4'
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.3'
29
+ version: '0.4'
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/master/generated/google-apis-retail_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []