google-cloud-workflows-executions-v1beta 0.1.0 → 0.1.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: 1f413bf77d9988a948ecf5ac11f444c8ff1fe081f9ef18d645aa7e0b2c302566
4
- data.tar.gz: d2005973bdf6e45b8915a73d35758eaa50ecbc5b142331cdaf8652b3d5c9e1a1
3
+ metadata.gz: 76789ea68140b9833a022cb1765b54e8c8da542fbf6e0df72aaa36ba69af7f1d
4
+ data.tar.gz: 68935f16c7ec5dddd4d8b3f71e409a7bd65bb61b4bbaf5e4b9b92a4df3688583
5
5
  SHA512:
6
- metadata.gz: 61d3f38a3884bf055f9ddc10819b423a4a0775c6adc97e0098398be782474c0ab0a6e00c4e1eed53c2d266f70f8613c8efbfb0b2598dabb281c5652b91b3596a
7
- data.tar.gz: 0c4be3f406e595cdedc6611ae1bc89f58bcb65a13dc834ad37885dde6e9e47fdccf84cbd6843f9a4d79650af68e289528e42d88d9eda4a588ccd84844712b32e
6
+ metadata.gz: 330b61c7828fdcbe9d404fbe5d9e7a69384800c4fff06ec255830748afa5de4be341a2692a54cc2fb25064c6323c2a41748f71ab6153e8ff7194e113d3eb5265
7
+ data.tar.gz: 5ddd2eaef3f4fda26629b41ff57c0286c3993c25f83421fd86c1e3154473c7ab066dd7b3c25aa4740bc8f64ae0476aeeba1550f758ea795ad5d9acae7b4cbc80
@@ -35,3 +35,6 @@ module Google
35
35
  end
36
36
  end
37
37
  end
38
+
39
+ helper_path = ::File.join __dir__, "v1beta", "_helpers.rb"
40
+ require "google/cloud/workflows/executions/v1beta/_helpers" if ::File.file? helper_path
@@ -566,7 +566,7 @@ module Google
566
566
  # Each configuration object is of type `Gapic::Config::Method` and includes
567
567
  # the following configuration fields:
568
568
  #
569
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
569
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
570
570
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
571
571
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
572
572
  # include the following keys:
@@ -22,7 +22,7 @@ module Google
22
22
  module Workflows
23
23
  module Executions
24
24
  module V1beta
25
- VERSION = "0.1.0"
25
+ VERSION = "0.1.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-workflows-executions-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-11-02 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
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
197
197
  - !ruby/object:Gem::Version
198
198
  version: '0'
199
199
  requirements: []
200
- rubygems_version: 3.1.4
200
+ rubygems_version: 3.2.6
201
201
  signing_key:
202
202
  specification_version: 4
203
203
  summary: API Client library for the Workflows Executions V1beta API