google-cloud-monitoring 1.0.0 → 1.0.1
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: ef2bd61b46bbacd7815c90fefb5729ea0b8341a64b35eceff7964ff684d345fd
|
4
|
+
data.tar.gz: 2409eeb555f640865d5a2a5ff8145beae62bda8f3e0323d21dc8f3c81fbf2f44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc81eae3cef9a91cfcec0ccf635cdf4744cb78bfb22bd7be9c58e85fcb9e5782694c3ab1ce64b129a295f9ea5ba38ca821327097f6ce8912dc81de873fffeebf
|
7
|
+
data.tar.gz: 38b299aed42da15aeb9b4bf933d48782c4b1c68ab0e2ca85b5cf181fe456455ba9935e3693966e074eb4ad750d41babfd45e5d062e41a9a80b9a875b866244c4
|
@@ -269,8 +269,8 @@ module Google
|
|
269
269
|
# The library version as recorded in instrumentation and logging.
|
270
270
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
271
271
|
# An array of interceptors that are run before calls are executed.
|
272
|
-
# * `timeout` (*type:* `
|
273
|
-
# Default timeout in
|
272
|
+
# * `timeout` (*type:* `Numeric`) -
|
273
|
+
# Default timeout in seconds.
|
274
274
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
275
275
|
# Additional gRPC headers to be sent with the call.
|
276
276
|
# * `retry_policy` (*type:* `Hash`) -
|
@@ -90,8 +90,8 @@ module Google
|
|
90
90
|
# The library version as recorded in instrumentation and logging.
|
91
91
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
92
92
|
# An array of interceptors that are run before calls are executed.
|
93
|
-
# * `timeout` (*type:* `
|
94
|
-
# Default timeout in
|
93
|
+
# * `timeout` (*type:* `Numeric`) -
|
94
|
+
# Default timeout in seconds.
|
95
95
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
96
96
|
# Additional gRPC headers to be sent with the call.
|
97
97
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-monitoring
|
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
|
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
200
200
|
- !ruby/object:Gem::Version
|
201
201
|
version: '0'
|
202
202
|
requirements: []
|
203
|
-
rubygems_version: 3.
|
203
|
+
rubygems_version: 3.2.6
|
204
204
|
signing_key:
|
205
205
|
specification_version: 4
|
206
206
|
summary: API Client library for the Cloud Monitoring API
|