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