Skip to content

Commit 432a43a

Browse files
feat: support regapic LRO
PiperOrigin-RevId: 456946341 Source-Link: googleapis/googleapis@88fd18d Source-Link: googleapis/googleapis-gen@accfa37 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWNjZmEzNzFmNjY3NDM5MzEzMzM1YzY0MDQyYjA2M2MxYzUzMTAyZSJ9 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6b2b49c commit 432a43a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

packages/google-cloud-bigquery-dataexchange/src/v1beta1/analytics_hub_service_client.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class AnalyticsHubServiceClient {
7474
*
7575
* @param {object} [options] - The configuration object.
7676
* The options accepted by the constructor are described in detail
77-
* in [this document](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#creating-the-client-instance).
77+
* in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
7878
* The common options are:
7979
* @param {object} [options.credentials] - Credentials object.
8080
* @param {string} [options.credentials.client_email]
@@ -97,11 +97,10 @@ export class AnalyticsHubServiceClient {
9797
* API remote host.
9898
* @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
9999
* Follows the structure of {@link gapicConfig}.
100-
* @param {boolean} [options.fallback] - Use HTTP fallback mode.
101-
* In fallback mode, a special browser-compatible transport implementation is used
102-
* instead of gRPC transport. In browser context (if the `window` object is defined)
103-
* the fallback mode is enabled automatically; set `options.fallback` to `false`
104-
* if you need to override this behavior.
100+
* @param {boolean | "rest"} [options.fallback] - Use HTTP fallback mode.
101+
* Pass "rest" to use HTTP/1.1 REST API instead of gRPC.
102+
* For more information, please check the
103+
* {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
105104
*/
106105
constructor(opts?: ClientOptions) {
107106
// Ensure that options include all the required fields.

0 commit comments

Comments
 (0)