diff --git a/firebase_apis/json/testing_v1.json b/firebase_apis/json/testing_v1.json index bad2236407..8d559a44a9 100644 --- a/firebase_apis/json/testing_v1.json +++ b/firebase_apis/json/testing_v1.json @@ -1487,7 +1487,7 @@ "type": "string" }, "orchestratorVersion": { - "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.", + "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.", "type": "string" } }, diff --git a/firebase_apis/test_api/src/main/java/com/google/testing/model/ProvidedSoftwareCatalog.java b/firebase_apis/test_api/src/main/java/com/google/testing/model/ProvidedSoftwareCatalog.java index e6d952eddc..ea04d0e380 100644 --- a/firebase_apis/test_api/src/main/java/com/google/testing/model/ProvidedSoftwareCatalog.java +++ b/firebase_apis/test_api/src/main/java/com/google/testing/model/ProvidedSoftwareCatalog.java @@ -39,9 +39,9 @@ public final class ProvidedSoftwareCatalog extends com.google.api.client.json.Ge private java.lang.String androidxOrchestratorVersion; /** - * 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. + * 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. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -69,9 +69,9 @@ public ProvidedSoftwareCatalog setAndroidxOrchestratorVersion(java.lang.String a } /** - * 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. + * 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. * @return value or {@code null} for none */ public java.lang.String getOrchestratorVersion() { @@ -79,9 +79,9 @@ public java.lang.String getOrchestratorVersion() { } /** - * 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. + * 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. * @param orchestratorVersion orchestratorVersion or {@code null} for none */ public ProvidedSoftwareCatalog setOrchestratorVersion(java.lang.String orchestratorVersion) {