File tree Expand file tree Collapse file tree
handwritten/bigtable/src/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments