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 Mar 4, 2026. It is now read-only.
@@ -99,7 +103,7 @@ export class FirestoreAdminClient {
99
103
*
100
104
* @param {object} [options] - The configuration object.
101
105
* The options accepted by the constructor are described in detail
102
-
* in [this document](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#creating-the-client-instance).
106
+
* in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
2067
+
* @returns {Promise} - The promise which resolves to an array.
2068
+
* The first element of the array is an object representing [Location]{@link google.cloud.location.Location}.
* Lists information about the supported locations for this service. Returns an iterable object.
2101
+
*
2102
+
* `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
2103
+
* @param {Object} request
2104
+
* The request object that will be sent.
2105
+
* @param {string} request.name
2106
+
* The resource that owns the locations collection, if applicable.
2107
+
* @param {string} request.filter
2108
+
* The standard list filter.
2109
+
* @param {number} request.pageSize
2110
+
* The standard list page size.
2111
+
* @param {string} request.pageToken
2112
+
* The standard list page token.
2113
+
* @param {object} [options]
2114
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
2115
+
* @returns {Object}
2116
+
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
2117
+
* When you iterate the returned iterable, each element will be an object representing
2118
+
* [Location]{@link google.cloud.location.Location}. The API will be called under the hood as needed, once per the page,
2119
+
* so you can stop the iteration when you don't need more results.
* Lists operations that match the specified filter in the request. If the
2189
+
* server doesn't support this method, it returns `UNIMPLEMENTED`. Returns an iterable object.
2190
+
*
2191
+
* For-await-of syntax is used with the iterable to recursively get response element on-demand.
2192
+
*
2193
+
* @param {Object} request - The request object that will be sent.
2194
+
* @param {string} request.name - The name of the operation collection.
2195
+
* @param {string} request.filter - The standard list filter.
2196
+
* @param {number=} request.pageSize -
2197
+
* The maximum number of resources contained in the underlying API
2198
+
* response. If page streaming is performed per-resource, this
2199
+
* parameter does not affect the return value. If page streaming is
2200
+
* performed per-page, this determines the maximum number of
2201
+
* resources in a page.
2202
+
* @param {Object=} options
2203
+
* Optional parameters. You can override the default settings for this call,
2204
+
* e.g, timeout, retries, paginations, etc. See [gax.CallOptions]{@link
2205
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions} for the
2206
+
* details.
2207
+
* @returns {Object}
2208
+
* An iterable Object that conforms to @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols.
2209
+
*
2210
+
* @example
2211
+
* ```
2212
+
* const client = longrunning.operationsClient();
2213
+
* for await (const response of client.listOperationsAsync(request));
0 commit comments