google-cloud-workflows-executions-v1beta 0.3.3 → 0.3.4

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: a0635efb3755a1fae706ee774fe75aeb7f298ae745b7a46bc1cd1c6e20468116
4
- data.tar.gz: 24f3033ec05c7b235e08fe1ad91018a053e925dc0de1be8b93ac473ece0eaa7a
3
+ metadata.gz: 9afa870e438eec10b4d665e815b52e89a028b0718a9c8612852d4d5ab5a5c26b
4
+ data.tar.gz: b0a8460f7d507da2530191d011e42110d47b3a2981f5cb100b740c8d9c2dabbd
5
5
  SHA512:
6
- metadata.gz: 98d83c42121151881d8619b1ac0e51322c2b9b689527d92dbadd84b7a3d16e3fc28d8013fe1290c3d45fb099c025332744003f22c853bc59d7d76e312726cf16
7
- data.tar.gz: edf1447d41b015cc04a216b190f7e60dde553acb6f2b768fc1689b09cbfbedb358e5f545381fec41e4c8c98f8740f06e8fc267cd659ac7cd7259bbb01a1ce079
6
+ metadata.gz: 89b1932ccc68b80c1af0f4744df9c16a489031f6ce52d24cde09940736c8dbbd759c1c0c7ba4eaa62046a1a60066d19a4d67b6308448349b2bb176dae2d122ee
7
+ data.tar.gz: c9f210b2d91aea4273228f89c3a22cc9a05d65e5fa30c1051cac4dd80ee1e4e5e64224a067c87fd1e5eb881c51ed3f44f83be8573bece96fc672e6b98a71997b
data/README.md CHANGED
@@ -9,7 +9,7 @@ https://github.com/googleapis/google-cloud-ruby
9
9
  This gem is a _versioned_ client. It provides basic client classes for a
10
10
  specific version of the Workflows Executions V1beta API. Most users should consider using
11
11
  the main client gem,
12
- [google-cloud-workflows-executions](https://rubygems.org/gems/google-cloud-workflows-executions).
12
+ [google-cloud-workflows](https://rubygems.org/gems/google-cloud-workflows).
13
13
  See the section below titled *Which client should I use?* for more information.
14
14
 
15
15
  ## Installation
@@ -83,7 +83,7 @@ about the Ruby support schedule.
83
83
  ## Which client should I use?
84
84
 
85
85
  Most modern Ruby client libraries for Google APIs come in two flavors: the main
86
- client library with a name such as `google-cloud-workflows-executions`,
86
+ client library with a name such as `google-cloud-workflows`,
87
87
  and lower-level _versioned_ client libraries with names such as
88
88
  `google-cloud-workflows-executions-v1beta`.
89
89
  _In most cases, you should install the main client._
@@ -110,7 +110,7 @@ service version.
110
110
 
111
111
  We recommend that most users install the main client gem for a service. You can
112
112
  identify this gem as the one _without_ a version in its name, e.g.
113
- `google-cloud-workflows-executions`.
113
+ `google-cloud-workflows`.
114
114
  The main client is recommended because it will embody the best practices for
115
115
  accessing the service, and may also provide more convenient interfaces or
116
116
  tighter integration into frameworks and third-party libraries. In addition, the
@@ -22,7 +22,7 @@ module Google
22
22
  module Workflows
23
23
  module Executions
24
24
  module V1beta
25
- VERSION = "0.3.3"
25
+ VERSION = "0.3.4"
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.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-11 00:00:00.000000000 Z
11
+ date: 2021-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -162,8 +162,7 @@ description: Workflows link series of serverless tasks together in an order you
162
162
  Workflows requires no infrastructure management and scales seamlessly with demand,
163
163
  including scaling down to zero.. Note that google-cloud-workflows-executions-v1beta
164
164
  is a version-specific client library. For most uses, we recommend installing the
165
- main client library google-cloud-workflows-executions instead. See the readme for
166
- more details.
165
+ main client library google-cloud-workflows instead. See the readme for more details.
167
166
  email: googleapis-packages@google.com
168
167
  executables: []
169
168
  extensions: []