Skip to content

Commit 6670b1e

Browse files
feat(workflowexecutions): update the api
#### workflowexecutions:v1 The following keys were added: - schemas.StepEntryMetadata.properties.expectedIteration (Total Keys: 2)
1 parent 9cef71c commit 6670b1e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/dyn/workflowexecutions_v1.projects.locations.workflows.executions.stepEntries.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ <h3>Method Details</h3>
125125
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the step entry.
126126
&quot;step&quot;: &quot;A String&quot;, # Output only. The name of the step this step entry belongs to.
127127
&quot;stepEntryMetadata&quot;: { # StepEntryMetadata contains metadata information about this step. # Output only. The StepEntryMetadata associated to this step.
128+
&quot;expectedIteration&quot;: &quot;A String&quot;, # Expected iteration represents the expected number of iterations in the step&#x27;s progress.
128129
&quot;progressNumber&quot;: &quot;A String&quot;, # 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.
129130
&quot;progressType&quot;: &quot;A String&quot;, # Progress type of this step entry.
130131
&quot;threadId&quot;: &quot;A String&quot;, # Child thread id that this step entry belongs to.
@@ -175,6 +176,7 @@ <h3>Method Details</h3>
175176
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the step entry.
176177
&quot;step&quot;: &quot;A String&quot;, # Output only. The name of the step this step entry belongs to.
177178
&quot;stepEntryMetadata&quot;: { # StepEntryMetadata contains metadata information about this step. # Output only. The StepEntryMetadata associated to this step.
179+
&quot;expectedIteration&quot;: &quot;A String&quot;, # Expected iteration represents the expected number of iterations in the step&#x27;s progress.
178180
&quot;progressNumber&quot;: &quot;A String&quot;, # 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.
179181
&quot;progressType&quot;: &quot;A String&quot;, # Progress type of this step entry.
180182
&quot;threadId&quot;: &quot;A String&quot;, # Child thread id that this step entry belongs to.

googleapiclient/discovery_cache/documents/workflowexecutions.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
}
458458
}
459459
},
460-
"revision": "20240507",
460+
"revision": "20240528",
461461
"rootUrl": "https://workflowexecutions.googleapis.com/",
462462
"schemas": {
463463
"Callback": {
@@ -1006,6 +1006,11 @@
10061006
"description": "StepEntryMetadata contains metadata information about this step.",
10071007
"id": "StepEntryMetadata",
10081008
"properties": {
1009+
"expectedIteration": {
1010+
"description": "Expected iteration represents the expected number of iterations in the step's progress.",
1011+
"format": "int64",
1012+
"type": "string"
1013+
},
10091014
"progressNumber": {
10101015
"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.",
10111016
"format": "int64",

googleapiclient/discovery_cache/documents/workflowexecutions.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
}
270270
}
271271
},
272-
"revision": "20240507",
272+
"revision": "20240528",
273273
"rootUrl": "https://workflowexecutions.googleapis.com/",
274274
"schemas": {
275275
"CancelExecutionRequest": {

0 commit comments

Comments
 (0)