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: 8d1cbd9138f8781f17601705ae5398aff614ed9720768c5cf158d9d53e09e70e
4
- data.tar.gz: 9d08c7039599222ec3c47c8baa017d516cc1c10fe1dc2b74d6dee3857858c36c
3
+ metadata.gz: 470044e0ed666cd02abc5d02c87ed56fed3acf304e17b9612e59ddce55f571f2
4
+ data.tar.gz: b7dbffeeb45192cca95e32df98d4e1bb701c556370f9bb01e74d114d7151237b
5
5
  SHA512:
6
- metadata.gz: 14b4787205b8c0e797d80ec8172d861f73c2d79c98e0d48f0bc6d4ef45fc23eb5c4f64245b8dee0768e4e1eb66c21de5a6108e2dc7d3f80051f5dc5e65ce9e78
7
- data.tar.gz: 1ad0cb2326769cb88bc7475b41c071746813ded803180021527d4c40bb48822c70cd45bf191cc68de9325bb09f9ec6ae2b63702630a31c4b45671566936392ae
6
+ metadata.gz: f9a92208d7f8d0dcf858b3388023c26b8846025dc73aeb50825b1b7d0b6878b821834fde934cebe994575a209f0f2430ed96f41c36ba8c318269e6d829ff1d7f
7
+ data.tar.gz: d05ae85130f227c748614ff1211b49d504a55efdd2565b86112a1e2d93039e9cba13844f68f874016192a4dafaba00c1b7754756d6614b95f476a0106b85228e
@@ -33,3 +33,6 @@ module Google
33
33
  end
34
34
  end
35
35
  end
36
+
37
+ helper_path = ::File.join __dir__, "v1", "_helpers.rb"
38
+ require "google/cloud/container_analysis/v1/_helpers" if ::File.file? helper_path
@@ -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 milliseconds
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:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ContainerAnalysis
23
23
  module V1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  end
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.0
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: 2020-10-16 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: 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.1.4
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