google-apis-workflowexecutions_v1 0.36.0 → 0.37.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: 473e9dc375de94be18497f6f9c1fe8736e460f88c2773373b3469abd6744af5a
|
|
4
|
+
data.tar.gz: 4f071228c6cfba7c6c3c0729e07396bb6b34b70bbce6100b6da4a49db17fc3b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0d52b160b2d48aedc46ef7fcaed49bedef3cb1ff2f043a6375d481451541d94da2c21a002f865a6aa7d969cff213cd6c3022861c3b55a306973cbb39e3d850a
|
|
7
|
+
data.tar.gz: '0955226ab7314f1edad90f102a98005edea74776e73b34587d0ad5e1a2657ccac9a8714b5442c323541917b1b5c0f0aca10ae9104e8bc7653acf135a865b06e3'
|
data/CHANGELOG.md
CHANGED
|
@@ -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.37.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 = "20240604"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -234,9 +234,9 @@ module Google
|
|
|
234
234
|
# Optional. Filters applied to the `[Executions.ListExecutions]` results. The
|
|
235
235
|
# following fields are supported for filtering: `executionId`, `state`, `
|
|
236
236
|
# createTime`, `startTime`, `endTime`, `duration`, `workflowRevisionId`, `
|
|
237
|
-
# stepName`, and `label`. For details, see AIP-160. For
|
|
238
|
-
# using the Google APIs Explorer: `
|
|
239
|
-
# AND state="FAILED"`
|
|
237
|
+
# stepName`, and `label`. For details, see AIP-160. For more information, see
|
|
238
|
+
# Filter executions. For example, if you are using the Google APIs Explorer: `
|
|
239
|
+
# state="SUCCEEDED"` or `startTime>"2023-08-01" AND state="FAILED"`
|
|
240
240
|
# @param [String] order_by
|
|
241
241
|
# Optional. Comma-separated list of fields that specify the ordering applied to
|
|
242
242
|
# 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.37.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-06-
|
|
11
|
+
date: 2024-06-16 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.37.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: []
|