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: 3df1f151ae6d22bf7344bf60945e04a6e4bde14ec690bc9612e3902bcadc3025
4
- data.tar.gz: 16a60f838b24138feb10e5d08f30229bab9159b6fa0c7da804a4ab31704d6d9c
3
+ metadata.gz: 9c0bbd4602c05c187b78253588ffaf85f0dc4266b7470714f981a4a82cbfd818
4
+ data.tar.gz: ebc1e873c0c5dc77ba606b45135d63ae92fc1fd59a2d0768ef434aca432dd692
5
5
  SHA512:
6
- metadata.gz: 9f84a85d195bca9644afc0b9c0c652c49b0d7d9dc03616eee90a80a66fb320d9e23bb30413a823bf7239a1f1a74e8261ff5bb45aaa116fc71cc383986d6f9b07
7
- data.tar.gz: 3434fa03069dbeb1a915d47b49944f7774ea4069954475aae352cc879d5eb84deb7b02dd0f1000b354a9859551addc6084499111f709206ba1fe19df9ba0a8c4
6
+ metadata.gz: a9daa4b22e281c1d0896d2ec86b4675717bfa07fa8cb78e5c9b0a309bf7deb06ab21d53b0d6441e8491bd943c54828127c41e93d07dd245c1e630182a836e1e8
7
+ data.tar.gz: b700c77de40c9c15dd11ff3eee00c5088f6e287a8e5ee62264bd264b4d8eed920e423120429a7479a94ea4a4b0f20b18460cb2f2583a50695ac860bfdda36bc2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recommender_v1beta1
2
2
 
3
+ ### v0.36.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231203
6
+
3
7
  ### v0.35.0 (2023-10-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20231008
@@ -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_types name in format insightTypes/`insight_type` eg: insightTypes/
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.35.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 = "20231008"
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.35.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-22 00:00:00.000000000 Z
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.35.0
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: []