Skip to content

Commit 3909aa1

Browse files
fix(workflowexecutions): update the API
#### workflowexecutions:v1 The following keys were changed: - schemas.Execution.properties.executionHistoryLevel.description - schemas.StepEntry.properties.navigationInfo.description - schemas.StepEntry.properties.stepEntryMetadata.description - schemas.StepEntry.properties.variableData.description
1 parent 5fe5027 commit 3909aa1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

discovery/workflowexecutions-v1.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@
517517
}
518518
}
519519
},
520-
"revision": "20241001",
520+
"revision": "20250211",
521521
"rootUrl": "https://workflowexecutions.googleapis.com/",
522522
"schemas": {
523523
"Callback": {
@@ -651,7 +651,7 @@
651651
"readOnly": true
652652
},
653653
"executionHistoryLevel": {
654-
"description": "Optional. Describes the level of the execution history feature to apply to this execution. If not specified, the level of the execution history feature will be determined by its workflow's execution history level. If the value is different from its workflow's value, it will override the workflow's execution history level for this exeuction.",
654+
"description": "Optional. Describes the execution history level to apply to this execution. If not specified, the execution history level is determined by its workflow's execution history level. If the levels are different, the executionHistoryLevel overrides the workflow's execution history level for this execution.",
655655
"enum": [
656656
"EXECUTION_HISTORY_LEVEL_UNSPECIFIED",
657657
"EXECUTION_HISTORY_BASIC",
@@ -995,7 +995,7 @@
995995
},
996996
"navigationInfo": {
997997
"$ref": "NavigationInfo",
998-
"description": "Output only. The NavigationInfo associated to this step.",
998+
"description": "Output only. The NavigationInfo associated with this step.",
999999
"readOnly": true
10001000
},
10011001
"routine": {
@@ -1029,7 +1029,7 @@
10291029
},
10301030
"stepEntryMetadata": {
10311031
"$ref": "StepEntryMetadata",
1032-
"description": "Output only. The StepEntryMetadata associated to this step.",
1032+
"description": "Output only. The StepEntryMetadata associated with this step.",
10331033
"readOnly": true
10341034
},
10351035
"stepType": {
@@ -1089,7 +1089,7 @@
10891089
},
10901090
"variableData": {
10911091
"$ref": "VariableData",
1092-
"description": "Output only. The VariableData associated to this step.",
1092+
"description": "Output only. The VariableData associated with this step.",
10931093
"readOnly": true
10941094
}
10951095
},

src/apis/workflowexecutions/v1.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export namespace workflowexecutions_v1 {
216216
*/
217217
error?: Schema$Error;
218218
/**
219-
* Optional. Describes the level of the execution history feature to apply to this execution. If not specified, the level of the execution history feature will be determined by its workflow's execution history level. If the value is different from its workflow's value, it will override the workflow's execution history level for this exeuction.
219+
* Optional. Describes the execution history level to apply to this execution. If not specified, the execution history level is determined by its workflow's execution history level. If the levels are different, the executionHistoryLevel overrides the workflow's execution history level for this execution.
220220
*/
221221
executionHistoryLevel?: string | null;
222222
/**
@@ -449,7 +449,7 @@ export namespace workflowexecutions_v1 {
449449
*/
450450
name?: string | null;
451451
/**
452-
* Output only. The NavigationInfo associated to this step.
452+
* Output only. The NavigationInfo associated with this step.
453453
*/
454454
navigationInfo?: Schema$NavigationInfo;
455455
/**
@@ -465,7 +465,7 @@ export namespace workflowexecutions_v1 {
465465
*/
466466
step?: string | null;
467467
/**
468-
* Output only. The StepEntryMetadata associated to this step.
468+
* Output only. The StepEntryMetadata associated with this step.
469469
*/
470470
stepEntryMetadata?: Schema$StepEntryMetadata;
471471
/**
@@ -477,7 +477,7 @@ export namespace workflowexecutions_v1 {
477477
*/
478478
updateTime?: string | null;
479479
/**
480-
* Output only. The VariableData associated to this step.
480+
* Output only. The VariableData associated with this step.
481481
*/
482482
variableData?: Schema$VariableData;
483483
}

0 commit comments

Comments
 (0)