Skip to content

Commit 7414182

Browse files
feat: Automated regeneration of workflowexecutions v1 client (#16514)
Auto-created at 2023-10-22 11:23:01 +0000 using the toys pull request generator.
1 parent 04ceba2 commit 7414182

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
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.29.0 (2023-10-22)
4+
5+
* Regenerated from discovery document revision 20231016
6+
37
### v0.28.0 (2023-10-01)
48

59
* Regenerated from discovery document revision 20230912

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.28.0"
19+
GEM_VERSION = "0.29.0"
2020

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

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

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,18 @@ def get_project_location_workflow_execution(name, view: nil, fields: nil, quota_
228228
# Required. Name of the workflow for which the executions should be listed.
229229
# Format: projects/`project`/locations/`location`/workflows/`workflow`
230230
# @param [String] filter
231-
# Optional. Filters applied to the [Executions.ListExecutions] results. The
232-
# following fields are supported for filtering: executionID, state, startTime,
233-
# endTime, duration, workflowRevisionID, stepName, and label.
231+
# Optional. Filters applied to the `[Executions.ListExecutions]` results. The
232+
# following fields are supported for filtering: `executionId`, `state`, `
233+
# startTime`, `endTime`, `duration`, `workflowRevisionId`, `stepName`, and `
234+
# label`. For details, see AIP-160. For example, if you are using the Google
235+
# APIs Explorer: `state="SUCCEEDED"` or `startTime>"2023-08-01" AND state="
236+
# FAILED"`
234237
# @param [String] order_by
235-
# Optional. The ordering applied to the [Executions.ListExecutions] results. By
236-
# default the ordering is based on descending start time. The following fields
237-
# are supported for order by: executionID, startTime, endTime, duration, state,
238-
# and workflowRevisionID.
238+
# Optional. Comma-separated list of fields that specify the ordering applied to
239+
# the `[Executions.ListExecutions]` results. By default the ordering is based on
240+
# descending `startTime`. The following fields are supported for ordering: `
241+
# executionId`, `state`, `startTime`, `endTime`, `duration`, and `
242+
# workflowRevisionId`. For details, see AIP-132.
239243
# @param [Fixnum] page_size
240244
# Maximum number of executions to return per call. Max supported value depends
241245
# on the selected Execution view: it's 1000 for BASIC and 100 for FULL. The

0 commit comments

Comments
 (0)