Skip to content

Commit 7a87be8

Browse files
feat(workflowexecutions): update the api
#### workflowexecutions:v1 The following keys were added: - schemas.Execution.properties.executionHistoryLevel.type (Total Keys: 1)
1 parent a7863fd commit 7a87be8

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ <h3>Method Details</h3>
150150
],
151151
},
152152
},
153+
&quot;executionHistoryLevel&quot;: &quot;A String&quot;, # 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&#x27;s execution history level. If the value is different from its workflow&#x27;s value, it will override the workflow&#x27;s execution history level for this exeuction.
153154
&quot;labels&quot;: { # Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution.
154155
&quot;a_key&quot;: &quot;A String&quot;,
155156
},
@@ -211,6 +212,7 @@ <h3>Method Details</h3>
211212
],
212213
},
213214
},
215+
&quot;executionHistoryLevel&quot;: &quot;A String&quot;, # 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&#x27;s execution history level. If the value is different from its workflow&#x27;s value, it will override the workflow&#x27;s execution history level for this exeuction.
214216
&quot;labels&quot;: { # Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution.
215217
&quot;a_key&quot;: &quot;A String&quot;,
216218
},
@@ -265,6 +267,7 @@ <h3>Method Details</h3>
265267
],
266268
},
267269
},
270+
&quot;executionHistoryLevel&quot;: &quot;A String&quot;, # 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&#x27;s execution history level. If the value is different from its workflow&#x27;s value, it will override the workflow&#x27;s execution history level for this exeuction.
268271
&quot;labels&quot;: { # Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution.
269272
&quot;a_key&quot;: &quot;A String&quot;,
270273
},
@@ -350,6 +353,7 @@ <h3>Method Details</h3>
350353
],
351354
},
352355
},
356+
&quot;executionHistoryLevel&quot;: &quot;A String&quot;, # 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&#x27;s execution history level. If the value is different from its workflow&#x27;s value, it will override the workflow&#x27;s execution history level for this exeuction.
353357
&quot;labels&quot;: { # Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution.
354358
&quot;a_key&quot;: &quot;A String&quot;,
355359
},
@@ -422,6 +426,7 @@ <h3>Method Details</h3>
422426
],
423427
},
424428
},
429+
&quot;executionHistoryLevel&quot;: &quot;A String&quot;, # 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&#x27;s execution history level. If the value is different from its workflow&#x27;s value, it will override the workflow&#x27;s execution history level for this exeuction.
425430
&quot;labels&quot;: { # Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution.
426431
&quot;a_key&quot;: &quot;A String&quot;,
427432
},

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ <h3>Method Details</h3>
147147
],
148148
},
149149
},
150+
&quot;executionHistoryLevel&quot;: &quot;A String&quot;, # 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&#x27;s execution history level. If the value is different from its workflow&#x27;s value, it will override the workflow&#x27;s execution history level for this exeuction.
150151
&quot;labels&quot;: { # Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution.
151152
&quot;a_key&quot;: &quot;A String&quot;,
152153
},

googleapiclient/discovery_cache/documents/workflowexecutions.v1.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
}
458458
}
459459
},
460-
"revision": "20240625",
460+
"revision": "20240715",
461461
"rootUrl": "https://workflowexecutions.googleapis.com/",
462462
"schemas": {
463463
"Callback": {
@@ -578,6 +578,20 @@
578578
"description": "Output only. The error which caused the execution to finish prematurely. The value is only present if the execution's state is `FAILED` or `CANCELLED`.",
579579
"readOnly": true
580580
},
581+
"executionHistoryLevel": {
582+
"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.",
583+
"enum": [
584+
"EXECUTION_HISTORY_LEVEL_UNSPECIFIED",
585+
"EXECUTION_HISTORY_BASIC",
586+
"EXECUTION_HISTORY_DETAILED"
587+
],
588+
"enumDescriptions": [
589+
"The default/unset value.",
590+
"Enable execution history basic feature for this execution.",
591+
"Enable execution history detailed feature for this execution."
592+
],
593+
"type": "string"
594+
},
581595
"labels": {
582596
"additionalProperties": {
583597
"type": "string"

0 commit comments

Comments
 (0)