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/testing_v1.projects.testMatrices.html
+12-6
Original file line number
Diff line number
Diff line change
@@ -278,6 +278,7 @@ <h3>Method Details</h3>
278
278
"resourceName": "A String", # Required. The android resource name of the target UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
279
279
},
280
280
],
281
+
"roboMode": "A String", # The mode in which Robo should run. Most clients should allow the server to populate this field automatically.
281
282
"roboScript": { # A reference to a file, used for user inputs. # A JSON file with a sequence of actions Robo should perform as a prologue for the crawl.
282
283
"gcsPath": "A String", # A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)
283
284
},
@@ -401,7 +402,7 @@ <h3>Method Details</h3>
401
402
},
402
403
],
403
404
"networkProfile": "A String", # The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog.
404
-
"systrace": { # Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run.
405
+
"systrace": { # Deprecated: Systrace uses Python 2 which has been sunset 2020-01-01. Support of Systrace may stop at any time, at which point no Systrace file will be provided in the results. Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run.
405
406
"durationSeconds": 42, # Systrace duration in seconds. Should be between 1 and 30 seconds. 0 disables systrace.
406
407
},
407
408
},
@@ -472,6 +473,7 @@ <h3>Method Details</h3>
472
473
"resourceName": "A String", # Required. The android resource name of the target UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
473
474
},
474
475
],
476
+
"roboMode": "A String", # The mode in which Robo should run. Most clients should allow the server to populate this field automatically.
475
477
"roboScript": { # A reference to a file, used for user inputs. # A JSON file with a sequence of actions Robo should perform as a prologue for the crawl.
476
478
"gcsPath": "A String", # A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)
477
479
},
@@ -595,7 +597,7 @@ <h3>Method Details</h3>
595
597
},
596
598
],
597
599
"networkProfile": "A String", # The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog.
598
-
"systrace": { # Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run.
600
+
"systrace": { # Deprecated: Systrace uses Python 2 which has been sunset 2020-01-01. Support of Systrace may stop at any time, at which point no Systrace file will be provided in the results. Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run.
599
601
"durationSeconds": 42, # Systrace duration in seconds. Should be between 1 and 30 seconds. 0 disables systrace.
600
602
},
601
603
},
@@ -770,6 +772,7 @@ <h3>Method Details</h3>
770
772
"resourceName": "A String", # Required. The android resource name of the target UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
771
773
},
772
774
],
775
+
"roboMode": "A String", # The mode in which Robo should run. Most clients should allow the server to populate this field automatically.
773
776
"roboScript": { # A reference to a file, used for user inputs. # A JSON file with a sequence of actions Robo should perform as a prologue for the crawl.
774
777
"gcsPath": "A String", # A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)
775
778
},
@@ -893,7 +896,7 @@ <h3>Method Details</h3>
893
896
},
894
897
],
895
898
"networkProfile": "A String", # The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog.
896
-
"systrace": { # Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run.
899
+
"systrace": { # Deprecated: Systrace uses Python 2 which has been sunset 2020-01-01. Support of Systrace may stop at any time, at which point no Systrace file will be provided in the results. Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run.
897
900
"durationSeconds": 42, # Systrace duration in seconds. Should be between 1 and 30 seconds. 0 disables systrace.
898
901
},
899
902
},
@@ -964,6 +967,7 @@ <h3>Method Details</h3>
964
967
"resourceName": "A String", # Required. The android resource name of the target UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
965
968
},
966
969
],
970
+
"roboMode": "A String", # The mode in which Robo should run. Most clients should allow the server to populate this field automatically.
967
971
"roboScript": { # A reference to a file, used for user inputs. # A JSON file with a sequence of actions Robo should perform as a prologue for the crawl.
968
972
"gcsPath": "A String", # A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)
969
973
},
@@ -1087,7 +1091,7 @@ <h3>Method Details</h3>
1087
1091
},
1088
1092
],
1089
1093
"networkProfile": "A String", # The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog.
1090
-
"systrace": { # Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run.
1094
+
"systrace": { # Deprecated: Systrace uses Python 2 which has been sunset 2020-01-01. Support of Systrace may stop at any time, at which point no Systrace file will be provided in the results. Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run.
1091
1095
"durationSeconds": 42, # Systrace duration in seconds. Should be between 1 and 30 seconds. 0 disables systrace.
1092
1096
},
1093
1097
},
@@ -1269,6 +1273,7 @@ <h3>Method Details</h3>
1269
1273
"resourceName": "A String", # Required. The android resource name of the target UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
1270
1274
},
1271
1275
],
1276
+
"roboMode": "A String", # The mode in which Robo should run. Most clients should allow the server to populate this field automatically.
1272
1277
"roboScript": { # A reference to a file, used for user inputs. # A JSON file with a sequence of actions Robo should perform as a prologue for the crawl.
1273
1278
"gcsPath": "A String", # A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)
1274
1279
},
@@ -1392,7 +1397,7 @@ <h3>Method Details</h3>
1392
1397
},
1393
1398
],
1394
1399
"networkProfile": "A String", # The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog.
1395
-
"systrace": { # Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run.
1400
+
"systrace": { # Deprecated: Systrace uses Python 2 which has been sunset 2020-01-01. Support of Systrace may stop at any time, at which point no Systrace file will be provided in the results. Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run.
1396
1401
"durationSeconds": 42, # Systrace duration in seconds. Should be between 1 and 30 seconds. 0 disables systrace.
1397
1402
},
1398
1403
},
@@ -1463,6 +1468,7 @@ <h3>Method Details</h3>
1463
1468
"resourceName": "A String", # Required. The android resource name of the target UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html
1464
1469
},
1465
1470
],
1471
+
"roboMode": "A String", # The mode in which Robo should run. Most clients should allow the server to populate this field automatically.
1466
1472
"roboScript": { # A reference to a file, used for user inputs. # A JSON file with a sequence of actions Robo should perform as a prologue for the crawl.
1467
1473
"gcsPath": "A String", # A path to a file in Google Cloud Storage. Example: gs://build-app-1414623860166/app%40debug-unaligned.apk These paths are expected to be url encoded (percent encoding)
1468
1474
},
@@ -1586,7 +1592,7 @@ <h3>Method Details</h3>
1586
1592
},
1587
1593
],
1588
1594
"networkProfile": "A String", # The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog.
1589
-
"systrace": { # Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run.
1595
+
"systrace": { # Deprecated: Systrace uses Python 2 which has been sunset 2020-01-01. Support of Systrace may stop at any time, at which point no Systrace file will be provided in the results. Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run.
1590
1596
"durationSeconds": 42, # Systrace duration in seconds. Should be between 1 and 30 seconds. 0 disables systrace.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/testing.v1.json
+16-2
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@
282
282
}
283
283
}
284
284
},
285
-
"revision": "20210625",
285
+
"revision": "20210713",
286
286
"rootUrl": "https://testing.googleapis.com/",
287
287
"schemas": {
288
288
"Account": {
@@ -589,6 +589,20 @@
589
589
},
590
590
"type": "array"
591
591
},
592
+
"roboMode": {
593
+
"description": "The mode in which Robo should run. Most clients should allow the server to populate this field automatically.",
594
+
"enum": [
595
+
"ROBO_MODE_UNSPECIFIED",
596
+
"ROBO_VERSION_1",
597
+
"ROBO_VERSION_2"
598
+
],
599
+
"enumDescriptions": [
600
+
"LINT.IfChange This means that the server should choose the mode. Recommended.",
601
+
"Runs Robo in UIAutomator-only mode without app resigning",
602
+
"Runs Robo in standard Espresso with UIAutomator fallback"
603
+
],
604
+
"type": "string"
605
+
},
592
606
"roboScript": {
593
607
"$ref": "FileReference",
594
608
"description": "A JSON file with a sequence of actions Robo should perform as a prologue for the crawl."
@@ -1980,7 +1994,7 @@
1980
1994
},
1981
1995
"systrace": {
1982
1996
"$ref": "SystraceSetup",
1983
-
"description": "Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run."
1997
+
"description": "Deprecated: Systrace uses Python 2 which has been sunset 2020-01-01. Support of Systrace may stop at any time, at which point no Systrace file will be provided in the results. Systrace configuration for the run. If set a systrace will be taken, starting on test start and lasting for the configured duration. The systrace file thus obtained is put in the results bucket together with the other artifacts from the run."
0 commit comments