google-apis-recommender_v1 0.30.0 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dad38ee00e9cc93d74eb8e0619a9699c106c4c8698d0a67ae8ac5e8255a51172
|
|
4
|
+
data.tar.gz: dfacd6e74961bc842f03a509195e200aa1caad1a7c630b05ab8fa0879503706b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdcec01a623478aed4069260f7c27e19c3b8997daa0b70b360bfcd8cc5c1759bb98cf23debb79c0b9227c966fa9554f516f32706ccc24b6e4178cd373d60dbff
|
|
7
|
+
data.tar.gz: 16cfd5ac17cb7c5a0eef5c56482bdba2145c5f7e0ba38c09eb3cf08860b527f6d033bad2eaccf57f3a9fcac641874b8a11b2215eb5aff6b8d24eb42e0ed28d6d
|
data/CHANGELOG.md
CHANGED
|
@@ -31,6 +31,11 @@ module Google
|
|
|
31
31
|
# @return [Google::Apis::RecommenderV1::GoogleTypeMoney]
|
|
32
32
|
attr_accessor :cost
|
|
33
33
|
|
|
34
|
+
# Represents an amount of money with its currency type.
|
|
35
|
+
# Corresponds to the JSON property `costInLocalCurrency`
|
|
36
|
+
# @return [Google::Apis::RecommenderV1::GoogleTypeMoney]
|
|
37
|
+
attr_accessor :cost_in_local_currency
|
|
38
|
+
|
|
34
39
|
# Duration for which this cost applies.
|
|
35
40
|
# Corresponds to the JSON property `duration`
|
|
36
41
|
# @return [String]
|
|
@@ -43,6 +48,7 @@ module Google
|
|
|
43
48
|
# Update properties of this object
|
|
44
49
|
def update!(**args)
|
|
45
50
|
@cost = args[:cost] if args.key?(:cost)
|
|
51
|
+
@cost_in_local_currency = args[:cost_in_local_currency] if args.key?(:cost_in_local_currency)
|
|
46
52
|
@duration = args[:duration] if args.key?(:duration)
|
|
47
53
|
end
|
|
48
54
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RecommenderV1
|
|
18
18
|
# Version of the google-apis-recommender_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.31.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231203"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -189,6 +189,8 @@ module Google
|
|
|
189
189
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
190
190
|
property :cost, as: 'cost', class: Google::Apis::RecommenderV1::GoogleTypeMoney, decorator: Google::Apis::RecommenderV1::GoogleTypeMoney::Representation
|
|
191
191
|
|
|
192
|
+
property :cost_in_local_currency, as: 'costInLocalCurrency', class: Google::Apis::RecommenderV1::GoogleTypeMoney, decorator: Google::Apis::RecommenderV1::GoogleTypeMoney::Representation
|
|
193
|
+
|
|
192
194
|
property :duration, as: 'duration'
|
|
193
195
|
end
|
|
194
196
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-recommender_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.31.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: 2023-
|
|
11
|
+
date: 2023-12-10 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/main/generated/google-apis-recommender_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.31.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|