From 589a53345cd62f487616f04ce7d87af5b079b25e Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 31 Jul 2019 16:05:02 -0700 Subject: [PATCH] docs: document apiEndpoint over servicePath (#217) --- packages/google-container/src/v1/cluster_manager_client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-container/src/v1/cluster_manager_client.js b/packages/google-container/src/v1/cluster_manager_client.js index adc8c1ec83f..ad861ebd9d7 100644 --- a/packages/google-container/src/v1/cluster_manager_client.js +++ b/packages/google-container/src/v1/cluster_manager_client.js @@ -51,7 +51,7 @@ class ClusterManagerClient { * your project ID will be detected automatically. * @param {function} [options.promise] - Custom promise module to use instead * of native Promises. - * @param {string} [options.servicePath] - The domain name of the + * @param {string} [options.apiEndpoint] - The domain name of the * API remote host. */ constructor(opts) {