You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Required. Name of the execution for which step entries should be deleted. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}",
"Include basic information in the step entries. All fields in StepEntry are returned except for variable_data.",
427
+
"Include all data."
428
+
],
429
+
"location": "query",
430
+
"type": "string"
387
431
}
388
432
},
389
433
"path": "v1/{+name}",
@@ -404,7 +448,7 @@
404
448
],
405
449
"parameters": {
406
450
"filter": {
407
-
"description": "Optional. Filters applied to the `[StepEntries.ListStepEntries]` results. The following fields are supported for filtering: `entryId`, `createTime`, `updateTime`, `routine`, `step`, `stepType`, `state`. For details, see AIP-160. For example, if you are using the Google APIs Explorer: `state=\"SUCCEEDED\"` or `createTime>\"2023-08-01\" AND state=\"FAILED\"`",
451
+
"description": "Optional. Filters applied to the `[StepEntries.ListStepEntries]` results. The following fields are supported for filtering: `entryId`, `createTime`, `updateTime`, `routine`, `step`, `stepType`, `parent`, `state`. For details, see AIP-160. For example, if you are using the Google APIs Explorer: `state=\"SUCCEEDED\"` or `createTime>\"2023-08-01\" AND state=\"FAILED\"`",
408
452
"location": "query",
409
453
"type": "string"
410
454
},
@@ -425,7 +469,7 @@
425
469
"type": "string"
426
470
},
427
471
"parent": {
428
-
"description": "Required. Name of the workflow execution to list entries for. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}/stepEntries/",
472
+
"description": "Required. Name of the workflow execution to list entries for. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}",
"description": "Request for the DeleteExecutionHistory method.",
562
+
"id": "DeleteExecutionHistoryRequest",
563
+
"properties": {},
564
+
"type": "object"
565
+
},
566
+
"Empty": {
567
+
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
568
+
"id": "Empty",
569
+
"properties": {},
570
+
"type": "object"
571
+
},
500
572
"Error": {
501
573
"description": "Error describes why the execution was abnormally terminated.",
502
574
"id": "Error",
@@ -1012,6 +1084,11 @@
1012
1084
"format": "google-datetime",
1013
1085
"readOnly": true,
1014
1086
"type": "string"
1087
+
},
1088
+
"variableData": {
1089
+
"$ref": "VariableData",
1090
+
"description": "Output only. The VariableData associated to this step.",
1091
+
"readOnly": true
1015
1092
}
1016
1093
},
1017
1094
"type": "object"
@@ -1080,6 +1157,20 @@
1080
1157
}
1081
1158
},
1082
1159
"type": "object"
1160
+
},
1161
+
"VariableData": {
1162
+
"description": "VariableData contains the variable data for this step.",
1163
+
"id": "VariableData",
1164
+
"properties": {
1165
+
"variables": {
1166
+
"additionalProperties": {
1167
+
"type": "any"
1168
+
},
1169
+
"description": "Variables that are associated with this step.",
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
158
+
*/
159
+
exportinterfaceSchema$Empty{}
152
160
/**
153
161
* Error describes why the execution was abnormally terminated.
* Required. Name of the execution for which step entries should be deleted. Format: projects/{project\}/locations/{location\}/workflows/{workflow\}/executions/{execution\}
* Required. The name of the step entry to retrieve. Format: projects/{project\}/locations/{location\}/workflows/{workflow\}/executions/{execution\}/stepEntries/{step_entry\}
* Optional. Filters applied to the `[StepEntries.ListStepEntries]` results. The following fields are supported for filtering: `entryId`, `createTime`, `updateTime`, `routine`, `step`, `stepType`, `state`. For details, see AIP-160. For example, if you are using the Google APIs Explorer: `state="SUCCEEDED"` or `createTime\>"2023-08-01" AND state="FAILED"`
1632
+
* Optional. Filters applied to the `[StepEntries.ListStepEntries]` results. The following fields are supported for filtering: `entryId`, `createTime`, `updateTime`, `routine`, `step`, `stepType`, `parent`, `state`. For details, see AIP-160. For example, if you are using the Google APIs Explorer: `state="SUCCEEDED"` or `createTime\>"2023-08-01" AND state="FAILED"`
* Required. Name of the workflow execution to list entries for. Format: projects/{project\}/locations/{location\}/workflows/{workflow\}/executions/{execution\}/stepEntries/
1648
+
* Required. Name of the workflow execution to list entries for. Format: projects/{project\}/locations/{location\}/workflows/{workflow\}/executions/{execution\}
1522
1649
*/
1523
1650
parent?: string;
1524
1651
/**
1525
1652
* Optional. The number of step entries to skip. It can be used with or without a pageToken. If used with a pageToken, then it indicates the number of step entries to skip starting from the requested page.
0 commit comments