You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/workflows_v1.projects.locations.workflows.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,7 @@ <h3>Method Details</h3>
111
111
The object takes the form of:
112
112
113
113
{ # Workflow program to be executed by Workflows.
114
+
"callLogLevel": "A String", # Optional. Describes the level of platform logging to apply to calls and call responses during executions of this workflow. If both the workflow and the execution specify a logging level, the execution level takes precedence.
114
115
"createTime": "A String", # Output only. The timestamp for when the workflow was created.
115
116
"description": "A String", # Description of the workflow provided by the user. Must be at most 1000 unicode characters long.
116
117
"labels": { # Labels associated with this workflow. 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.
@@ -206,6 +207,7 @@ <h3>Method Details</h3>
206
207
An object of the form:
207
208
208
209
{ # Workflow program to be executed by Workflows.
210
+
"callLogLevel": "A String", # Optional. Describes the level of platform logging to apply to calls and call responses during executions of this workflow. If both the workflow and the execution specify a logging level, the execution level takes precedence.
209
211
"createTime": "A String", # Output only. The timestamp for when the workflow was created.
210
212
"description": "A String", # Description of the workflow provided by the user. Must be at most 1000 unicode characters long.
211
213
"labels": { # Labels associated with this workflow. 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.
@@ -246,6 +248,7 @@ <h3>Method Details</h3>
246
248
],
247
249
"workflows": [ # The workflows that match the request.
248
250
{ # Workflow program to be executed by Workflows.
251
+
"callLogLevel": "A String", # Optional. Describes the level of platform logging to apply to calls and call responses during executions of this workflow. If both the workflow and the execution specify a logging level, the execution level takes precedence.
249
252
"createTime": "A String", # Output only. The timestamp for when the workflow was created.
250
253
"description": "A String", # Description of the workflow provided by the user. Must be at most 1000 unicode characters long.
251
254
"labels": { # Labels associated with this workflow. 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.
@@ -287,6 +290,7 @@ <h3>Method Details</h3>
287
290
The object takes the form of:
288
291
289
292
{ # Workflow program to be executed by Workflows.
293
+
"callLogLevel": "A String", # Optional. Describes the level of platform logging to apply to calls and call responses during executions of this workflow. If both the workflow and the execution specify a logging level, the execution level takes precedence.
290
294
"createTime": "A String", # Output only. The timestamp for when the workflow was created.
291
295
"description": "A String", # Description of the workflow provided by the user. Must be at most 1000 unicode characters long.
292
296
"labels": { # Labels associated with this workflow. 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.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/workflows.v1.json
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -449,7 +449,7 @@
449
449
}
450
450
}
451
451
},
452
-
"revision": "20230308",
452
+
"revision": "20230322",
453
453
"rootUrl": "https://workflows.googleapis.com/",
454
454
"schemas": {
455
455
"Empty": {
@@ -648,6 +648,22 @@
648
648
"description": "Workflow program to be executed by Workflows.",
649
649
"id": "Workflow",
650
650
"properties": {
651
+
"callLogLevel": {
652
+
"description": "Optional. Describes the level of platform logging to apply to calls and call responses during executions of this workflow. If both the workflow and the execution specify a logging level, the execution level takes precedence.",
653
+
"enum": [
654
+
"CALL_LOG_LEVEL_UNSPECIFIED",
655
+
"LOG_ALL_CALLS",
656
+
"LOG_ERRORS_ONLY",
657
+
"LOG_NONE"
658
+
],
659
+
"enumDescriptions": [
660
+
"No call logging level specified.",
661
+
"Log all call steps within workflows, all call returns, and all exceptions raised.",
662
+
"Log only exceptions that are raised from call steps within workflows.",
663
+
"Explicitly log nothing."
664
+
],
665
+
"type": "string"
666
+
},
651
667
"createTime": {
652
668
"description": "Output only. The timestamp for when the workflow was created.",
0 commit comments