Skip to content

Commit b86dadb

Browse files
chore(testing): update the api
1 parent 67e46cf commit b86dadb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dyn/testing_v1.testEnvironmentCatalog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ <h3>Method Details</h3>
276276
},
277277
&quot;softwareCatalog&quot;: { # The currently provided software environment on the devices under test. # The software test environment provided by TestExecutionService.
278278
&quot;androidxOrchestratorVersion&quot;: &quot;A String&quot;, # A string representing the current version of AndroidX Test Orchestrator that is used in the environment. The package is available at https://maven.google.com/web/index.html#androidx.test:orchestrator.
279-
&quot;orchestratorVersion&quot;: &quot;A String&quot;, # A string representing the current version of Android Test Orchestrator that is used in the environment. The package is available at https://maven.google.com/web/index.html#com.android.support.test:orchestrator.
279+
&quot;orchestratorVersion&quot;: &quot;A String&quot;, # Deprecated: Use AndroidX Test Orchestrator going forward. A string representing the current version of Android Test Orchestrator that is used in the environment. The package is available at https://maven.google.com/web/index.html#com.android.support.test:orchestrator.
280280
},
281281
}</pre>
282282
</div>

googleapiclient/discovery_cache/documents/testing.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
}
283283
}
284284
},
285-
"revision": "20210728",
285+
"revision": "20210803",
286286
"rootUrl": "https://testing.googleapis.com/",
287287
"schemas": {
288288
"Account": {
@@ -1487,7 +1487,7 @@
14871487
"type": "string"
14881488
},
14891489
"orchestratorVersion": {
1490-
"description": "A string representing the current version of Android Test Orchestrator that is used in the environment. The package is available at https://maven.google.com/web/index.html#com.android.support.test:orchestrator.",
1490+
"description": "Deprecated: Use AndroidX Test Orchestrator going forward. A string representing the current version of Android Test Orchestrator that is used in the environment. The package is available at https://maven.google.com/web/index.html#com.android.support.test:orchestrator.",
14911491
"type": "string"
14921492
}
14931493
},

0 commit comments

Comments
 (0)