google-cloud-workflows 3.0.0 → 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: c767b6fcdc4eee7adc2ee20e1ccccc511913863c3393b1b1e2f56de9b22e4e8f
4
- data.tar.gz: 30a7e338d1170f1c80be0b9b28b16ca01474be2187de0e95a65e3f87c071e34c
3
+ metadata.gz: 322d553fd79bccb402eb6db208917aa0dca5e38a04393c4ba286a0f0425e0bb9
4
+ data.tar.gz: 84a5df0adf3c79f44c9b6b53c3e51aa52e916ebfcbe829b7741f3245257715fd
5
5
  SHA512:
6
- metadata.gz: bfb590e19f8db26bbcb2d95a847ceaf1a8c66b4da45affeb09d62d2ee143d67b3eb4d0e2b17c550321c092265c10dc18fa818ff63040cb4a7bfd1c02d728ccd4
7
- data.tar.gz: 20ea1286da6b43a9f6d3854878455af6a580d517c8ed4d69d5b2eca9db0d8727cd67e805eec8e64374d558bdac67108d9ec07731a76cf88b83f915dd88d4c15e
6
+ metadata.gz: 388ee285506cd1a49be8d4773bfc82d1036c383a4e97df5cba3cc46820fbccfa94ffb9b15abe1a78408d9271c1682e07176c05b62a4ee5b324f2b24f40ff2a6a
7
+ data.tar.gz: 719d909ce8d2c7248ac143617ef26e6557679f84a8623dd66f7147bb620ea23d6f50c173d68dd43b93669af5318d3569283593252e959b8204e9ddcad6136ab2
data/README.md CHANGED
@@ -7,7 +7,7 @@ Workflows link series of serverless tasks together in an order you define. Combi
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-workflows-v*`.
9
9
  The gem `google-cloud-workflows` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -17,7 +17,6 @@ constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
19
  [google-cloud-workflows-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-v1/latest),
20
- [google-cloud-workflows-executions-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-executions-v1/latest),
21
20
  [google-cloud-workflows-executions-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-executions-v1/latest).
22
21
 
23
22
  See also the [Product Documentation](https://cloud.google.com/workflows/)
@@ -36,6 +35,14 @@ In order to use this library, you first need to go through the following steps:
36
35
  1. [Enable the API.](https://console.cloud.google.com/apis/library/workflows.googleapis.com)
37
36
  1. {file:AUTHENTICATION.md Set up authentication.}
38
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
+
39
46
  ## Debug Logging
40
47
 
41
48
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -64,7 +71,8 @@ results in logs appearing alongside your application logs in the
64
71
  Debug logging also requires that the versioned clients for this service be
65
72
  sufficiently recent, released after about Dec 10, 2024. If logging is not
66
73
  working, try updating the versioned clients in your bundle or installed gems:
67
- [google-cloud-workflows-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-v1/latest).
74
+ [google-cloud-workflows-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-v1/latest),
75
+ [google-cloud-workflows-executions-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-workflows-executions-v1/latest).
68
76
 
69
77
  ## Supported Ruby Versions
70
78
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Workflows
23
- VERSION = "3.0.0"
23
+ VERSION = "3.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-workflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -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.3
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: []