@@ -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