Skip to content

Commit 77e9abf

Browse files
yoshi-automationsofisl
authored andcommitted
fix(workflowexecutions): update the API
#### workflowexecutions:v1 The following keys were changed: - resources.projects.resources.locations.resources.workflows.resources.executions.methods.list.parameters.filter.description
1 parent 4ad37a1 commit 77e9abf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/workflowexecutions-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
],
275275
"parameters": {
276276
"filter": {
277-
"description": "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 example, if you are using the Google APIs Explorer: `state=\"SUCCEEDED\"` or `startTime>\"2023-08-01\" AND state=\"FAILED\"`",
277+
"description": "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\"`",
278278
"location": "query",
279279
"type": "string"
280280
},
@@ -457,7 +457,7 @@
457457
}
458458
}
459459
},
460-
"revision": "20240528",
460+
"revision": "20240617",
461461
"rootUrl": "https://workflowexecutions.googleapis.com/",
462462
"schemas": {
463463
"Callback": {

src/apis/workflowexecutions/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ export namespace workflowexecutions_v1 {
11561156
export interface Params$Resource$Projects$Locations$Workflows$Executions$List
11571157
extends StandardParameters {
11581158
/**
1159-
* 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 example, if you are using the Google APIs Explorer: `state="SUCCEEDED"` or `startTime\>"2023-08-01" AND state="FAILED"`
1159+
* 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"`
11601160
*/
11611161
filter?: string;
11621162
/**

0 commit comments

Comments
 (0)