google-apis-retail_v2alpha 0.7.0 → 0.12.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: e677abc0697fdb02d29f6f330b78de634776d166c5513e1d4b87e1c91d603376
4
- data.tar.gz: e0a6fb2e1df0782ad87fa57f6c77526c0eff8156b13fef887f6eee03a8bcb830
3
+ metadata.gz: 217dc8f9d5b7bce078f1d66ff914aa857f5b6dc5ee97585c7c22e1ba1120776d
4
+ data.tar.gz: 76ede69fd2c4a66bd2288c2f74dd72109d013d7f6feabc88224a42d0169c8b80
5
5
  SHA512:
6
- metadata.gz: 0f75d70c9333adb5eb5f5c794d735f6deb40b12f16fc0c94fd68a52d65995ccecb260e576f7b13ac7a0383df944c228ed9f31b0551271a4f77ba4cedbe95e18e
7
- data.tar.gz: 6e2cdb328ade37dc1fe2a32593a18e331d48c9d850de9bf38ea683492678fc4c90ad56ed7c7fba0772d1c1931de29c2ae00b288066762ddd7559ef0c0c34b1c0
6
+ metadata.gz: be75ac6c1750575f107430a03224171b43876a35ff5a594c9293282b116428d8aedda0bdb7cc53329fff57c5afe4e38e1c8fc06f9deb57b2f007caf42e09f19c
7
+ data.tar.gz: 528b8ff6e7c24b787385184982d5a1734af9c7814e018d55a37f277cb2297a4b256da1b61b1e4518bda93834b405e6d618d4861d5200dcca1ec7725401eb3683
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.12.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.11.0 (2021-06-24)
8
+
9
+ * Regenerated from discovery document revision 20210614
10
+
11
+ ### v0.10.0 (2021-06-07)
12
+
13
+ * Regenerated from discovery document revision 20210528
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.9.0 (2021-05-28)
17
+
18
+ * Regenerated from discovery document revision 20210521
19
+
20
+ ### v0.8.0 (2021-05-22)
21
+
22
+ * Regenerated from discovery document revision 20210514
23
+ * Unspecified changes
24
+
3
25
  ### v0.7.0 (2021-05-11)
4
26
 
5
27
  * Regenerated from discovery document revision 20210430
@@ -1058,7 +1058,14 @@ module Google
1058
1058
  # being clicked/purchased given the user's context and history. * `
1059
1059
  # strictFiltering`: Boolean. True by default. If set to false, the service will
1060
1060
  # return generic (unfiltered) popular products instead of empty if your filter
1061
- # blocks all prediction results.
1061
+ # blocks all prediction results. * `priceRerankLevel`: String. Default empty. If
1062
+ # set to be non-empty, then it needs to be one of `'no-price-reranking', 'low-
1063
+ # price-reranking', 'medium-price-reranking', 'high-price-reranking'`. This
1064
+ # gives request level control and adjust prediction results based on product
1065
+ # price. * `diversityLevel`: String. Default empty. If set to be non-empty, then
1066
+ # it needs to be one of `'no-diversity', 'low-diversity', 'medium-diversity', '
1067
+ # high-diversity', 'auto-diversity'`. This gives request level control and
1068
+ # adjust prediction results based on product category.
1062
1069
  # Corresponds to the JSON property `params`
1063
1070
  # @return [Hash<String,Object>]
1064
1071
  attr_accessor :params
@@ -1222,7 +1229,7 @@ module Google
1222
1229
  # product, or age of a customer. For example: `` "vendor": `"text": ["vendor123",
1223
1230
  # "vendor456"]`, "lengths_cm": `"numbers":[2.3, 15.4]`, "heights_cm": `"numbers"
1224
1231
  # :[8.1, 6.4]` ``. This field needs to pass all below criteria, otherwise an
1225
- # INVALID_ARGUMENT error is returned: * Max entries count: 150 by default; 100
1232
+ # INVALID_ARGUMENT error is returned: * Max entries count: 200 by default; 100
1226
1233
  # for Type.VARIANT. * The key must be a UTF-8 encoded string with a length limit
1227
1234
  # of 128 characters.
