Skip to content

Commit f98f2df

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
docs: document apiEndpoint over servicePath (#215)
1 parent 406f061 commit f98f2df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-automl/src/v1beta1/auto_ml_client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class AutoMlClient {
6565
* your project ID will be detected automatically.
6666
* @param {function} [options.promise] - Custom promise module to use instead
6767
* of native Promises.
68-
* @param {string} [options.servicePath] - The domain name of the
68+
* @param {string} [options.apiEndpoint] - The domain name of the
6969
* API remote host.
7070
*/
7171
constructor(opts) {

packages/google-cloud-automl/src/v1beta1/prediction_service_client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class PredictionServiceClient {
5555
* your project ID will be detected automatically.
5656
* @param {function} [options.promise] - Custom promise module to use instead
5757
* of native Promises.
58-
* @param {string} [options.servicePath] - The domain name of the
58+
* @param {string} [options.apiEndpoint] - The domain name of the
5959
* API remote host.
6060
*/
6161
constructor(opts) {

0 commit comments

Comments
 (0)