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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec9e56012652c33ad10b599056245cada05637183c87e4ea88d5d2a5223fadbc
|
|
4
|
+
data.tar.gz: e02bc31bb4751d3c09f99552e7c91f40a750b984171b16841724958c684fa414
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e61ad3b24138cfda87aa14e8f9adce8f7ed6569f1b405a2cf78d0b8e468c8a5f645935aaa7f42d83c251f9e293157351fb5f287e5cacb7c6e203459d626ffc57
|
|
7
|
+
data.tar.gz: 8ff90cbe12289821050870c45f87e446a8e79f218450ae35400f01056a5020c523c4385d20f184113ae76219ac8b81aae16eeb1eadc292dfb47ec16feff29b08
|
|
@@ -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
|
|
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:
|
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.
|
|
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:
|
|
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.
|
|
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
|