Skip to content

Commit f4e192d

Browse files
feat(toolresults): update the api
#### toolresults:v1beta3 The following keys were added: - schemas.AssetIssue (Total Keys: 2)
1 parent c61d591 commit f4e192d

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

googleapiclient/discovery_cache/documents/toolresults.v1beta3.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@
14631463
}
14641464
}
14651465
},
1466-
"revision": "20230724",
1466+
"revision": "20230803",
14671467
"rootUrl": "https://toolresults.googleapis.com/",
14681468
"schemas": {
14691469
"ANR": {
@@ -1618,6 +1618,12 @@
16181618
},
16191619
"type": "object"
16201620
},
1621+
"AssetIssue": {
1622+
"description": "There was an issue with the assets in this test.",
1623+
"id": "AssetIssue",
1624+
"properties": {},
1625+
"type": "object"
1626+
},
16211627
"AvailableDeepLinks": {
16221628
"description": "A suggestion to use deep links for a Robo run.",
16231629
"id": "AvailableDeepLinks",
@@ -1959,7 +1965,7 @@
19591965
"type": "object"
19601966
},
19611967
"FailedToInstall": {
1962-
"description": "Failed to install the APK.",
1968+
"description": "Failed to install the App.",
19631969
"id": "FailedToInstall",
19641970
"properties": {},
19651971
"type": "object"
@@ -3624,7 +3630,8 @@
36243630
"unityException",
36253631
"deviceOutOfMemory",
36263632
"logcatCollectionError",
3627-
"detectedAppSplashScreen"
3633+
"detectedAppSplashScreen",
3634+
"assetIssue"
36283635
],
36293636
"enumDescriptions": [
36303637
"Default unspecified type. Do not use. For versioning only.",
@@ -3658,7 +3665,8 @@
36583665
"An uncaught Unity exception was detected (these don't crash apps).",
36593666
"Device running out of memory was detected",
36603667
"Problems detected while collecting logcat",
3661-
"Robo detected a splash screen provided by app (vs. Android OS splash screen)."
3668+
"Robo detected a splash screen provided by app (vs. Android OS splash screen).",
3669+
"There was an issue with the assets in this test."
36623670
],
36633671
"type": "string"
36643672
},

0 commit comments

Comments
 (0)