@@ -78,7 +78,7 @@ export class DlpServiceClient {
78
78
*
79
79
* @param {object } [options] - The configuration object.
80
80
* The options accepted by the constructor are described in detail
81
- * in [this document](https://github.com/googleapis/gax-nodejs/blob/master /client-libraries.md#creating-the-client-instance).
81
+ * in [this document](https://github.com/googleapis/gax-nodejs/blob/main /client-libraries.md#creating-the-client-instance).
82
82
* The common options are:
83
83
* @param {object } [options.credentials] - Credentials object.
84
84
* @param {string } [options.credentials.client_email]
@@ -101,11 +101,10 @@ export class DlpServiceClient {
101
101
* API remote host.
102
102
* @param {gax.ClientConfig } [options.clientConfig] - Client configuration override.
103
103
* Follows the structure of {@link gapicConfig}.
104
- * @param {boolean } [options.fallback] - Use HTTP fallback mode.
105
- * In fallback mode, a special browser-compatible transport implementation is used
106
- * instead of gRPC transport. In browser context (if the `window` object is defined)
107
- * the fallback mode is enabled automatically; set `options.fallback` to `false`
108
- * if you need to override this behavior.
104
+ * @param {boolean | "rest" } [options.fallback] - Use HTTP fallback mode.
105
+ * Pass "rest" to use HTTP/1.1 REST API instead of gRPC.
106
+ * For more information, please check the
107
+ * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
109
108
*/
110
109
constructor ( opts ?: ClientOptions ) {
111
110
// Ensure that options include all the required fields.
0 commit comments