google-apis-recommendationengine_v1beta1 0.7.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: cb12399271045afcab60b1b4d8af4f83f6388cfa9179ccec8132d9efadd45e31
4
- data.tar.gz: 59b28fb19e6c702013a3bd10affcd77b5cba4d47e86f538ddd70edd050ccac3d
3
+ metadata.gz: ba8d08e9eb76156fb678d598b645b5eee70059cd7f97d1ae6e6a185f7cafbfe3
4
+ data.tar.gz: c4eb51e0df18f608d2b49d34d9a493318cd05ce3e4ef5325ee2307f2337b8d40
5
5
  SHA512:
6
- metadata.gz: 7596d490ff3560f71aa48c2b5e578a8ec3ad23a9b694163cda2e71f7860c02a227db905cc54a93ea6c67859cac0c6ace28b81e50f2853b12fa6a677060f40abc
7
- data.tar.gz: df20497598c180984b4cac54a24085b687bef44b2df8ca0be1fa88ddd1c12ab7611101486272ea2ba80fa69482ee30187f923a3c9ed17afd37f40ff5a8b40923
6
+ metadata.gz: cfc051dcbff6cd71331b12af7ad0ac49a1eece6d4ced87a536e0554d81e0a7ab63c5993daeab0cca21ca99c4031f334c1820d5318f789e414c7884f987b8e721
7
+ data.tar.gz: cd43ef673a9a4e763f74b5c95e97d55c9bc8e3e7a81f15e8772a78e4bc5affc21971167d825eb2c0ccbb16f88202b8a322ca85119ee79153866581456b4fcbc7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-recommendationengine_v1beta1
2
2
 
3
+ ### v0.11.0 (2021-09-10)
4
+
5
+ * Regenerated from discovery document revision 20210909
6
+
7
+ ### v0.10.0 (2021-08-19)
8
+
9
+ * Regenerated from discovery document revision 20210816
10
+
11
+ ### v0.9.0 (2021-07-14)
12
+
13
+ * Regenerated from discovery document revision 20210702
14
+
15
+ ### v0.8.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.7.0 (2021-06-24)
4
20
 
5
21
  * Regenerated using generator version 0.3.0
@@ -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.7.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 = "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.7.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-09-13 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-recommendationengine_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommendationengine_v1beta1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommendationengine_v1beta1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-recommendationengine_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []