Update all json files; make some fixes to make it work at all

This commit is contained in:
Sebastian Thiel
2022-03-08 07:59:31 +08:00
parent d12cd3238e
commit 743a56f4b7
372 changed files with 256017 additions and 32197 deletions

View File

@@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "See, edit, configure, and delete your Google Cloud Platform data"
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
}
}
}
@@ -269,7 +269,7 @@
}
}
},
"revision": "20210316",
"revision": "20220222",
"rootUrl": "https://workflowexecutions.googleapis.com/",
"schemas": {
"CancelExecutionRequest": {
@@ -283,7 +283,7 @@
"id": "Error",
"properties": {
"context": {
"description": "Human readable stack trace string.",
"description": "Human-readable stack trace string.",
"type": "string"
},
"payload": {
@@ -305,6 +305,20 @@
"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\\\"}\"}'`",
"type": "string"
},
"callLogLevel": {
"description": "The call logging level associated to this execution.",
"enum": [
"CALL_LOG_LEVEL_UNSPECIFIED",
"LOG_ALL_CALLS",
"LOG_ERRORS_ONLY"
],
"enumDescriptions": [
"No call logging specified.",
"Log all call steps within workflows, all call returns, and all exceptions raised.",
"Log only exceptions that are raised from call steps within workflows."
],
"type": "string"
},
"endTime": {
"description": "Output only. Marks the end of execution, successful or not.",
"format": "google-datetime",
@@ -387,7 +401,7 @@
"type": "string"
},
"length": {
"description": "The length in bytes of text in this character group, e.g. digits of a number, string length, or AST (abstract syntax tree) node.",
"description": "The number of bytes of source code making up this stack trace element.",
"format": "int64",
"type": "string"
},
@@ -404,7 +418,7 @@
"id": "StackTrace",
"properties": {
"elements": {
"description": "An array of Stack elements.",
"description": "An array of stack elements.",
"items": {
"$ref": "StackTraceElement"
},
@@ -419,7 +433,7 @@
"properties": {
"position": {
"$ref": "Position",
"description": "The source position information of the stacktrace element."
"description": "The source position information of the stack trace element."
},
"routine": {
"description": "The routine where the error occurred.",