google-apis-workflowexecutions_v1 0.36.0 → 0.37.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: a4cec992b2622427b891424dba88b9eb7d1a161d20d5ae436769af6c95476dc8
4
- data.tar.gz: 350203904d4b422707f72c1f6d42ec2e2c3b803c79e6e18c0af76c8ce95f1244
3
+ metadata.gz: 473e9dc375de94be18497f6f9c1fe8736e460f88c2773373b3469abd6744af5a
4
+ data.tar.gz: 4f071228c6cfba7c6c3c0729e07396bb6b34b70bbce6100b6da4a49db17fc3b0
5
5
  SHA512:
6
- metadata.gz: a8763a093db2149ee488b83db6a643f62d110c8f6ee8e1cd49d8ac1d626b0d03756f4edcaca68a17e84c077641b7de18906b5d47b96d81c1be142a88e8be5e9c
7
- data.tar.gz: 8ecd67998be91f5a980608760cd01ca0979598a449c2e30f07bbf7b0ad4844da02bb2275f92491dda96deede2dc412a3292c5cce06d22990a45a83dac83f3ac6
6
+ metadata.gz: e0d52b160b2d48aedc46ef7fcaed49bedef3cb1ff2f043a6375d481451541d94da2c21a002f865a6aa7d969cff213cd6c3022861c3b55a306973cbb39e3d850a
7
+ data.tar.gz: '0955226ab7314f1edad90f102a98005edea74776e73b34587d0ad5e1a2657ccac9a8714b5442c323541917b1b5c0f0aca10ae9104e8bc7653acf135a865b06e3'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workflowexecutions_v1
2
2
 
3
+ ### v0.37.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240604
6
+
3
7
  ### v0.36.0 (2024-06-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20240528
@@ -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.36.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 = "20240528"
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 example, if you are
238
- # using the Google APIs Explorer: `state="SUCCEEDED"` or `startTime>"2023-08-01"
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.36.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-09 00:00:00.000000000 Z
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.36.0
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: []