Skip to content

Commit 93c8786

Browse files
docs: document apiEndpoint over servicePath (#544)
1 parent b93e674 commit 93c8786

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

handwritten/logging/src/v2/config_service_v2_client.js

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

handwritten/logging/src/v2/logging_service_v2_client.js

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

handwritten/logging/src/v2/metrics_service_v2_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class MetricsServiceV2Client {
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) {

0 commit comments

Comments
 (0)