Skip to content

Commit

Permalink
[Automatic PR] Firebase API Client update (#2137)
Browse files Browse the repository at this point in the history
Co-authored-by: piotradamczyk5 <[email protected]>
  • Loading branch information
flank-release[bot] and piotradamczyk5 authored Aug 16, 2021
1 parent 17004a6 commit b3e157b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion firebase_apis/json/testing_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -69,19 +69,19 @@ 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() {
return orchestratorVersion;
}

/**
* 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) {
Expand Down

0 comments on commit b3e157b

Please sign in to comment.