Skip to content

Commit

Permalink
Regenerate workflowexecutions client (#4590)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Feb 4, 2024
1 parent fd1f85c commit 5d2ebd6
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,16 @@ public function get($name, $optParams = [])
*
* @opt_param string filter Optional. Filters applied to the
* `[Executions.ListExecutions]` results. The following fields are supported for
* filtering: `executionId`, `state`, `startTime`, `endTime`, `duration`,
* `workflowRevisionId`, `stepName`, and `label`. For details, see AIP-160. For
* example, if you are using the Google APIs Explorer: `state="SUCCEEDED"` or
* `startTime>"2023-08-01" AND state="FAILED"`
* filtering: `executionId`, `state`, `createTime`, `startTime`, `endTime`,
* `duration`, `workflowRevisionId`, `stepName`, and `label`. For details, see
* AIP-160. For example, if you are using the Google APIs Explorer:
* `state="SUCCEEDED"` or `startTime>"2023-08-01" AND state="FAILED"`
* @opt_param string orderBy Optional. Comma-separated list of fields that
* specify the ordering applied to the `[Executions.ListExecutions]` results. By
* default the ordering is based on descending `startTime`. The following fields
* are supported for ordering: `executionId`, `state`, `startTime`, `endTime`,
* `duration`, and `workflowRevisionId`. For details, see AIP-132.
* default the ordering is based on descending `createTime`. The following
* fields are supported for ordering: `executionId`, `state`, `createTime`,
* `startTime`, `endTime`, `duration`, and `workflowRevisionId`. For details,
* see AIP-132.
* @opt_param int pageSize Maximum number of executions to return per call. Max
* supported value depends on the selected Execution view: it's 1000 for BASIC
* and 100 for FULL. The default value used if the field is not specified is
Expand Down

0 comments on commit 5d2ebd6

Please sign in to comment.