google-apis-workflowexecutions_v1 0.39.0 → 0.40.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: 1d77ee4654e5826e731519583bbdd7142f242b7aeccb26657e92930bfa66176b
|
|
4
|
+
data.tar.gz: 8d91e7e10eecb6501a0037a88992a411bd1e206c710d95a32bbdcbc00db83b49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99be841f18ae0f1a43fd773274f890e61da667a8ba03bfab190888ad3af6a29e0444627f260f7cd64e0811d0e4a7b780d1337d39a8babe1e3e2d59f9add62909
|
|
7
|
+
data.tar.gz: 030aa7ca743c9b26f34de6b51a78cf5b554e35e480b059d1c48eb6cb11ee92b7a0928b7f78a838975d888baeee3cf7aa17065a8992344fabaef2b2076ecd445e
|
data/CHANGELOG.md
CHANGED
|
@@ -231,7 +231,8 @@ module Google
|
|
|
231
231
|
# @return [String]
|
|
232
232
|
attr_accessor :result
|
|
233
233
|
|
|
234
|
-
# Output only. Marks the beginning of execution.
|
|
234
|
+
# Output only. Marks the beginning of execution. Note that this will be the same
|
|
235
|
+
# as `createTime` for executions that start immediately.
|
|
235
236
|
# Corresponds to the JSON property `startTime`
|
|
236
237
|
# @return [String]
|
|
237
238
|
attr_accessor :start_time
|
|
@@ -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.40.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 = "20240916"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -269,9 +269,10 @@ module Google
|
|
|
269
269
|
# Optional. Filters applied to the `[Executions.ListExecutions]` results. The
|
|
270
270
|
# following fields are supported for filtering: `executionId`, `state`, `
|
|
271
271
|
# createTime`, `startTime`, `endTime`, `duration`, `workflowRevisionId`, `
|
|
272
|
-
# stepName`, and `
|
|
273
|
-
#
|
|
274
|
-
# state="SUCCEEDED"` or `startTime>"
|
|
272
|
+
# stepName`, `label`, and `disableConcurrencyQuotaOverflowBuffering`. For
|
|
273
|
+
# details, see AIP-160. For more information, see Filter executions. For example,
|
|
274
|
+
# if you are using the Google APIs Explorer: `state="SUCCEEDED"` or `startTime>"
|
|
275
|
+
# 2023-08-01" AND state="FAILED"`
|
|
275
276
|
# @param [String] order_by
|
|
276
277
|
# Optional. Comma-separated list of fields that specify the ordering applied to
|
|
277
278
|
# the `[Executions.ListExecutions]` results. By default the ordering is based on
|
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.40.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-09-22 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.40.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: []
|