mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update all APIs
Like documented in the README ``` rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8 ```
This commit is contained in:
@@ -888,7 +888,7 @@
|
||||
]
|
||||
},
|
||||
"publishXunitXmlFiles": {
|
||||
"description": "Publish xml files to an existing Step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal, e.g try to upload a duplicate xml file or a file too large. - NOT_FOUND - if the containing Execution does not exist",
|
||||
"description": "Publish xml files to an existing Step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal, e.g. try to upload a duplicate xml file or a file too large. - NOT_FOUND - if the containing Execution does not exist",
|
||||
"flatPath": "toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}:publishXunitXmlFiles",
|
||||
"httpMethod": "POST",
|
||||
"id": "toolresults.projects.histories.executions.steps.publishXunitXmlFiles",
|
||||
@@ -1463,7 +1463,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20230124",
|
||||
"revision": "20240304",
|
||||
"rootUrl": "https://toolresults.googleapis.com/",
|
||||
"schemas": {
|
||||
"ANR": {
|
||||
@@ -1618,6 +1618,12 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"AssetIssue": {
|
||||
"description": "There was an issue with the assets in this test.",
|
||||
"id": "AssetIssue",
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
},
|
||||
"AvailableDeepLinks": {
|
||||
"description": "A suggestion to use deep links for a Robo run.",
|
||||
"id": "AvailableDeepLinks",
|
||||
@@ -1905,7 +1911,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"Execution": {
|
||||
"description": "An Execution represents a collection of Steps. For instance, it could represent: - a mobile test executed across a range of device configurations - a jenkins job with a build step followed by a test step The maximum size of an execution message is 1 MiB. An Execution can be updated until its state is set to COMPLETE at which point it becomes immutable. Next tag: 16",
|
||||
"description": "An Execution represents a collection of Steps. For instance, it could represent: - a mobile test executed across a range of device configurations - a jenkins job with a build step followed by a test step The maximum size of an execution message is 1 MiB. An Execution can be updated until its state is set to COMPLETE at which point it becomes immutable.",
|
||||
"id": "Execution",
|
||||
"properties": {
|
||||
"completionTime": {
|
||||
@@ -1959,7 +1965,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"FailedToInstall": {
|
||||
"description": "Failed to install the APK.",
|
||||
"description": "Failed to install the App.",
|
||||
"id": "FailedToInstall",
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
@@ -2828,6 +2834,7 @@
|
||||
},
|
||||
"graphicsStats": {
|
||||
"$ref": "GraphicsStats",
|
||||
"deprecated": true,
|
||||
"description": "Graphics statistics for the entire run. Statistics are reset at the beginning of the run and collected at the end of the run."
|
||||
},
|
||||
"historyId": {
|
||||
@@ -3219,7 +3226,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"Step": {
|
||||
"description": "A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler). Steps can overlap (for instance two steps might have the same start time if some operations are done in parallel). Here is an example, let's consider that we have a continuous build is executing a test runner for each iteration. The workflow would look like: - user creates a Execution with id 1 - user creates an TestExecutionStep with id 100 for Execution 1 - user update TestExecutionStep with id 100 to add a raw xml log + the service parses the xml logs and returns a TestExecutionStep with updated TestResult(s). - user update the status of TestExecutionStep with id 100 to COMPLETE A Step can be updated until its state is set to COMPLETE at which points it becomes immutable. Next tag: 27",
|
||||
"description": "A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler). Steps can overlap (for instance two steps might have the same start time if some operations are done in parallel). Here is an example, let's consider that we have a continuous build is executing a test runner for each iteration. The workflow would look like: - user creates a Execution with id 1 - user creates a TestExecutionStep with id 100 for Execution 1 - user update TestExecutionStep with id 100 to add a raw xml log + the service parses the xml logs and returns a TestExecutionStep with updated TestResult(s). - user update the status of TestExecutionStep with id 100 to COMPLETE A Step can be updated until its state is set to COMPLETE at which points it becomes immutable.",
|
||||
"id": "Step",
|
||||
"properties": {
|
||||
"completionTime": {
|
||||
@@ -3587,6 +3594,7 @@
|
||||
},
|
||||
"stackTrace": {
|
||||
"$ref": "StackTrace",
|
||||
"deprecated": true,
|
||||
"description": "Deprecated in favor of stack trace fields inside specific warnings."
|
||||
},
|
||||
"type": {
|
||||
@@ -3623,7 +3631,8 @@
|
||||
"unityException",
|
||||
"deviceOutOfMemory",
|
||||
"logcatCollectionError",
|
||||
"detectedAppSplashScreen"
|
||||
"detectedAppSplashScreen",
|
||||
"assetIssue"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Default unspecified type. Do not use. For versioning only.",
|
||||
@@ -3657,7 +3666,8 @@
|
||||
"An uncaught Unity exception was detected (these don't crash apps).",
|
||||
"Device running out of memory was detected",
|
||||
"Problems detected while collecting logcat",
|
||||
"Robo detected a splash screen provided by app (vs. Android OS splash screen)."
|
||||
"Robo detected a splash screen provided by app (vs. Android OS splash screen).",
|
||||
"There was an issue with the assets in this test."
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user