google-cloud-service_control-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: 25a4ae782bcd1d2ddf63a4fc92a4c43dc8d19ecfa66c9f4b01e851cbdc286e4d
4
- data.tar.gz: 5981e8b6e75ed7fa98bca142252f4ec27512891e2f7c7e25867c8c31435a7ae0
3
+ metadata.gz: 438e9cad7e97678d973ec75b3ddbda7e2ee6bf653fe4e4a44d29b9a99b04655b
4
+ data.tar.gz: d501cd8d8f1b8ee23a7b81013313b8b4ed731417c02d07aee147ee236ff37d7f
5
5
  SHA512:
6
- metadata.gz: c1d68170149e58270f4c6eef0a254f41102e75829e21b6279dc876db0724175fd1367429be73c31022b9107e411d1c20e05a26a5a8adbfba4dd9c187b32b1bbe
7
- data.tar.gz: 97895105ddbb1567999cbd5793e3951d2efbe8ed35c36050db9b641437d381b6e7310431395d54000732df6b9d46110cdb0d6165a3b14634582ae204615f2a2f
6
+ metadata.gz: dde06b9b199f2b05d67705955582ccabb9bad7cb4b409645a7f4b77f6a9492f53663f3c5a0fc74907721db3885ea781024cf4f94cf7482bafa76b10708523391
7
+ data.tar.gz: a16e5756dbb424579bd0eb9acd01b0bd0e4bd3106f70e0dcd3aaca3ddc3cbf12e99ce383b8dd6d4665924cb51fcf8ea1769f5ccce3af32ff15ee36557d8bf0b4
@@ -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_control/v1/_helpers" if ::File.file? helper_path
@@ -355,7 +355,7 @@ module Google
355
355
  # Each configuration object is of type `Gapic::Config::Method` and includes
356
356
  # the following configuration fields:
357
357
  #
358
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
358
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
359
359
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
360
360
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
361
361
  # include the following keys:
@@ -466,7 +466,7 @@ module Google
466
466
  # Each configuration object is of type `Gapic::Config::Method` and includes
467
467
  # the following configuration fields:
468
468
  #
469
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
469
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
470
470
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
471
471
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
472
472
  # include the following keys:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceControl
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_control-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-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
215
215
  - !ruby/object:Gem::Version
216
216
  version: '0'
217
217
  requirements: []
218
- rubygems_version: 3.1.4
218
+ rubygems_version: 3.2.6
219
219
  signing_key:
220
220
  specification_version: 4
221
221
  summary: API Client library for the Service Control API V1 API