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
Copy file name to clipboardExpand all lines: core/generator/gapic-generator-typescript/baselines/redis-esm/esm/src/v1beta1/cloud_redis_client.ts.baseline
+192Lines changed: 192 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1497,6 +1497,198 @@ export class CloudRedisClient {
* Lists operations that match the specified filter in the request. If the
1533
+
* server doesn't support this method, it returns `UNIMPLEMENTED`. Returns an iterable object.
1534
+
*
1535
+
* For-await-of syntax is used with the iterable to recursively get response element on-demand.
1536
+
*
1537
+
* @param {Object} request - The request object that will be sent.
1538
+
* @param {string} request.name - The name of the operation collection.
1539
+
* @param {string} request.filter - The standard list filter.
1540
+
* @param {number=} request.pageSize -
1541
+
* The maximum number of resources contained in the underlying API
1542
+
* response. If page streaming is performed per-resource, this
1543
+
* parameter does not affect the return value. If page streaming is
1544
+
* performed per-page, this determines the maximum number of
1545
+
* resources in a page.
1546
+
* @param {Object=} options
1547
+
* Optional parameters. You can override the default settings for this call,
1548
+
* e.g, timeout, retries, paginations, etc. See {@link
1549
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
1550
+
* details.
1551
+
* @returns {Object}
1552
+
* An iterable Object that conforms to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | iteration protocols}.
1553
+
*
1554
+
* @example
1555
+
* ```
1556
+
* const client = longrunning.operationsClient();
1557
+
* for await (const response of client.listOperationsAsync(request));
* Lists operations that match the specified filter in the request. If the
1514
+
* server doesn't support this method, it returns `UNIMPLEMENTED`. Returns an iterable object.
1515
+
*
1516
+
* For-await-of syntax is used with the iterable to recursively get response element on-demand.
1517
+
*
1518
+
* @param {Object} request - The request object that will be sent.
1519
+
* @param {string} request.name - The name of the operation collection.
1520
+
* @param {string} request.filter - The standard list filter.
1521
+
* @param {number=} request.pageSize -
1522
+
* The maximum number of resources contained in the underlying API
1523
+
* response. If page streaming is performed per-resource, this
1524
+
* parameter does not affect the return value. If page streaming is
1525
+
* performed per-page, this determines the maximum number of
1526
+
* resources in a page.
1527
+
* @param {Object=} options
1528
+
* Optional parameters. You can override the default settings for this call,
1529
+
* e.g, timeout, retries, paginations, etc. See {@link
1530
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
1531
+
* details.
1532
+
* @returns {Object}
1533
+
* An iterable Object that conforms to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | iteration protocols}.
1534
+
*
1535
+
* @example
1536
+
* ```
1537
+
* const client = longrunning.operationsClient();
1538
+
* for await (const response of client.listOperationsAsync(request));
0 commit comments