google-apis-recommendationengine_v1beta1 0.8.0 → 0.9.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: 992c1b2fcb2dae0927bc1acb9d717c94279cf83c5f7bcfcae4d2df461754ae4c
4
+ data.tar.gz: 46b6c98299a64e2533908ca29a44b476a457a227935ab7346fd54fd10f13827a
5
5
  SHA512:
6
- metadata.gz: 239e9db6dabe1980de64172e11fcbb262164d6d9b1bfd5655a9681db90e88891e9397e7cbc753d7e7952423c213f1357e2cccf3de4872f2525dba2225d4b0afe
7
- data.tar.gz: 60a75a2b63a91358ad167ebd36aa826c65d47a81ea4f21cf958e52dfadfa09db6ea70993aab943b62566e421616a3579b07611d7f0fd4363070beee441dfe828
6
+ metadata.gz: c6338da9b6053160fd2ba1bd1afef965e6921990e8a0198c75e67e0fb7e435073aa35a965af451c54107f579412be8cdd15bd855b102ff69f15f78a7e79fc98a
7
+ data.tar.gz: c4577e81101c47ee1f4057c9b110a1c906e4861275f43464ad0fecef548226e353fdac335f28ccda7f25e4dd82fccaf8344587d0eec8cf9894794276029c03b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recommendationengine_v1beta1
2
2
 
3
+ ### v0.9.0 (2021-07-14)
4
+
5
+ * Regenerated from discovery document revision 20210702
6
+
3
7
  ### v0.8.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -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.9.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 = "20210702"
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-recommendationengine_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommendationengine_v1beta1/v0.9.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: []