google-apis-recommendationengine_v1beta1 0.1.0 → 0.2.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: 80ab1fa68850e120723d0d506930fbb0c79fb13d45ccfe3381780163190ad3d6
4
- data.tar.gz: 6c1df3c74ae12894360ea40868fe6c6f4da98c437d56418148ea8158a2cf6a32
3
+ metadata.gz: 5b1f0e209290b81d8b8396ee805830b40d0c0737a0f80c31d2f80eda89ffde81
4
+ data.tar.gz: fc71b4d99f4315ef2a38d3dae10fc95a1b5f6ef8a81728b516490ffd837fd8e5
5
5
  SHA512:
6
- metadata.gz: e48599fb8c8d1e9fa20171f2db21a3b2ca8da4705a6936c9cc1a9f1279fb96be2c353217d23ff3de9dd0a7f1af5a79d1728a4e8dd69741bf9fc839e0e1b9c9f0
7
- data.tar.gz: 5ce1a5fc89db3c63bbb5dc5267d88160a871b5355d47e920c69343ececabef6eec01d31f5b26a374049342f656a217db87c6237b565db6d1f251b532fed29a1e
6
+ metadata.gz: cc714b4102d9319347be76b0e5786498c7753340c9e56b1585bbc32e5605ab526a9d9c0ea37ea7034890e7a13426d1d0da41f8b2ccd2bc4a2e376114a0242cd4
7
+ data.tar.gz: f07dd66219ea8549c70ea10fd4f7524fd54902ee87e5f8dd6644ece278a8cc046048af288b634b007f27222cd37950f670a625126629cf7e92dab94c4df0ccbb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-recommendationengine_v1beta1
2
2
 
3
+ ### v0.2.0 (2021-02-06)
4
+
5
+ * Regenerated from discovery document revision 20210202
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1beta1 of the Recommendations AI
1
+ # Simple REST client for version V1beta1 of the Recommendations AI (Beta)
2
2
 
3
- This is a simple client library for version V1beta1 of the Recommendations AI. It provides:
3
+ This is a simple client library for version V1beta1 of the Recommendations AI (Beta). It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Recommendationengine service in particular.)
67
67
 
68
- For reference information on specific calls in the Recommendations AI, see the {Google::Apis::RecommendationengineV1beta1::RecommendationsAIService class reference docs}.
68
+ For reference information on specific calls in the Recommendations AI (Beta), see the {Google::Apis::RecommendationengineV1beta1::RecommendationsAIService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -19,15 +19,18 @@ require 'google/apis/recommendationengine_v1beta1/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # Recommendations AI
22
+ # Recommendations AI (Beta)
23
23
  #
24
- # Recommendations AI service enables customers to build end-to-end personalized
25
- # recommendation systems without requiring a high level of expertise in machine
26
- # learning, recommendation system, or Google Cloud.
24
+ # Note that we now highly recommend new customers to use Retail API, which
25
+ # incorporates the GA version of the Recommendations AI funtionalities. To
26
+ # enable Retail API, please visit https://console.cloud.google.com/apis/library/
27
+ # retail.googleapis.com. The Recommendations AI service enables customers to
28
+ # build end-to-end personalized recommendation systems without requiring a high
29
+ # level of expertise in machine learning, recommendation system, or Google Cloud.
27
30
  #
28
31
  # @see https://cloud.google.com/recommendations-ai/docs
29
32
  module RecommendationengineV1beta1
30
- # Version of the Recommendations AI this client connects to.
33
+ # Version of the Recommendations AI (Beta) this client connects to.
31
34
  # This is NOT the gem version.
32
35
  VERSION = 'V1beta1'
33
36
 
@@ -1366,8 +1366,9 @@ module Google
1366
1366
  # @return [String]
1367
1367
  attr_accessor :list_id
1368
1368
 
1369
- # Required for `category-page-view` events. Other event types should not set
1370
- # this field. The categories associated with a category page. Category pages
1369
+ # Required for `category-page-view` events. At least one of search_query or
1370
+ # page_categories is required for `search` events. Other event types should not
1371
+ # set this field. The categories associated with a category page. Category pages
1371
1372
  # include special pages such as sales or promotions. For instance, a special
1372
1373
  # sale page may have the category hierarchy: categories : ["Sales", "2017 Black
1373
1374
  # Friday Deals"].
@@ -1397,8 +1398,9 @@ module Google
1397
1398
  # @return [Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1PurchaseTransaction]
1398
1399
  attr_accessor :purchase_transaction
1399
1400
 
1400
- # Required for `search` events. Other event types should not set this field. The
1401
- # user's search query as UTF-8 encoded text with a length limit of 5 KiB.
1401
+ # At least one of search_query or page_categories is required for `search`
1402
+ # events. Other event types should not set this field. The user's search query
1403
+ # as UTF-8 encoded text with a length limit of 5 KiB.
1402
1404
  # Corresponds to the JSON property `searchQuery`
1403
1405
  # @return [String]
1404
1406
  attr_accessor :search_query
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RecommendationengineV1beta1
18
18
  # Version of the google-apis-recommendationengine_v1beta1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201212"
25
+ REVISION = "20210202"
26
26
  end
27
27
  end
28
28
  end
@@ -20,11 +20,14 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module RecommendationengineV1beta1
23
- # Recommendations AI
23
+ # Recommendations AI (Beta)
24
24
  #
25
- # Recommendations AI service enables customers to build end-to-end personalized
26
- # recommendation systems without requiring a high level of expertise in machine
27
- # learning, recommendation system, or Google Cloud.
25
+ # Note that we now highly recommend new customers to use Retail API, which
26
+ # incorporates the GA version of the Recommendations AI funtionalities. To
27
+ # enable Retail API, please visit https://console.cloud.google.com/apis/library/
28
+ # retail.googleapis.com. The Recommendations AI service enables customers to
29
+ # build end-to-end personalized recommendation systems without requiring a high
30
+ # level of expertise in machine learning, recommendation system, or Google Cloud.
28
31
  #
29
32
  # @example
30
33
  # require 'google/apis/recommendationengine_v1beta1'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-recommendationengine_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -24,13 +24,13 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0.1'
27
- description: This is the simple REST client for Recommendations AI V1beta1. Simple
28
- REST clients are Ruby client libraries that provide access to Google services via
29
- their HTTP REST API endpoints. These libraries are generated and updated automatically
27
+ description: This is the simple REST client for Recommendations AI (Beta) V1beta1.
28
+ Simple REST clients are Ruby client libraries that provide access to Google services
29
+ via their HTTP REST API endpoints. These libraries are generated and updated automatically
30
30
  based on the discovery documents published by the service, and they handle most
31
31
  concerns such as authentication, pagination, retry, timeouts, and logging. You can
32
- use this client to access the Recommendations AI, but note that some services may
33
- provide a separate modern client that is easier to use.
32
+ use this client to access the Recommendations AI (Beta), but note that some services
33
+ may provide a separate modern client that is easier to use.
34
34
  email: googleapis-packages@google.com
35
35
  executables: []
36
36
  extensions: []
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recommendationengine_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommendationengine_v1beta1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommendationengine_v1beta1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recommendationengine_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,8 +69,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
- summary: Simple REST client for Recommendations AI V1beta1
75
+ summary: Simple REST client for Recommendations AI (Beta) V1beta1
76
76
  test_files: []