google-apis-recommender_v1beta1 0.35.0 → 0.36.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c0bbd4602c05c187b78253588ffaf85f0dc4266b7470714f981a4a82cbfd818
|
4
|
+
data.tar.gz: ebc1e873c0c5dc77ba606b45135d63ae92fc1fd59a2d0768ef434aca432dd692
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9daa4b22e281c1d0896d2ec86b4675717bfa07fa8cb78e5c9b0a309bf7deb06ab21d53b0d6441e8491bd943c54828127c41e93d07dd245c1e630182a836e1e8
|
7
|
+
data.tar.gz: b700c77de40c9c15dd11ff3eee00c5088f6e287a8e5ee62264bd264b4d8eed920e423120429a7479a94ea4a4b0f20b18460cb2f2583a50695ac860bfdda36bc2
|
data/CHANGELOG.md
CHANGED
@@ -41,6 +41,11 @@ module Google
|
|
41
41
|
# @return [String]
|
42
42
|
attr_accessor :duration
|
43
43
|
|
44
|
+
# How the cost is calculated.
|
45
|
+
# Corresponds to the JSON property `pricingType`
|
46
|
+
# @return [String]
|
47
|
+
attr_accessor :pricing_type
|
48
|
+
|
44
49
|
def initialize(**args)
|
45
50
|
update!(**args)
|
46
51
|
end
|
@@ -50,6 +55,7 @@ module Google
|
|
50
55
|
@cost = args[:cost] if args.key?(:cost)
|
51
56
|
@cost_in_local_currency = args[:cost_in_local_currency] if args.key?(:cost_in_local_currency)
|
52
57
|
@duration = args[:duration] if args.key?(:duration)
|
58
|
+
@pricing_type = args[:pricing_type] if args.key?(:pricing_type)
|
53
59
|
end
|
54
60
|
end
|
55
61
|
|
@@ -236,7 +242,7 @@ module Google
|
|
236
242
|
class GoogleCloudRecommenderV1beta1InsightType
|
237
243
|
include Google::Apis::Core::Hashable
|
238
244
|
|
239
|
-
# The insight_type
|
245
|
+
# The insight_type's name in format insightTypes/`insight_type` eg: insightTypes/
|
240
246
|
# google.iam.policy.Insight
|
241
247
|
# Corresponds to the JSON property `name`
|
242
248
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RecommenderV1beta1
|
18
18
|
# Version of the google-apis-recommender_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.36.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
|
@@ -216,6 +216,7 @@ module Google
|
|
216
216
|
property :cost_in_local_currency, as: 'costInLocalCurrency', class: Google::Apis::RecommenderV1beta1::GoogleTypeMoney, decorator: Google::Apis::RecommenderV1beta1::GoogleTypeMoney::Representation
|
217
217
|
|
218
218
|
property :duration, as: 'duration'
|
219
|
+
property :pricing_type, as: 'pricingType'
|
219
220
|
end
|
220
221
|
end
|
221
222
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-recommender_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.36.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-10
|
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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|