From ed3a018268d4272b811c1bb24b68a9ecd15f6bae Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 21 Sep 2024 18:08:24 -0700 Subject: [PATCH] Regenerate workflowexecutions client (#5610) Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-php-client-services/actions/workflows/codegen.yaml --- .../Resource/ProjectsLocationsWorkflowsExecutions.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/WorkflowExecutions/Resource/ProjectsLocationsWorkflowsExecutions.php b/src/WorkflowExecutions/Resource/ProjectsLocationsWorkflowsExecutions.php index c4aa54d1f9..71ac4e1829 100644 --- a/src/WorkflowExecutions/Resource/ProjectsLocationsWorkflowsExecutions.php +++ b/src/WorkflowExecutions/Resource/ProjectsLocationsWorkflowsExecutions.php @@ -138,10 +138,11 @@ 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`, `createTime`, `startTime`, `endTime`, - * `duration`, `workflowRevisionId`, `stepName`, and `label`. For details, see - * AIP-160. For more information, see Filter executions. For example, if you are - * using the Google APIs Explorer: `state="SUCCEEDED"` or - * `startTime>"2023-08-01" AND state="FAILED"` + * `duration`, `workflowRevisionId`, `stepName`, `label`, and + * `disableConcurrencyQuotaOverflowBuffering`. For details, see AIP-160. For + * more information, see Filter executions. 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 `createTime`. The following