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: 365c5d6d1b0867ed7484a2136836ae225484b6927740022217b7e2575484a2d6
4
- data.tar.gz: ed4521d0b55375adc950504e51e32e34939a3252cf5adba642fbd1efcd279668
3
+ metadata.gz: ef2bd61b46bbacd7815c90fefb5729ea0b8341a64b35eceff7964ff684d345fd
4
+ data.tar.gz: 2409eeb555f640865d5a2a5ff8145beae62bda8f3e0323d21dc8f3c81fbf2f44
5
5
  SHA512:
6
- metadata.gz: f27b3497cd4f7b566a6256a7b2551047d59bdaf5005ab13e33347c87b71ec5615997506b83752e67dc03d8cbbf5a2b35556131d6d851226c824563e5faa6aa74
7
- data.tar.gz: b9e726e852589596b82e12713645a6312a1188a48eac73f7663ef32687fdbabd9dd51d3f45f159fc9f3cf30cc0a8c97dc67ada17e85c3ec24fa4edd7349b9c9b
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:* `Integer`) -
273
- # Default timeout in milliseconds.
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:* `Integer`) -
94
- # Default timeout in milliseconds.
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`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Monitoring
23
- VERSION = "1.0.0"
23
+ VERSION = "1.0.1"
24
24
  end
25
25
  end
26
26
  end
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.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-01 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
@@ -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.0.6
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