google-cloud-container-v1 0.3.0 → 0.3.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: 95196c303eb05a5e0b5cd9b8c8f0bc67a33931080207d7c3044d4a665ed3ca60
4
- data.tar.gz: f39cef34cbba4064ab545670d34097be6c48b57eed8af442bcbf9db4a7bfad57
3
+ metadata.gz: 1a78ddc9c0a1b6015d19be6e925d1f6eb7da502071772561a3ba6bca4a60cb68
4
+ data.tar.gz: 7ef064cb17d49d9dad50606416db3b43f50441bf57bb4874737cb0ac98a360b0
5
5
  SHA512:
6
- metadata.gz: 1854352c144b3b6073f1bffab54789612cd862532357e0388e8dd8d7e005cfa44ce288f0065418cfaf428489ddcb948d3e9697b882c8c8e3e52ab76cc3edf6aa
7
- data.tar.gz: 82f82bc65ed09817e983482576db954c8f4871df31e2535f585f7d6289f85e9d8c3dd203fafee2a3ee5d80c0126f66980eca6da6a74405b31420aa7f191e06d3
6
+ metadata.gz: 4b2b2d7b55d927ff4490eafcef93f0abf706a78fd2e242713cbeb614c2f5a811a90fcb09222e2caa81c25b7ab5fd3d2bb2d987a43f7a41decbf2cdb846ec72bc
7
+ data.tar.gz: '08ce665ff5bda4fc818c39e29dc23f82ca5ce53cc5c01b8d741345e3d159473537e5e0ccff41367da84508089fa13c6edc16ef3f9912bbf6577b17ba0a6427f7'
@@ -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/v1/_helpers" if ::File.file? helper_path
@@ -3052,7 +3052,7 @@ module Google
3052
3052
  # Each configuration object is of type `Gapic::Config::Method` and includes
3053
3053
  # the following configuration fields:
3054
3054
  #
3055
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
3055
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
3056
3056
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
3057
3057
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
3058
3058
  # include the following keys:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.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-12-02 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
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  - !ruby/object:Gem::Version
195
195
  version: '0'
196
196
  requirements: []
197
- rubygems_version: 3.1.4
197
+ rubygems_version: 3.2.6
198
198
  signing_key:
199
199
  specification_version: 4
200
200
  summary: API Client library for the Kubernetes Engine V1 API