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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96af57b9449dd3d23ecafb9bc1be1d265706f9b9c7458c46f7f9e094afa4cb9f
|
|
4
|
+
data.tar.gz: 54c45a003110d20fdb49f62ce34fae2db8bf2544f72bda9fac26bded28a0c445
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:* `
|
|
104
|
-
# Default timeout in
|
|
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`) -
|
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.
|
|
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:
|
|
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.
|
|
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
|