Skip to content

Commit aa3404a

Browse files
feat: Automated regeneration of workflowexecutions v1 client (googleapis#20263)
Auto-created at 2024-09-22 09:50:45 +0000 using the toys pull request generator.
1 parent 9b8d48b commit aa3404a

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

generated/google-apis-workflowexecutions_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-workflowexecutions_v1
22

3+
### v0.40.0 (2024-09-22)
4+
5+
* Regenerated from discovery document revision 20240916
6+
37
### v0.39.0 (2024-08-25)
48

59
* Regenerated from discovery document revision 20240813

generated/google-apis-workflowexecutions_v1/lib/google/apis/workflowexecutions_v1/classes.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ class Execution
231231
# @return [String]
232232
attr_accessor :result
233233

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.
235236
# Corresponds to the JSON property `startTime`
236237
# @return [String]
237238
attr_accessor :start_time

generated/google-apis-workflowexecutions_v1/lib/google/apis/workflowexecutions_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module WorkflowexecutionsV1
1818
# Version of the google-apis-workflowexecutions_v1 gem
19-
GEM_VERSION = "0.39.0"
19+
GEM_VERSION = "0.40.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240813"
25+
REVISION = "20240916"
2626
end
2727
end
2828
end

generated/google-apis-workflowexecutions_v1/lib/google/apis/workflowexecutions_v1/service.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,10 @@ def get_project_location_workflow_execution(name, view: nil, fields: nil, quota_
269269
# Optional. Filters applied to the `[Executions.ListExecutions]` results. The
270270
# following fields are supported for filtering: `executionId`, `state`, `
271271
# 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"`
275276
# @param [String] order_by
276277
# Optional. Comma-separated list of fields that specify the ordering applied to
277278
# the `[Executions.ListExecutions]` results. By default the ordering is based on

0 commit comments

Comments
 (0)