google-cloud-workflows 1.0.0 → 1.0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a33636881e81a06a28f1d9bc905ab38a155c1addb741bce90cbf3452d9e0976
|
4
|
+
data.tar.gz: 00e677afd5697cb4de5c4e69472fbae072934b434828ee7a4b883f6c5a4bbee6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9442763e0dffbae39c7aae09412de63ed5ed0f831acacedc016938f93b882eb67860c51ab4e0de39d2e4c0d8ae806bd4155076e00256e2c2199c1a87cdfeeb61
|
7
|
+
data.tar.gz: 2a50860ed2bffb8e23703197508672039bdac0d938efe018d54ac1ffe74932a41540054fc2f26efdf26bf5a6da3dc754cf31cc2b54608e6833657cc198a974d8
|
@@ -90,8 +90,8 @@ module Google
|
|
90
90
|
# The library version as recorded in instrumentation and logging.
|
91
91
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
92
92
|
# An array of interceptors that are run before calls are executed.
|
93
|
-
# * `timeout` (*type:* `
|
94
|
-
# Default timeout in
|
93
|
+
# * `timeout` (*type:* `Numeric`) -
|
94
|
+
# Default timeout in seconds.
|
95
95
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
96
96
|
# Additional gRPC headers to be sent with the call.
|
97
97
|
# * `retry_policy` (*type:* `Hash`) -
|
@@ -90,8 +90,8 @@ module Google
|
|
90
90
|
# The library version as recorded in instrumentation and logging.
|
91
91
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
92
92
|
# An array of interceptors that are run before calls are executed.
|
93
|
-
# * `timeout` (*type:* `
|
94
|
-
# Default timeout in
|
93
|
+
# * `timeout` (*type:* `Numeric`) -
|
94
|
+
# Default timeout in seconds.
|
95
95
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
96
96
|
# Additional gRPC headers to be sent with the call.
|
97
97
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-workflows
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.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: google-cloud-core
|
@@ -202,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
202
202
|
- !ruby/object:Gem::Version
|
203
203
|
version: '0'
|
204
204
|
requirements: []
|
205
|
-
rubygems_version: 3.
|
205
|
+
rubygems_version: 3.2.6
|
206
206
|
signing_key:
|
207
207
|
specification_version: 4
|
208
208
|
summary: API Client library for the Workflows API
|