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