google-apis-workflowexecutions_v1 0.39.0 → 0.40.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: 8649836d64e98e541ff5b03c5c235db1b0d8813f406aef82872d9df749aefef9
4
- data.tar.gz: 4209d3ca5fcb7c538be47fd7e68ea5013fe59ee7fd276b05d3ed71cd203789a9
3
+ metadata.gz: 1d77ee4654e5826e731519583bbdd7142f242b7aeccb26657e92930bfa66176b
4
+ data.tar.gz: 8d91e7e10eecb6501a0037a88992a411bd1e206c710d95a32bbdcbc00db83b49
5
5
  SHA512:
6
- metadata.gz: 6d6030cf40f8600721f9386d06bd59ef4f9d47e8f1a36f5702bf4d291c3ba96b348db4a1a9467d733a3b81f23d339e7d74c812c4d83aa05a9519a8b9ba026f31
7
- data.tar.gz: 9655032c47edaa8fa713e8f09a4d0d949a345b2bd7ce34ac4ebd86d31c7075f7e6309759cb656e2165b348915f3c7e9893af232db4bddb6215d04dae6a190594
6
+ metadata.gz: 99be841f18ae0f1a43fd773274f890e61da667a8ba03bfab190888ad3af6a29e0444627f260f7cd64e0811d0e4a7b780d1337d39a8babe1e3e2d59f9add62909
7
+ data.tar.gz: 030aa7ca743c9b26f34de6b51a78cf5b554e35e480b059d1c48eb6cb11ee92b7a0928b7f78a838975d888baeee3cf7aa17065a8992344fabaef2b2076ecd445e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workflowexecutions_v1
2
2
 
3
+ ### v0.40.0 (2024-09-22)
4
+
5
+ * Regenerated from discovery document revision 20240916
6
+
3
7
  ### v0.39.0 (2024-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20240813
@@ -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.39.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 = "20240813"
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 `label`. For details, see AIP-160. For more information, see
273
- # Filter executions. For example, if you are using the Google APIs Explorer: `
274
- # state="SUCCEEDED"` or `startTime>"2023-08-01" AND state="FAILED"`
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.39.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-08-25 00:00:00.000000000 Z
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.39.0
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: []