@maxim_mazurok/gapi.client.connectors-v1 0.0.20240708 → 0.0.20240715
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +7 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://connectors.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240715
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -138,6 +138,8 @@ declare namespace gapi.client {
|
|
|
138
138
|
valueType?: string;
|
|
139
139
|
}
|
|
140
140
|
interface Connection {
|
|
141
|
+
/** Optional. Async operations enabled for the connection. If Async Operations is enabled, Connection allows the customers to initiate async long running operations using the actions API. */
|
|
142
|
+
asyncOperationsEnabled?: boolean;
|
|
141
143
|
/** Optional. Configuration for establishing the connection's authentication with an external system. */
|
|
142
144
|
authConfig?: AuthConfig;
|
|
143
145
|
/** Output only. Billing config for the connection. */
|
|
@@ -258,6 +260,8 @@ declare namespace gapi.client {
|
|
|
258
260
|
hpaConfig?: HPAConfig;
|
|
259
261
|
/** Max QPS supported for internal requests originating from Connd. */
|
|
260
262
|
internalclientRatelimitThreshold?: string;
|
|
263
|
+
/** Indicate whether connector is being migrated to cloud run deployment model. */
|
|
264
|
+
migrateDeploymentModel?: boolean;
|
|
261
265
|
/** Max QPS supported by the connector version before throttling of requests. */
|
|
262
266
|
ratelimitThreshold?: string;
|
|
263
267
|
/** System resource limits. */
|
|
@@ -320,6 +324,8 @@ declare namespace gapi.client {
|
|
|
320
324
|
connectionRatelimitWindowSeconds?: string;
|
|
321
325
|
/** Optional. Indicates whether connector is deployed on GKE/CloudRun */
|
|
322
326
|
deploymentModel?: string;
|
|
327
|
+
/** Output only. Status of the deployment model migration. */
|
|
328
|
+
deploymentModelMigrationState?: string;
|
|
323
329
|
/** Output only. HPA autoscaling config. */
|
|
324
330
|
hpaConfig?: HPAConfig;
|
|
325
331
|
/** Output only. Max QPS supported for internal requests originating from Connd. */
|