google-cloud-os_config-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: bea6b49827a2e8102fec60a4cfeab2f39e6dc69392dfc49d1608be7ad169a614
4
- data.tar.gz: 22a13e41198295c3873af4fb0fb79f362ddca2eab5884c0b230e4717c52d4550
3
+ metadata.gz: ec9e56012652c33ad10b599056245cada05637183c87e4ea88d5d2a5223fadbc
4
+ data.tar.gz: e02bc31bb4751d3c09f99552e7c91f40a750b984171b16841724958c684fa414
5
5
  SHA512:
6
- metadata.gz: d74790bb318144ad47e400f573de375398c9e3c6748c441cdd023b5258b61539d85ef23d652a0c42526699637efaa0a4a0346864e28c2e7695558d1805d42d9f
7
- data.tar.gz: b1ec32b62e173924f7e51c9a317acbba6d4c2e7799cc7971bd55092d384e4ae2cac40c7ff48bc536441bc4d7cc85b0ee343770856e255b3c6f4ff2bdb838583d
6
+ metadata.gz: e61ad3b24138cfda87aa14e8f9adce8f7ed6569f1b405a2cf78d0b8e468c8a5f645935aaa7f42d83c251f9e293157351fb5f287e5cacb7c6e203459d626ffc57
7
+ data.tar.gz: 8ff90cbe12289821050870c45f87e446a8e79f218450ae35400f01056a5020c523c4385d20f184113ae76219ac8b81aae16eeb1eadc292dfb47ec16feff29b08
@@ -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/os_config/v1/_helpers" if ::File.file? helper_path
@@ -937,7 +937,7 @@ module Google
937
937
  # Each configuration object is of type `Gapic::Config::Method` and includes
938
938
  # the following configuration fields:
939
939
  #
940
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
940
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
941
941
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
942
942
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
943
943
  # include the following keys:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OsConfig
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-os_config-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-11-20 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
@@ -206,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
206
206
  - !ruby/object:Gem::Version
207
207
  version: '0'
208
208
  requirements: []
209
- rubygems_version: 3.1.4
209
+ rubygems_version: 3.2.6
210
210
  signing_key:
211
211
  specification_version: 4
212
212
  summary: API Client library for the Cloud OS Config V1 API