google-apis-workflows_v1 0.37.0 → 0.39.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: 0dab3f2b765eeb9d0d3fa5f1bf09ada48c9697ca9c1ccfdf257cfa5cd48134fe
|
4
|
+
data.tar.gz: 1eaa4a6c5629d4690310d9f88baf4e38682d6cb5c12598066ab7e88cf4ed8fc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62bed4405d6f0a31fe0f3d3cb411f0611dfc19d8923fa22f46921e14bdcc8ef91c6c72537d5f3e526a1aa325c1127587b5a92a4b0e387b91cff65c55e71c6ece
|
7
|
+
data.tar.gz: 576f681d413178e0b71671354063e7547ebf5f822f3cb4a1e4e8a55e5f58b6bad1c6a6380bb96cf3abeeb80ecff1c64a1cc9597caf8a3d74a52d3108b854a8c0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-workflows_v1
|
2
2
|
|
3
|
+
### v0.39.0 (2024-12-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241204
|
6
|
+
|
7
|
+
### v0.38.0 (2024-10-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240925
|
10
|
+
|
3
11
|
### v0.37.0 (2024-08-25)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240814
|
@@ -362,7 +362,7 @@ module Google
|
|
362
362
|
end
|
363
363
|
end
|
364
364
|
|
365
|
-
#
|
365
|
+
# Workflow program to be executed by Workflows.
|
366
366
|
class Workflow
|
367
367
|
include Google::Apis::Core::Hashable
|
368
368
|
|
@@ -480,6 +480,11 @@ module Google
|
|
480
480
|
# @return [Google::Apis::WorkflowsV1::StateError]
|
481
481
|
attr_accessor :state_error
|
482
482
|
|
483
|
+
# Optional. Input only. Immutable. Tags associated with this workflow.
|
484
|
+
# Corresponds to the JSON property `tags`
|
485
|
+
# @return [Hash<String,String>]
|
486
|
+
attr_accessor :tags
|
487
|
+
|
483
488
|
# Output only. The timestamp for when the workflow was last updated. This is a
|
484
489
|
# workflow-wide field and is not tied to a specific revision.
|
485
490
|
# Corresponds to the JSON property `updateTime`
|
@@ -515,6 +520,7 @@ module Google
|
|
515
520
|
@source_contents = args[:source_contents] if args.key?(:source_contents)
|
516
521
|
@state = args[:state] if args.key?(:state)
|
517
522
|
@state_error = args[:state_error] if args.key?(:state_error)
|
523
|
+
@tags = args[:tags] if args.key?(:tags)
|
518
524
|
@update_time = args[:update_time] if args.key?(:update_time)
|
519
525
|
@user_env_vars = args[:user_env_vars] if args.key?(:user_env_vars)
|
520
526
|
end
|
@@ -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.39.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241204"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -202,6 +202,7 @@ module Google
|
|
202
202
|
property :state, as: 'state'
|
203
203
|
property :state_error, as: 'stateError', class: Google::Apis::WorkflowsV1::StateError, decorator: Google::Apis::WorkflowsV1::StateError::Representation
|
204
204
|
|
205
|
+
hash :tags, as: 'tags'
|
205
206
|
property :update_time, as: 'updateTime'
|
206
207
|
hash :user_env_vars, as: 'userEnvVars'
|
207
208
|
end
|
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.39.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: 2024-
|
11
|
+
date: 2024-12-15 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.39.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Workflows API V1
|