google-cloud-container_analysis-v1 0.2.0 → 0.2.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 470044e0ed666cd02abc5d02c87ed56fed3acf304e17b9612e59ddce55f571f2
|
|
4
|
+
data.tar.gz: b7dbffeeb45192cca95e32df98d4e1bb701c556370f9bb01e74d114d7151237b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9a92208d7f8d0dcf858b3388023c26b8846025dc73aeb50825b1b7d0b6878b821834fde934cebe994575a209f0f2430ed96f41c36ba8c318269e6d829ff1d7f
|
|
7
|
+
data.tar.gz: d05ae85130f227c748614ff1211b49d504a55efdd2565b86112a1e2d93039e9cba13844f68f874016192a4dafaba00c1b7754756d6614b95f476a0106b85228e
|
|
@@ -590,7 +590,7 @@ module Google
|
|
|
590
590
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
591
591
|
# the following configuration fields:
|
|
592
592
|
#
|
|
593
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
593
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
594
594
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
595
595
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
596
596
|
# include the following keys:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-container_analysis-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.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-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -238,7 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
238
238
|
- !ruby/object:Gem::Version
|
|
239
239
|
version: '0'
|
|
240
240
|
requirements: []
|
|
241
|
-
rubygems_version: 3.
|
|
241
|
+
rubygems_version: 3.2.6
|
|
242
242
|
signing_key:
|
|
243
243
|
specification_version: 4
|
|
244
244
|
summary: API Client library for the Container Analysis V1 API
|