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: b7c04ba7bb5b792d1f4c393ef9ba7e96c0023709183d7934f5590119ce4ff622
4
- data.tar.gz: c68141c7c7b2c5a5d6a109ffd40e1a5e2227c4779f12cc478f1ec1e7fdf6e039
3
+ metadata.gz: e2aca2c22c518bce02f54bea160800445f13e3c9b09708f09b6d4f9e99a56aae
4
+ data.tar.gz: 999db61aedbbb8821db7be3e48318e6302192d6935b1e95e0f3cae77bbbc6983
5
5
  SHA512:
6
- metadata.gz: e5ccfb29a17cfb93ae14c0cb7664449caa23a97b6720c680ab90d372c22216de3c8c50dc5af89550f7a7cef80841f99f9f7547afc8ebfa86f2dd479cb87268e1
7
- data.tar.gz: fabb883680881af26668af6f50e69976ea231411e30190b71729bfa0cea2e4b702649ff862a7721b178c4a291c75aff5b241402374e99b6be3f10e6fe85704de
6
+ metadata.gz: f3e30f61175760283701816ba02256a3cdb1ea8eb9e4d5e6358dbe0c351a4ab80b5e0cd920b3463ac4d23e5f28c31fcea28a1c2c5455259a680f726a4eda4ae4
7
+ data.tar.gz: eca5e42a98e5c2c86924ab10a424c773edbc3b893cdab0a255795192c9b164233ab5086c8234e45c0639f1ec08ddbf63daf223753a4e5b36358ed72395d3ec14
@@ -33,3 +33,6 @@ module Google
33
33
  end
34
34
  end
35
35
  end
36
+
37
+ helper_path = ::File.join __dir__, "v1beta", "_helpers.rb"
38
+ require "google/cloud/workflows/v1beta/_helpers" if ::File.file? helper_path
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workflows
23
23
  module V1beta
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 milliseconds
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 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:
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.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-10-29 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
@@ -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.1.4
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