google-cloud-workflows 3.0.1 → 3.0.2

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: 4afb733464b925913b3c1b696070ea41a28fd1c36bc465ac7a8426d41b207f8e
4
- data.tar.gz: 485b615ef1833f9e35943e0821365eadeb2230a46f4384fd3dd3182c5f7b423e
3
+ metadata.gz: 322d553fd79bccb402eb6db208917aa0dca5e38a04393c4ba286a0f0425e0bb9
4
+ data.tar.gz: 84a5df0adf3c79f44c9b6b53c3e51aa52e916ebfcbe829b7741f3245257715fd
5
5
  SHA512:
6
- metadata.gz: 99d365c0bb736f68854152014a9ba6dbe64c52a25752b2b7e9160ef0c1ffce57a84d6d64c74acb94029731e44b64217587a55d77461ad1f9ab2a54a7eddf3c05
7
- data.tar.gz: ec0e96eeaa69484708c82298af6ff9f8b33d94232c78628a434019ddc700a10f96f5fd6b57f7cae5f78ca10e5e5279f2b3025214b928c07052681f8fbe6cccc3
6
+ metadata.gz: 388ee285506cd1a49be8d4773bfc82d1036c383a4e97df5cba3cc46820fbccfa94ffb9b15abe1a78408d9271c1682e07176c05b62a4ee5b324f2b24f40ff2a6a
7
+ data.tar.gz: 719d909ce8d2c7248ac143617ef26e6557679f84a8623dd66f7147bb620ea23d6f50c173d68dd43b93669af5318d3569283593252e959b8204e9ddcad6136ab2
data/README.md CHANGED
@@ -35,6 +35,14 @@ In order to use this library, you first need to go through the following steps:
35
35
  1. [Enable the API.](https://console.cloud.google.com/apis/library/workflows.googleapis.com)
36
36
  1. {file:AUTHENTICATION.md Set up authentication.}
37
37
 
38
+ ```ruby
39
+ require "google/cloud/workflows"
40
+
41
+ client = Google::Cloud::Workflows.workflows
42
+ request = ::Google::Cloud::Workflows::V1::ListWorkflowsRequest.new # (request fields as keyword arguments...)
43
+ response = client.list_workflows request
44
+ ```
45
+
38
46
  ## Debug Logging
39
47
 
40
48
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Workflows
23
- VERSION = "3.0.1"
23
+ VERSION = "3.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-workflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  requirements: []
91
- rubygems_version: 3.6.8
91
+ rubygems_version: 3.6.9
92
92
  specification_version: 4
93
93
  summary: API Client library for the Workflows API
94
94
  test_files: []