google-cloud-container_analysis 1.0.1 → 1.0.2

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: e9864a35450a914b4984a7c9dec6a0c542e357efcb4bba9eb29416ba64dfb4b9
4
- data.tar.gz: b5352d610d43b172fa6ed506e540b081f745aa8b2f3287a1f471365094fde94f
3
+ metadata.gz: 96af57b9449dd3d23ecafb9bc1be1d265706f9b9c7458c46f7f9e094afa4cb9f
4
+ data.tar.gz: 54c45a003110d20fdb49f62ce34fae2db8bf2544f72bda9fac26bded28a0c445
5
5
  SHA512:
6
- metadata.gz: f4e75731e37c57b41c730e7dcba1aac6bac1882e0fc3f4843247c5c036c44507de4c450c18abdef8f7a2cc5e34aebcc332fc8c333414ad5c2323027b6aa226ce
7
- data.tar.gz: 925d21a3e5b15768d5113c877534df375432275070453f6b3fdabc4881e85db718e62734ffe25b59fa32d62572f6006c50b0b18edef120ca1785790be1332455
6
+ metadata.gz: b54ed2907131c1b65fcc3ed6ca82ea6c2e0f7d7f57d54779307e27c3d46340f11d39575991c2cf500634e92561d90cb27a0e4706af1d589254198f81f51f663a
7
+ data.tar.gz: f7756da0b90c4a009420c6563c477d13526d3c5e2a5e2f14262603d90499233bfe7e8b15c5b3f593c9df026c4a8663f345a2cda342030a091e570d6676bba951
@@ -100,8 +100,8 @@ module Google
100
100
  # The library version as recorded in instrumentation and logging.
101
101
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
102
102
  # An array of interceptors that are run before calls are executed.
103
- # * `timeout` (*type:* `Integer`) -
104
- # Default timeout in milliseconds.
103
+ # * `timeout` (*type:* `Numeric`) -
104
+ # Default timeout in seconds.
105
105
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
106
106
  # Additional gRPC headers to be sent with the call.
107
107
  # * `retry_policy` (*type:* `Hash`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ContainerAnalysis
23
- VERSION = "1.0.1"
23
+ VERSION = "1.0.2"
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-container_analysis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
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-18 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-container_analysis-v1
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  - !ruby/object:Gem::Version
186
186
  version: '0'
187
187
  requirements: []
188
- rubygems_version: 3.1.3
188
+ rubygems_version: 3.2.6
189
189
  signing_key:
190
190
  specification_version: 4
191
191
  summary: API Client library for the Container Analysis API