google-apis-workflows_v1 0.25.0 → 0.26.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1d9031620830896878e4e1e17f5ac1e44bd51f454a0454e61a22f98803133d4
|
|
4
|
+
data.tar.gz: 4d05c6b934646932d41edb6ec523a2fa0244f688f67acf246ecd4c246677140f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d1ff0e2658e9a8adbc67e02577515d35a8b7a244917116937ec3f540aef466bace7a6930c86f74e3696a508a8c3e6c6385f365ac367bf668171e924467ae38e
|
|
7
|
+
data.tar.gz: d849e46f449311e329e1d88b173bd6c8ecd26dc35374a9be4938d0084149f09a556083cfe82ad9c6decb6c600ee4478c444ff1835c1eb2fe293591a9db2f4171
|
data/CHANGELOG.md
CHANGED
|
@@ -390,8 +390,8 @@ module Google
|
|
|
390
390
|
# Output only. The revision of the workflow. A new revision of a workflow is
|
|
391
391
|
# created as a result of updating the following properties of a workflow: -
|
|
392
392
|
# Service account - Workflow code to be executed The format is "000001-a4d",
|
|
393
|
-
# where the first
|
|
394
|
-
# They are followed by a hyphen and
|
|
393
|
+
# where the first six characters define the zero-padded revision ordinal number.
|
|
394
|
+
# They are followed by a hyphen and three hexadecimal random characters.
|
|
395
395
|
# Corresponds to the JSON property `revisionId`
|
|
396
396
|
# @return [String]
|
|
397
397
|
attr_accessor :revision_id
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module WorkflowsV1
|
|
18
18
|
# Version of the google-apis-workflows_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230510"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -307,11 +307,10 @@ module Google
|
|
|
307
307
|
# Required. Name of the workflow for which information should be retrieved.
|
|
308
308
|
# Format: projects/`project`/locations/`location`/workflows/`workflow`
|
|
309
309
|
# @param [String] revision_id
|
|
310
|
-
# Optional.
|
|
311
|
-
#
|
|
312
|
-
#
|
|
313
|
-
#
|
|
314
|
-
# wf_adr_clh_1)
|
|
310
|
+
# Optional. The revision of the workflow to retrieve. If the revision_id is
|
|
311
|
+
# empty, the latest revision is retrieved. The format is "000001-a4d", where the
|
|
312
|
+
# first six characters define the zero-padded decimal revision number. They are
|
|
313
|
+
# followed by a hyphen and three hexadecimal characters.
|
|
315
314
|
# @param [String] fields
|
|
316
315
|
# Selector specifying which fields to include in a partial response.
|
|
317
316
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-workflows_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflows_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workflows_v1/v0.26.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflows_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|