You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/connectors_v1.projects.locations.connections.html
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,7 @@ <h3>Method Details</h3>
155
155
The object takes the form of:
156
156
157
157
{ # Connection represents an instance of connector.
158
+
"asyncOperationsEnabled": True or False, # 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.
158
159
"authConfig": { # AuthConfig defines details of a authentication type. # Optional. Configuration for establishing the connection's authentication with an external system.
159
160
"additionalVariables": [ # List containing additional auth configs.
160
161
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
@@ -243,6 +244,7 @@ <h3>Method Details</h3>
243
244
"connectorVersionInfraConfig": { # This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version # Output only. Infra configs supported by Connector Version.
244
245
"connectionRatelimitWindowSeconds": "A String", # Output only. The window used for ratelimiting runtime requests to connections.
245
246
"deploymentModel": "A String", # Optional. Indicates whether connector is deployed on GKE/CloudRun
247
+
"deploymentModelMigrationState": "A String", # Output only. Status of the deployment model migration.
246
248
"hpaConfig": { # Autoscaling config for connector deployment system metrics. # Output only. HPA autoscaling config.
247
249
"cpuUtilizationThreshold": "A String", # Output only. Percent CPU utilization where HPA triggers autoscaling.
{ # Connection represents an instance of connector.
634
+
"asyncOperationsEnabled": True or False, # 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.
632
635
"authConfig": { # AuthConfig defines details of a authentication type. # Optional. Configuration for establishing the connection's authentication with an external system.
633
636
"additionalVariables": [ # List containing additional auth configs.
634
637
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
@@ -717,6 +720,7 @@ <h3>Method Details</h3>
717
720
"connectorVersionInfraConfig": { # This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version # Output only. Infra configs supported by Connector Version.
718
721
"connectionRatelimitWindowSeconds": "A String", # Output only. The window used for ratelimiting runtime requests to connections.
719
722
"deploymentModel": "A String", # Optional. Indicates whether connector is deployed on GKE/CloudRun
723
+
"deploymentModelMigrationState": "A String", # Output only. Status of the deployment model migration.
720
724
"hpaConfig": { # Autoscaling config for connector deployment system metrics. # Output only. HPA autoscaling config.
721
725
"cpuUtilizationThreshold": "A String", # Output only. Percent CPU utilization where HPA triggers autoscaling.
{ # Response message for ConnectorsService.ListConnections
1123
1127
"connections": [ # Connections.
1124
1128
{ # Connection represents an instance of connector.
1129
+
"asyncOperationsEnabled": True or False, # 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.
1125
1130
"authConfig": { # AuthConfig defines details of a authentication type. # Optional. Configuration for establishing the connection's authentication with an external system.
1126
1131
"additionalVariables": [ # List containing additional auth configs.
1127
1132
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
@@ -1210,6 +1215,7 @@ <h3>Method Details</h3>
1210
1215
"connectorVersionInfraConfig": { # This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version # Output only. Infra configs supported by Connector Version.
1211
1216
"connectionRatelimitWindowSeconds": "A String", # Output only. The window used for ratelimiting runtime requests to connections.
1212
1217
"deploymentModel": "A String", # Optional. Indicates whether connector is deployed on GKE/CloudRun
1218
+
"deploymentModelMigrationState": "A String", # Output only. Status of the deployment model migration.
1213
1219
"hpaConfig": { # Autoscaling config for connector deployment system metrics. # Output only. HPA autoscaling config.
1214
1220
"cpuUtilizationThreshold": "A String", # Output only. Percent CPU utilization where HPA triggers autoscaling.
{ # Connection represents an instance of connector.
1578
+
"asyncOperationsEnabled": True or False, # 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.
1572
1579
"authConfig": { # AuthConfig defines details of a authentication type. # Optional. Configuration for establishing the connection's authentication with an external system.
1573
1580
"additionalVariables": [ # List containing additional auth configs.
1574
1581
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
@@ -1657,6 +1664,7 @@ <h3>Method Details</h3>
1657
1664
"connectorVersionInfraConfig": { # This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version # Output only. Infra configs supported by Connector Version.
1658
1665
"connectionRatelimitWindowSeconds": "A String", # Output only. The window used for ratelimiting runtime requests to connections.
1659
1666
"deploymentModel": "A String", # Optional. Indicates whether connector is deployed on GKE/CloudRun
1667
+
"deploymentModelMigrationState": "A String", # Output only. Status of the deployment model migration.
1660
1668
"hpaConfig": { # Autoscaling config for connector deployment system metrics. # Output only. HPA autoscaling config.
1661
1669
"cpuUtilizationThreshold": "A String", # Output only. Percent CPU utilization where HPA triggers autoscaling.
"connection": { # Connection represents an instance of connector. # Output only. Connection details
2160
+
"asyncOperationsEnabled": True or False, # 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.
2152
2161
"authConfig": { # AuthConfig defines details of a authentication type. # Optional. Configuration for establishing the connection's authentication with an external system.
2153
2162
"additionalVariables": [ # List containing additional auth configs.
2154
2163
{ # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
@@ -2237,6 +2246,7 @@ <h3>Method Details</h3>
2237
2246
"connectorVersionInfraConfig": { # This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version # Output only. Infra configs supported by Connector Version.
2238
2247
"connectionRatelimitWindowSeconds": "A String", # Output only. The window used for ratelimiting runtime requests to connections.
2239
2248
"deploymentModel": "A String", # Optional. Indicates whether connector is deployed on GKE/CloudRun
2249
+
"deploymentModelMigrationState": "A String", # Output only. Status of the deployment model migration.
2240
2250
"hpaConfig": { # Autoscaling config for connector deployment system metrics. # Output only. HPA autoscaling config.
2241
2251
"cpuUtilizationThreshold": "A String", # Output only. Percent CPU utilization where HPA triggers autoscaling.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/connectors.v1.json
+26-1Lines changed: 26 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2427,7 +2427,7 @@
2427
2427
}
2428
2428
}
2429
2429
},
2430
-
"revision": "20240708",
2430
+
"revision": "20240715",
2431
2431
"rootUrl": "https://connectors.googleapis.com/",
2432
2432
"schemas": {
2433
2433
"AuditConfig": {
@@ -2826,6 +2826,10 @@
2826
2826
"description": "Connection represents an instance of connector.",
2827
2827
"id": "Connection",
2828
2828
"properties": {
2829
+
"asyncOperationsEnabled": {
2830
+
"description": "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.",
2831
+
"type": "boolean"
2832
+
},
2829
2833
"authConfig": {
2830
2834
"$ref": "AuthConfig",
2831
2835
"description": "Optional. Configuration for establishing the connection's authentication with an external system."
@@ -3252,6 +3256,10 @@
3252
3256
"format": "int64",
3253
3257
"type": "string"
3254
3258
},
3259
+
"migrateDeploymentModel": {
3260
+
"description": "Indicate whether connector is being migrated to cloud run deployment model.",
3261
+
"type": "boolean"
3262
+
},
3255
3263
"ratelimitThreshold": {
3256
3264
"description": "Max QPS supported by the connector version before throttling of requests.",
3257
3265
"format": "int64",
@@ -3448,6 +3456,23 @@
3448
3456
],
3449
3457
"type": "string"
3450
3458
},
3459
+
"deploymentModelMigrationState": {
3460
+
"description": "Output only. Status of the deployment model migration.",
3461
+
"enum": [
3462
+
"DEPLOYMENT_MODEL_MIGRATION_STATE_UNSPECIFIED",
3463
+
"IN_PROGRESS",
3464
+
"COMPLETED",
3465
+
"ROLLEDBACK"
3466
+
],
3467
+
"enumDescriptions": [
3468
+
"Deployment model migration state is not specified.",
0 commit comments