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