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