Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 265c092

Browse files
feat: support regapic LRO (#331)
Use gapic-generator-typescript v2.15.1. PiperOrigin-RevId: 456946341 Source-Link: googleapis/googleapis@88fd18d Source-Link: https://github.com/googleapis/googleapis-gen/commit/accfa371f667439313335c64042b063c1c53102e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWNjZmEzNzFmNjY3NDM5MzEzMzM1YzY0MDQyYjA2M2MxYzUzMTAyZSJ9 See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent bef8ba7 commit 265c092

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

src/v1/web_risk_service_client.ts

+5-6
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class WebRiskServiceClient {
6262
*
6363
* @param {object} [options] - The configuration object.
6464
* The options accepted by the constructor are described in detail
65-
* in [this document](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#creating-the-client-instance).
65+
* in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
6666
* The common options are:
6767
* @param {object} [options.credentials] - Credentials object.
6868
* @param {string} [options.credentials.client_email]
@@ -85,11 +85,10 @@ export class WebRiskServiceClient {
8585
* API remote host.
8686
* @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
8787
* Follows the structure of {@link gapicConfig}.
88-
* @param {boolean} [options.fallback] - Use HTTP fallback mode.
89-
* In fallback mode, a special browser-compatible transport implementation is used
90-
* instead of gRPC transport. In browser context (if the `window` object is defined)
91-
* the fallback mode is enabled automatically; set `options.fallback` to `false`
92-
* if you need to override this behavior.
88+
* @param {boolean | "rest"} [options.fallback] - Use HTTP fallback mode.
89+
* Pass "rest" to use HTTP/1.1 REST API instead of gRPC.
90+
* For more information, please check the
91+
* {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
9392
*/
9493
constructor(opts?: ClientOptions) {
9594
// Ensure that options include all the required fields.

src/v1beta1/web_risk_service_v1_beta1_client.ts

+5-6
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class WebRiskServiceV1Beta1Client {
6161
*
6262
* @param {object} [options] - The configuration object.
6363
* The options accepted by the constructor are described in detail
64-
* in [this document](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#creating-the-client-instance).
64+
* in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
6565
* The common options are:
6666
* @param {object} [options.credentials] - Credentials object.
6767
* @param {string} [options.credentials.client_email]
@@ -84,11 +84,10 @@ export class WebRiskServiceV1Beta1Client {
8484
* API remote host.
8585
* @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
8686
* Follows the structure of {@link gapicConfig}.
87-
* @param {boolean} [options.fallback] - Use HTTP fallback mode.
88-
* In fallback mode, a special browser-compatible transport implementation is used
89-
* instead of gRPC transport. In browser context (if the `window` object is defined)
90-
* the fallback mode is enabled automatically; set `options.fallback` to `false`
91-
* if you need to override this behavior.
87+
* @param {boolean | "rest"} [options.fallback] - Use HTTP fallback mode.
88+
* Pass "rest" to use HTTP/1.1 REST API instead of gRPC.
89+
* For more information, please check the
90+
* {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
9291
*/
9392
constructor(opts?: ClientOptions) {
9493
// Ensure that options include all the required fields.

0 commit comments

Comments
 (0)