@@ -62,7 +62,7 @@ export class IamCheckerClient {
62
62
*
63
63
* @param {object } [options] - The configuration object.
64
64
* The options accepted by the constructor are described in detail
65
- * in [this document](https://github.com/googleapis/gax-nodejs/blob/master /client-libraries.md#creating-the-client-instance).
65
+ * in [this document](https://github.com/googleapis/gax-nodejs/blob/main /client-libraries.md#creating-the-client-instance).
66
66
* The common options are:
67
67
* @param {object } [options.credentials] - Credentials object.
68
68
* @param {string } [options.credentials.client_email]
@@ -85,11 +85,10 @@ export class IamCheckerClient {
85
85
* API remote host.
86
86
* @param {gax.ClientConfig } [options.clientConfig] - Client configuration override.
87
87
* Follows the structure of {@link gapicConfig}.
88
- * @param {boolean } [options.fallback] - Use HTTP fallback mode.
89
- * In fallback mode, a special browser-compatible transport implementation is used
90
- * instead of gRPC transport. In browser context (if the `window` object is defined)
91
- * the fallback mode is enabled automatically; set `options.fallback` to `false`
92
- * if you need to override this behavior.
88
+ * @param {boolean | "rest" } [options.fallback] - Use HTTP fallback mode.
89
+ * Pass "rest" to use HTTP/1.1 REST API instead of gRPC.
90
+ * For more information, please check the
91
+ * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
93
92
*/
94
93
constructor ( opts ?: ClientOptions ) {
95
94
// Ensure that options include all the required fields.
0 commit comments