google-apis-workflows_v1 0.24.0 → 0.26.0
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:
|
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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-workflows_v1
|
2
2
|
|
3
|
+
### v0.26.0 (2023-05-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230510
|
6
|
+
|
7
|
+
### v0.25.0 (2023-04-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230419
|
10
|
+
|
3
11
|
### v0.24.0 (2023-04-16)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230329
|
@@ -120,7 +120,7 @@ module Google
|
|
120
120
|
end
|
121
121
|
end
|
122
122
|
|
123
|
-
# A resource that represents Google Cloud
|
123
|
+
# A resource that represents a Google Cloud location.
|
124
124
|
class Location
|
125
125
|
include Google::Apis::Core::Hashable
|
126
126
|
|
@@ -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: []
|