You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: src/v1beta1/lookup_service_client.ts
+41-35Lines changed: 41 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,10 @@ export class LookupServiceClient {
51
51
/**
52
52
* Construct an instance of LookupServiceClient.
53
53
*
54
-
* @param {object} [options] - The configuration object. See the subsequent
55
-
* parameters for more details.
54
+
* @param {object} [options] - The configuration object.
55
+
* The options accepted by the constructor are described in detail
56
+
* in [this document](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#creating-the-client-instance).
// users can override the config from client side, like retry codes name.
95
-
// The detailed structure of the clientConfig can be found here: https://github.com/googleapis/gax-nodejs/blob/master/src/gax.ts#L546
96
-
// The way to override client config for Showcase API:
* @param {function(Error, string)} callback - the callback to
274
-
* be called with the current project Id.
275
+
* @returns {Promise} A promise that resolves to string containing the project ID.
275
276
*/
276
277
getProjectId(
277
278
callback?: Callback<string,undefined,undefined>
@@ -356,7 +357,11 @@ export class LookupServiceClient {
356
357
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
357
358
* @returns {Promise} - The promise which resolves to an array.
358
359
* The first element of the array is an object representing [ResolveServiceResponse]{@link google.cloud.servicedirectory.v1beta1.ResolveServiceResponse}.
359
-
* The promise has a method named "cancel" which cancels the ongoing API call.
0 commit comments