Skip to content

Commit 9d7a90d

Browse files
yoshi-automationsofisl
authored andcommitted
fix(workflowexecutions): update the API
#### workflowexecutions:v1 The following keys were changed: - schemas.StepEntryMetadata.properties.progressNumber.description
1 parent 1de1750 commit 9d7a90d

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
@@ -517,7 +517,7 @@
517517
}
518518
}
519519
},
520-
"revision": "20240916",
520+
"revision": "20241001",
521521
"rootUrl": "https://workflowexecutions.googleapis.com/",
522522
"schemas": {
523523
"Callback": {
@@ -1105,7 +1105,7 @@
11051105
"type": "string"
11061106
},
11071107
"progressNumber": {
1108-
"description": "Progress number represents the current state of the current progress. eg: A step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR.",
1108+
"description": "Progress number represents the current state of the current progress. eg: A step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR. Note: This field is only populated when an iteration exists and the starting value is 1.",
11091109
"format": "int64",
11101110
"type": "string"
11111111
},

‎src/apis/workflowexecutions/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export namespace workflowexecutions_v1 {
490490
*/
491491
expectedIteration?: string | null;
492492
/**
493-
* Progress number represents the current state of the current progress. eg: A step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR.
493+
* Progress number represents the current state of the current progress. eg: A step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR. Note: This field is only populated when an iteration exists and the starting value is 1.
494494
*/
495495
progressNumber?: string | null;
496496
/**

0 commit comments

Comments
 (0)