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 +4 -4
- data/lib/google/cloud/recommender.rb +6 -6
- data/lib/google/cloud/recommender/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57f81255697ebb7401cb1cbfde5a9cf23e127c885dc93420ed82d55ab3d83b23
|
|
4
|
+
data.tar.gz: da66f0c876b0a7c391e51d590dfc2183bea29539d22ed948e83eab41771f02bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
61
|
-
# performance optimization, cost savings, reliability, feature
|
|
62
|
-
#
|
|
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:* `
|
|
95
|
-
# Default timeout in
|
|
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`) -
|
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.
|
|
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:
|
|
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.
|
|
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
|