google-cloud-workflows-v1beta 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2aca2c22c518bce02f54bea160800445f13e3c9b09708f09b6d4f9e99a56aae
|
4
|
+
data.tar.gz: 999db61aedbbb8821db7be3e48318e6302192d6935b1e95e0f3cae77bbbc6983
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3e30f61175760283701816ba02256a3cdb1ea8eb9e4d5e6358dbe0c351a4ab80b5e0cd920b3463ac4d23e5f28c31fcea28a1c2c5455259a680f726a4eda4ae4
|
7
|
+
data.tar.gz: eca5e42a98e5c2c86924ab10a424c773edbc3b893cdab0a255795192c9b164233ab5086c8234e45c0639f1ec08ddbf63daf223753a4e5b36358ed72395d3ec14
|
@@ -662,7 +662,7 @@ module Google
|
|
662
662
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
663
663
|
# the following configuration fields:
|
664
664
|
#
|
665
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
665
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
666
666
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
667
667
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
668
668
|
# 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
|
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:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-workflows-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
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:
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
203
203
|
- !ruby/object:Gem::Version
|
204
204
|
version: '0'
|
205
205
|
requirements: []
|
206
|
-
rubygems_version: 3.
|
206
|
+
rubygems_version: 3.2.6
|
207
207
|
signing_key:
|
208
208
|
specification_version: 4
|
209
209
|
summary: API Client library for the Workflows V1beta API
|