google-apis-workflowexecutions_v1 0.37.0 → 0.38.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: faccd66b0db6ec2d2f63325dacb4ba10797160e688cc3d337f4a6291d202e8ae
|
4
|
+
data.tar.gz: 549c6801bf5ef9300fe0a5883447dee5c63bc8fb415e6e101e7a964a5b03b744
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 072e65ea898e68e586dbccbfd35c6530ea9fba173d2f2f453cbff319bfaa31a7781eda494cc89569fa032ffdac8c8092aa865cc64ed08fee7186fc3f981132cb
|
7
|
+
data.tar.gz: 6bcaeba7954f92f1c8d9dfea0fd9985b9d155334e0f1c307cbd690f0f386aaa8eb7f0ed5af28b8562efc101674c185e1bd90d5d06454a38bdd5409fc824388e5
|
data/CHANGELOG.md
CHANGED
@@ -171,6 +171,15 @@ module Google
|
|
171
171
|
# @return [Google::Apis::WorkflowexecutionsV1::Error]
|
172
172
|
attr_accessor :error
|
173
173
|
|
174
|
+
# Optional. Describes the level of the execution history feature to apply to
|
175
|
+
# this execution. If not specified, the level of the execution history feature
|
176
|
+
# will be determined by its workflow's execution history level. If the value is
|
177
|
+
# different from its workflow's value, it will override the workflow's execution
|
178
|
+
# history level for this exeuction.
|
179
|
+
# Corresponds to the JSON property `executionHistoryLevel`
|
180
|
+
# @return [String]
|
181
|
+
attr_accessor :execution_history_level
|
182
|
+
|
174
183
|
# Labels associated with this execution. Labels can contain at most 64 entries.
|
175
184
|
# Keys and values can be no longer than 63 characters and can only contain
|
176
185
|
# lowercase letters, numeric characters, underscores, and dashes. Label keys
|
@@ -231,6 +240,7 @@ module Google
|
|
231
240
|
@duration = args[:duration] if args.key?(:duration)
|
232
241
|
@end_time = args[:end_time] if args.key?(:end_time)
|
233
242
|
@error = args[:error] if args.key?(:error)
|
243
|
+
@execution_history_level = args[:execution_history_level] if args.key?(:execution_history_level)
|
234
244
|
@labels = args[:labels] if args.key?(:labels)
|
235
245
|
@name = args[:name] if args.key?(:name)
|
236
246
|
@result = args[:result] if args.key?(:result)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module WorkflowexecutionsV1
|
18
18
|
# Version of the google-apis-workflowexecutions_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240715"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -186,6 +186,7 @@ module Google
|
|
186
186
|
property :end_time, as: 'endTime'
|
187
187
|
property :error, as: 'error', class: Google::Apis::WorkflowexecutionsV1::Error, decorator: Google::Apis::WorkflowexecutionsV1::Error::Representation
|
188
188
|
|
189
|
+
property :execution_history_level, as: 'executionHistoryLevel'
|
189
190
|
hash :labels, as: 'labels'
|
190
191
|
property :name, as: 'name'
|
191
192
|
property :result, as: 'result'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-workflowexecutions_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.38.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-07-25 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-workflowexecutions_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workflowexecutions_v1/v0.38.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workflowexecutions_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|