google-cloud-recommender 1.0.0 → 1.0.1

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: fd6c3cae832b3ae8d2621f9ea039a462118f8b8b394ee36095bac35608bf1278
4
- data.tar.gz: 13810f8147620768bfee5aba1e1836deed9fb080211992d493096ba74a9b8f8e
3
+ metadata.gz: 57f81255697ebb7401cb1cbfde5a9cf23e127c885dc93420ed82d55ab3d83b23
4
+ data.tar.gz: da66f0c876b0a7c391e51d590dfc2183bea29539d22ed948e83eab41771f02bd
5
5
  SHA512:
6
- metadata.gz: 6a1f4504a2b06e91de9e51a75a27154d6ee6232378e3cbcbf3f7bc4a0a07b50b9f134cb07d3394e3ae7971b645157b1b8ae13f339c80f7c1dd1645687b0e0b4a
7
- data.tar.gz: 407c5da6db5fd37b4aaf3407f74a6bc9e9e7293a0ffdaf2a71ed0bb3a710e263934043e78f1ae7b21d3a732d579f361723db1bfa747a2d6337ea0263fd636b37
6
+ metadata.gz: 9009bef5c9364608cb454e2770d280d7784ecc94b146227b5e2432989afbe66c2e28b0772bd839d2706da085a9c7d9a3f95c8ea3c3c6840ac508387ad70fbd36
7
+ data.tar.gz: b7015e65626e77b13829c43f82ae17cc7a133e1515d9654f1b00e0c37ac3de82763c40969c1b7231740b73c86005b95b0830c108bcb1c82a4086a00875805923
@@ -57,10 +57,10 @@ module Google
57
57
  #
58
58
  # ## About Recommender
59
59
  #
60
- # Provides recommendations for cloud customers for various categories like
61
- # performance optimization, cost savings, reliability, feature discovery, etc.
62
- # These recommendations are generated automatically based on analysis of user
63
- # resources, configuration and monitoring metrics.
60
+ # Provides insights and recommendations for cloud customers for various
61
+ # categories like performance optimization, cost savings, reliability, feature
62
+ # discovery, etc. Insights and recommendations are generated automatically
63
+ # based on analysis of user resources, configuration and monitoring metrics.
64
64
  #
65
65
  # @param version [::String, ::Symbol] The API version to connect to. Optional.
66
66
  # Defaults to `:v1`.
@@ -91,8 +91,8 @@ module Google
91
91
  # The library version as recorded in instrumentation and logging.
92
92
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
93
93
  # An array of interceptors that are run before calls are executed.
94
- # * `timeout` (*type:* `Integer`) -
95
- # Default timeout in milliseconds.
94
+ # * `timeout` (*type:* `Numeric`) -
95
+ # Default timeout in seconds.
96
96
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
97
97
  # Additional gRPC headers to be sent with the call.
98
98
  # * `retry_policy` (*type:* `Hash`) -
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Recommender
19
- VERSION = "1.0.0".freeze
19
+ VERSION = "1.0.1".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-recommender
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-25 00:00:00.000000000 Z
11
+ date: 2021-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0'
185
185
  requirements: []
186
- rubygems_version: 3.1.3
186
+ rubygems_version: 3.2.6
187
187
  signing_key:
188
188
  specification_version: 4
189
189
  summary: API Client library for the Recommender API