Skip to content

Commit 26e7f6d

Browse files
feat(workflowexecutions): update the api
#### workflowexecutions:v1 The following keys were added: - schemas.Execution.properties.callLogLevel.type (Total Keys: 1) #### workflowexecutions:v1beta The following keys were added: - schemas.Execution.properties.callLogLevel.type (Total Keys: 1)
1 parent 9f3755d commit 26e7f6d

File tree

4 files changed

+40
-2
lines changed

4 files changed

+40
-2
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
@@ -115,6 +115,7 @@ <h3>Method Details</h3>
115115

116116
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
117117
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
118+
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
118119
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
119120
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
120121
&quot;context&quot;: &quot;A String&quot;, # Human readable stack trace string.
@@ -157,6 +158,7 @@ <h3>Method Details</h3>
157158

158159
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
159160
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
161+
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
160162
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
161163
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
162164
&quot;context&quot;: &quot;A String&quot;, # Human readable stack trace string.
@@ -192,6 +194,7 @@ <h3>Method Details</h3>
192194

193195
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
194196
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
197+
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
195198
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
196199
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
197200
&quot;context&quot;: &quot;A String&quot;, # Human readable stack trace string.
@@ -239,6 +242,7 @@ <h3>Method Details</h3>
239242

240243
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
241244
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
245+
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
242246
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
243247
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
244248
&quot;context&quot;: &quot;A String&quot;, # Human readable stack trace string.
@@ -290,6 +294,7 @@ <h3>Method Details</h3>
290294
&quot;executions&quot;: [ # The executions which match the request.
291295
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
292296
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
297+
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
293298
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
294299
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
295300
&quot;context&quot;: &quot;A String&quot;, # Human readable stack trace string.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ <h3>Method Details</h3>
115115

116116
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1beta/projects.locations.workflows).
117117
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
118+
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
118119
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
119120
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
120121
&quot;context&quot;: &quot;A String&quot;, # Human readable stack trace string.
@@ -157,6 +158,7 @@ <h3>Method Details</h3>
157158

158159
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1beta/projects.locations.workflows).
159160
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
161+
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
160162
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
161163
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
162164
&quot;context&quot;: &quot;A String&quot;, # Human readable stack trace string.
@@ -192,6 +194,7 @@ <h3>Method Details</h3>
192194

193195
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1beta/projects.locations.workflows).
194196
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
197+
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
195198
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
196199
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
197200
&quot;context&quot;: &quot;A String&quot;, # Human readable stack trace string.
@@ -239,6 +242,7 @@ <h3>Method Details</h3>
239242

240243
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1beta/projects.locations.workflows).
241244
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
245+
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
242246
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
243247
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
244248
&quot;context&quot;: &quot;A String&quot;, # Human readable stack trace string.
@@ -290,6 +294,7 @@ <h3>Method Details</h3>
290294
&quot;executions&quot;: [ # The executions which match the request.
291295
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1beta/projects.locations.workflows).
292296
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
297+
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
293298
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
294299
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
295300
&quot;context&quot;: &quot;A String&quot;, # Human readable stack trace string.

googleapiclient/discovery_cache/documents/workflowexecutions.v1.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
}
270270
}
271271
},
272-
"revision": "20210810",
272+
"revision": "20210817",
273273
"rootUrl": "https://workflowexecutions.googleapis.com/",
274274
"schemas": {
275275
"CancelExecutionRequest": {
@@ -305,6 +305,20 @@
305305
"description": "Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `'{\"argument\":\"{\\\"firstName\\\":\\\"FIRST\\\",\\\"lastName\\\":\\\"LAST\\\"}\"}'`",
306306
"type": "string"
307307
},
308+
"callLogLevel": {
309+
"description": "The call logging level associated to this execution.",
310+
"enum": [
311+
"CALL_LOG_LEVEL_UNSPECIFIED",
312+
"LOG_ALL_CALLS",
313+
"LOG_ERRORS_ONLY"
314+
],
315+
"enumDescriptions": [
316+
"No call logging specified.",
317+
"Log all call steps within workflows, all call returns, and all exceptions raised.",
318+
"Log only exceptions that are raised from call steps within workflows."
319+
],
320+
"type": "string"
321+
},
308322
"endTime": {
309323
"description": "Output only. Marks the end of execution, successful or not.",
310324
"format": "google-datetime",

googleapiclient/discovery_cache/documents/workflowexecutions.v1beta.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
}
270270
}
271271
},
272-
"revision": "20210810",
272+
"revision": "20210817",
273273
"rootUrl": "https://workflowexecutions.googleapis.com/",
274274
"schemas": {
275275
"CancelExecutionRequest": {
@@ -305,6 +305,20 @@
305305
"description": "Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `'{\"argument\":\"{\\\"firstName\\\":\\\"FIRST\\\",\\\"lastName\\\":\\\"LAST\\\"}\"}'`",
306306
"type": "string"
307307
},
308+
"callLogLevel": {
309+
"description": "The call logging level associated to this execution.",
310+
"enum": [
311+
"CALL_LOG_LEVEL_UNSPECIFIED",
312+
"LOG_ALL_CALLS",
313+
"LOG_ERRORS_ONLY"
314+
],
315+
"enumDescriptions": [
316+
"No call logging specified.",
317+
"Log all call steps within workflows, all call returns, and all exceptions raised.",
318+
"Log only exceptions that are raised from call steps within workflows."
319+
],
320+
"type": "string"
321+
},
308322
"endTime": {
309323
"description": "Output only. Marks the end of execution, successful or not.",
310324
"format": "google-datetime",

0 commit comments

Comments
 (0)