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

Commit 1290f13

Browse files
feat: support regapic LRO
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 b4ad766 commit 1290f13

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

src/v1/container_analysis_client.ts

+5-6
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class ContainerAnalysisClient {
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 ContainerAnalysisClient {
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.

src/v1beta1/container_analysis_v1_beta1_client.ts

+5-6
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class ContainerAnalysisV1Beta1Client {
8282
*
8383
* @param {object} [options] - The configuration object.
8484
* The options accepted by the constructor are described in detail
85-
* in [this document](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#creating-the-client-instance).
85+
* in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
8686
* The common options are:
8787
* @param {object} [options.credentials] - Credentials object.
8888
* @param {string} [options.credentials.client_email]
@@ -105,11 +105,10 @@ export class ContainerAnalysisV1Beta1Client {
105105
* API remote host.
106106
* @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
107107
* Follows the structure of {@link gapicConfig}.
108-
* @param {boolean} [options.fallback] - Use HTTP fallback mode.
109-
* In fallback mode, a special browser-compatible transport implementation is used
110-
* instead of gRPC transport. In browser context (if the `window` object is defined)
111-
* the fallback mode is enabled automatically; set `options.fallback` to `false`
112-
* if you need to override this behavior.
108+
* @param {boolean | "rest"} [options.fallback] - Use HTTP fallback mode.
109+
* Pass "rest" to use HTTP/1.1 REST API instead of gRPC.
110+
* For more information, please check the
111+
* {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
113112
*/
114113
constructor(opts?: ClientOptions) {
115114
// Ensure that options include all the required fields.

src/v1beta1/grafeas_v1_beta1_client.ts

+5-6
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class GrafeasV1Beta1Client {
8383
*
8484
* @param {object} [options] - The configuration object.
8585
* The options accepted by the constructor are described in detail
86-
* in [this document](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#creating-the-client-instance).
86+
* in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
8787
* The common options are:
8888
* @param {object} [options.credentials] - Credentials object.
8989
* @param {string} [options.credentials.client_email]
@@ -106,11 +106,10 @@ export class GrafeasV1Beta1Client {
106106
* API remote host.
107107
* @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
108108
* Follows the structure of {@link gapicConfig}.
109-
* @param {boolean} [options.fallback] - Use HTTP fallback mode.
110-
* In fallback mode, a special browser-compatible transport implementation is used
111-
* instead of gRPC transport. In browser context (if the `window` object is defined)
112-
* the fallback mode is enabled automatically; set `options.fallback` to `false`
113-
* if you need to override this behavior.
109+
* @param {boolean | "rest"} [options.fallback] - Use HTTP fallback mode.
110+
* Pass "rest" to use HTTP/1.1 REST API instead of gRPC.
111+
* For more information, please check the
112+
* {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
114113
*/
115114
constructor(opts?: ClientOptions) {
116115
// Ensure that options include all the required fields.

0 commit comments

Comments
 (0)