Skip to content

Commit 47c6a02

Browse files
JustinBeckwiththiyaguk09
authored andcommitted
docs: document apiEndpoint over servicePath (googleapis#520)
1 parent f99e1fd commit 47c6a02

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

handwritten/bigtable/src/v2/bigtable_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class BigtableClient {
5151
* your project ID will be detected automatically.
5252
* @param {function} [options.promise] - Custom promise module to use instead
5353
* of native Promises.
54-
* @param {string} [options.servicePath] - The domain name of the
54+
* @param {string} [options.apiEndpoint] - The domain name of the
5555
* API remote host.
5656
*/
5757
constructor(opts) {

handwritten/bigtable/src/v2/bigtable_instance_admin_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class BigtableInstanceAdminClient {
5454
* your project ID will be detected automatically.
5555
* @param {function} [options.promise] - Custom promise module to use instead
5656
* of native Promises.
57-
* @param {string} [options.servicePath] - The domain name of the
57+
* @param {string} [options.apiEndpoint] - The domain name of the
5858
* API remote host.
5959
*/
6060
constructor(opts) {

handwritten/bigtable/src/v2/bigtable_table_admin_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class BigtableTableAdminClient {
5656
* your project ID will be detected automatically.
5757
* @param {function} [options.promise] - Custom promise module to use instead
5858
* of native Promises.
59-
* @param {string} [options.servicePath] - The domain name of the
59+
* @param {string} [options.apiEndpoint] - The domain name of the
6060
* API remote host.
6161
*/
6262
constructor(opts) {

0 commit comments

Comments
 (0)