google-cloud-service_management-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: 02b05701a44a1c595a7ac67c02671d0e5a2e9cd0075eb06a3a5cbafa49421900
4
- data.tar.gz: e62af1e85c3b0536640555af9b224860a372e0c663390e656aa573731a39f65e
3
+ metadata.gz: 7c1eb13eccea818635c61d97ba0d49b40f3bb79e58d4bdc32b6af3e3f8feaa3f
4
+ data.tar.gz: 305230e78ad19283b6cca1261afcb2773e2f2f5d8fd92e8be9aff08074be103f
5
5
  SHA512:
6
- metadata.gz: fbc30f37c064faaaa31750f6ce2567122c54e173eeb9bde70bea977eeb7d26ea5a7da7d803f1f85339a24ca0768d27bf532809b687378daa6ab3acd6d3254985
7
- data.tar.gz: 3a274df796721617ba55c4e8a5f06e9a0339d6d362275e362783dc4dab6e4560096498f4286f48e9ad786b2f922f3cee71416ef6436916ada17ef119e759323f
6
+ metadata.gz: 190087700d6adc65bdb78362b823c876352a3929f3b46c8f949c96e7ba09de587c788660f780d3bb0234ae58187936f2e061593ea737d356edc35fce7fccf28b
7
+ data.tar.gz: 332f94b733d67c959ef3ec20365313ff64b2b16c009fa997861aadc6ec7f4040e9632e2d5b1cbc436cdd4f372610390ed51a594de1f5d05bb561c26ed7fc605c
@@ -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/service_management/v1/_helpers" if ::File.file? helper_path
@@ -1431,7 +1431,7 @@ module Google
1431
1431
  # Each configuration object is of type `Gapic::Config::Method` and includes
1432
1432
  # the following configuration fields:
1433
1433
  #
1434
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
1434
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
1435
1435
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
1436
1436
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
1437
1437
  # include the following keys:
@@ -515,7 +515,7 @@ module Google
515
515
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
516
  # the following configuration fields:
517
517
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
518
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
519
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
520
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
521
  # include the following keys:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ServiceManagement
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_management-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
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  - !ruby/object:Gem::Version
226
226
  version: '0'
227
227
  requirements: []
228
- rubygems_version: 3.1.4
228
+ rubygems_version: 3.2.6
229
229
  signing_key:
230
230
  specification_version: 4
231
231
  summary: API Client library for the Service Management API V1 API