1228
1235
  # Corresponds to the JSON property `attributes`
@@ -1339,8 +1346,8 @@ module Google
1339
1346
  # @return [String]
1340
1347
  attr_accessor :title
1341
1348
 
1342
- # Immutable. The type of the product. This field is output-only. Default to
1343
- # Catalog.product_level_config.ingestion_product_type if unset.
1349
+ # Immutable. The type of the product. Default to Catalog.product_level_config.
1350
+ # ingestion_product_type if unset.
1344
1351
  # Corresponds to the JSON property `type`
1345
1352
  # @return [String]
1346
1353
  attr_accessor :type
@@ -1723,11 +1730,12 @@ module Google
1723
1730
 
1724
1731
  # Required. User event type. Allowed values are: * `add-to-cart`: Products being
1725
1732
  # added to cart. * `category-page-view`: Special pages such as sale or promotion
1726
- # pages viewed. * `detail-page-view`: Products detail page viewed. * `home-page-
1727
- # view`: Homepage viewed. * `promotion-offered`: Promotion is offered to a user.
1728
- # * `promotion-not-offered`: Promotion is not offered to a user. * `purchase-
1729
- # complete`: User finishing a purchase. * `search`: Product search. * `shopping-
1730
- # cart-page-view`: User viewing a shopping cart.
1733
+ # pages viewed. * `completion`: Completion query result showed/clicked. * `
1734
+ # detail-page-view`: Products detail page viewed. * `home-page-view`: Homepage
1735
+ # viewed. * `promotion-offered`: Promotion is offered to a user. * `promotion-
1736
+ # not-offered`: Promotion is not offered to a user. * `purchase-complete`: User
1737
+ # finishing a purchase. * `search`: Product search. * `shopping-cart-page-view`:
1738
+ # User viewing a shopping cart.
1731
1739
  # Corresponds to the JSON property `eventType`
1732
1740
  # @return [String]
1733
1741
  attr_accessor :event_type
@@ -1797,12 +1805,6 @@ module Google
1797
1805
  # @return [String]
1798
1806
  attr_accessor :search_query
1799
1807
 
1800
- # Represents the user sessions to aggregate user behavior within a time period.
1801
- # If not set, heuristics will be used to autogenerate one.
1802
- # Corresponds to the JSON property `sessionId`
1803
- # @return [String]
1804
- attr_accessor :session_id
1805
-
1806
1808
  # Complete URL (window.location.href) of the user's current page. When using the
1807
1809
  # client side event reporting with JavaScript pixel and Google Tag Manager, this
1808
1810
  # value is filled in automatically. Maximum length 5,000 characters.
@@ -1845,7 +1847,6 @@ module Google
1845
1847
  @purchase_transaction = args[:purchase_transaction] if args.key?(:purchase_transaction)
1846
1848
  @referrer_uri = args[:referrer_uri] if args.key?(:referrer_uri)
1847
1849
  @search_query = args[:search_query] if args.key?(:search_query)
1848
- @session_id = args[:session_id] if args.key?(:session_id)
1849
1850
  @uri = args[:uri] if args.key?(:uri)
1850
1851
  @user_info = args[:user_info] if args.key?(:user_info)
1851
1852
  @visitor_id = args[:visitor_id] if args.key?(:visitor_id)
@@ -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.7.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210430"
25
+ REVISION = "20210614"
26
26
  end
27
27
  end
28
28
  end
@@ -908,7 +908,6 @@ module Google
908
908
 
909
909
  property :referrer_uri, as: 'referrerUri'
910
910
  property :search_query, as: 'searchQuery'
911
- property :session_id, as: 'sessionId'
912
911
  property :uri, as: 'uri'
913
912
  property :user_info, as: 'userInfo', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaUserInfo, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaUserInfo::Representation
914
913
 
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.12.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-05-18 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Retail API V2alpha. Simple REST clients
28
34
  are Ruby client libraries that provide access to Google services via their HTTP
29
35
  REST API endpoints. These libraries are generated and updated automatically based
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.12.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2alpha
57
63
  post_install_message:
58
64
  rdoc_options: []