google-cloud-service_directory-v1 0.1.0 → 0.1.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: ccae5dc179f45a92fe8dd8ad5318384887af165d8641a620f4e27ae0b13f233d
4
- data.tar.gz: b58d9de582df0be1432529c89cb3657888e81a3f7326a85df421c76be67a8604
3
+ metadata.gz: 6373d0e84f7af0a0a683e110f75cec7f0b3addb42cb75ad23fdb39b47e9fc301
4
+ data.tar.gz: 7a8897ce25738154af8ac27f70267399a5af81dfc88cd87f8a5e9b796fe411ee
5
5
  SHA512:
6
- metadata.gz: fa89a4d4867506074ab1fadfa71df3e3c121de7f34109656a9acf0d0d50e9dc2e21321f83a3f6597a9420d294401b3d47afe651e9e0da40866e53e4f59a0f971
7
- data.tar.gz: d4a22ae3c61ef15e902a97ff4808bbb804c3e34a90662bb2f1e68196bceba0107a437e903f75e48f5ab29b140609c55c7a1c90fadd1cae809b24afdb5c65df76
6
+ metadata.gz: e522483f31352abd2e6581639f827b37ea1e2fa9d3a98def367ef24fb80c242c9076c08ae91e85d19805513030bfcf9ead08a3d613ef34385b70b7cfebfd5bae
7
+ data.tar.gz: dff76640b5fbf2ddb9e1bb6940bc20d17e5ed9b4482e13ec2f227d50a7d4e5060ab6871c9c4c4ba321771200a8181b1f88095801b97c622e60f3fc8725c09a8d
@@ -34,3 +34,6 @@ module Google
34
34
  end
35
35
  end
36
36
  end
37
+
38
+ helper_path = ::File.join __dir__, "v1", "_helpers.rb"
39
+ require "google/cloud/service_directory/v1/_helpers" if ::File.file? helper_path
@@ -368,7 +368,7 @@ module Google
368
368
  # Each configuration object is of type `Gapic::Config::Method` and includes
369
369
  # the following configuration fields:
370
370
  #
371
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
371
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
372
372
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
373
373
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
374
374
  # include the following keys:
@@ -1643,7 +1643,7 @@ module Google
1643
1643
  # Each configuration object is of type `Gapic::Config::Method` and includes
1644
1644
  # the following configuration fields:
1645
1645
  #
1646
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
1646
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
1647
1647
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
1648
1648
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
1649
1649
  # include the following keys:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceDirectory
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.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-service_directory-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.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-04 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
@@ -232,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
232
232
  - !ruby/object:Gem::Version
233
233
  version: '0'
234
234
  requirements: []
235
- rubygems_version: 3.1.4
235
+ rubygems_version: 3.2.6
236
236
  signing_key:
237
237
  specification_version: 4
238
238
  summary: API Client library for the Service Directory V1 API