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