google-apis-recommendationengine_v1beta1 0.8.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: 9516110e7608bad6f3e48c2e9fc020320f6d5c00f8938f0386bf9b80e65f5106
4
- data.tar.gz: 3b46aad2f923de10a263ad0fa72c3ecc18fd73c4f7521a75d201caf98a5356aa
3
+ metadata.gz: 77ea265eed909a11bf399b6e90e3d81a18ea23e2789557cfddc6ff26c50b5c53
4
+ data.tar.gz: ae2dbab0b917082213f363bcb42cd98abdea92c62ea3f416f6605f4a4b2d812e
5
5
  SHA512:
6
- metadata.gz: 239e9db6dabe1980de64172e11fcbb262164d6d9b1bfd5655a9681db90e88891e9397e7cbc753d7e7952423c213f1357e2cccf3de4872f2525dba2225d4b0afe
7
- data.tar.gz: 60a75a2b63a91358ad167ebd36aa826c65d47a81ea4f21cf958e52dfadfa09db6ea70993aab943b62566e421616a3579b07611d7f0fd4363070beee441dfe828
6
+ metadata.gz: 40dfbf6e86fb11be58ad0d51d9760fbc228d6b4d920d73e372af4b3cd9e97274db7559fbf10fb46883b527a1a8c254fbdef4673070e2a47434f6b8f5d5882502
7
+ data.tar.gz: 158a486f5433fdc7a27408a220e222a87bcbebe19ede843c6a0f837969907806d60bf1f89c1cebeb3a26fca13a31ea05bc94db02baad0ebdce7ae9f7054e0521
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-recommendationengine_v1beta1
2
2
 
3
+ ### v0.12.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.11.0 (2021-09-10)
8
+
9
+ * Regenerated from discovery document revision 20210909
10
+
11
+ ### v0.10.0 (2021-08-19)
12
+
13
+ * Regenerated from discovery document revision 20210816
14
+
15
+ ### v0.9.0 (2021-07-14)
16
+
17
+ * Regenerated from discovery document revision 20210702
18
+
3
19
  ### v0.8.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
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
 
@@ -968,7 +968,7 @@ module Google
968
968
  class GoogleCloudRecommendationengineV1beta1PredictRequest
969
969
  include Google::Apis::Core::Hashable
970
970
 
971
- # Optional. Use dryRun mode for this prediction query. If set to true, a dummy
971
+ # Optional. Use dryRun mode for this prediction query. If set to true, a fake
972
972
  # model will be used that returns arbitrary catalog items. Note that the dryRun
973
973
  # mode should only be used for testing the API, or if the model is not ready.
974
974
  # Corresponds to the JSON property `dryRun`
@@ -1769,10 +1769,10 @@ module Google
1769
1769
  attr_accessor :user_id
1770
1770
 
1771
1771
  # Required. A unique identifier for tracking visitors with a length limit of 128
1772
- # bytes. For example, this could be implemented with a http cookie, which should
1773
- # be able to uniquely identify a visitor on a single device. This unique
1774
- # identifier should not change if the visitor log in/out of the website. Maximum
1775
- # length 128 bytes. Cannot be empty.
1772
+ # bytes. For example, this could be implemented with an HTTP cookie, which
1773
+ # should be able to uniquely identify a visitor on a single device. This unique
1774
+ # identifier should not change if the visitor logs in or out of the website.
1775
+ # Maximum length 128 bytes. Cannot be empty.
1776
1776
  # Corresponds to the JSON property `visitorId`
1777
1777
  # @return [String]
1778
1778
  attr_accessor :visitor_id
@@ -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.8.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210513"
25
+ REVISION = "20210909"
26
26
  end
27
27
  end
28
28
  end
@@ -34,7 +34,7 @@ module Google
34
34
  # This is NOT the gem version.
35
35
  VERSION = 'V1beta1'
36
36
 
37
- # See, edit, configure, and delete your Google Cloud Platform data
37
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
38
38
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
39
39
  end
40
40
  end
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.8.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recommendationengine_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommendationengine_v1beta1/v0.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recommendationengine_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommendationengine_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommendationengine_v1beta1/v0.12.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommendationengine_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: