Skip to content

Commit ddf9afb

Browse files
feat(integrations): update the api
#### integrations:v1alpha The following keys were added: - schemas.GoogleCloudConnectorsV1Connection.properties.isTrustedTester (Total Keys: 2) - schemas.GoogleCloudConnectorsV1ConnectorVersionInfraConfig.properties.hpaConfig (Total Keys: 2) - schemas.GoogleCloudConnectorsV1ConnectorVersionInfraConfig.properties.resourceLimits (Total Keys: 2) - schemas.GoogleCloudConnectorsV1ConnectorVersionInfraConfig.properties.resourceRequests (Total Keys: 2) - schemas.GoogleCloudConnectorsV1ConnectorVersionInfraConfig.properties.sharedDeployment (Total Keys: 2) - schemas.GoogleCloudConnectorsV1EventingConfig.properties.privateConnectivityEnabled.type (Total Keys: 1) - schemas.GoogleCloudConnectorsV1EventingConfig.properties.publicEventsListenerEndpoint.type (Total Keys: 1) - schemas.GoogleCloudConnectorsV1HPAConfig (Total Keys: 8) - schemas.GoogleCloudConnectorsV1ResourceLimits (Total Keys: 6) - schemas.GoogleCloudConnectorsV1ResourceRequests (Total Keys: 6)
1 parent 40b0348 commit ddf9afb

File tree

2 files changed

+109
-5
lines changed

2 files changed

+109
-5
lines changed

docs/dyn/integrations_v1alpha.projects.locations.connections.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,21 @@ <h3>Method Details</h3>
230230
&quot;connectionRevision&quot;: &quot;A String&quot;, # Output only. Connection revision. This field is only updated when the connection is created or updated by User.
231231
&quot;connectorVersion&quot;: &quot;A String&quot;, # Required. Connector version on which the connection is created. The format is: projects/*/locations/*/providers/*/connectors/*/versions/* Only global location is supported for ConnectorVersion resource.
232232
&quot;connectorVersionInfraConfig&quot;: { # 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.
233+
&quot;hpaConfig&quot;: { # Autoscaling config for connector deployment system metrics. # Output only. HPA autoscaling config.
234+
&quot;cpuUtilizationThreshold&quot;: &quot;A String&quot;, # Output only. Percent CPU utilization where HPA triggers autoscaling.
235+
&quot;memoryUtilizationThreshold&quot;: &quot;A String&quot;, # Output only. Percent Memory utilization where HPA triggers autoscaling.
236+
},
233237
&quot;internalclientRatelimitThreshold&quot;: &quot;A String&quot;, # Output only. Max QPS supported for internal requests originating from Connd.
234238
&quot;ratelimitThreshold&quot;: &quot;A String&quot;, # Output only. Max QPS supported by the connector version before throttling of requests.
239+
&quot;resourceLimits&quot;: { # Resource limits defined for connection pods of a given connector type. # Output only. System resource limits.
240+
&quot;cpu&quot;: &quot;A String&quot;, # Output only. CPU limit.
241+
&quot;memory&quot;: &quot;A String&quot;, # Output only. Memory limit.
242+
},
243+
&quot;resourceRequests&quot;: { # Resource requests defined for connection pods of a given connector type. # Output only. System resource requests.
244+
&quot;cpu&quot;: &quot;A String&quot;, # Output only. CPU request.
245+
&quot;memory&quot;: &quot;A String&quot;, # Output only. Memory request.
246+
},
247+
&quot;sharedDeployment&quot;: &quot;A String&quot;, # Output only. The name of shared connector deployment.
235248
},
236249
&quot;connectorVersionLaunchStage&quot;: &quot;A String&quot;, # Output only. Flag to mark the version indicating the launch stage.
237250
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Created time.
@@ -344,7 +357,9 @@ <h3>Method Details</h3>
344357
&quot;stringValue&quot;: &quot;A String&quot;, # Value is a string.
345358
},
346359
&quot;enrichmentEnabled&quot;: True or False, # Enrichment Enabled.
347-
&quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Registration endpoint for auto regsitration.
360+
&quot;privateConnectivityEnabled&quot;: True or False, # Optional. Private Connectivity Enabled.
361+
&quot;publicEventsListenerEndpoint&quot;: &quot;A String&quot;, # Optional. Public Events listener endpoint.
362+
&quot;registrationDestinationConfig&quot;: { # Define the Connectors target endpoint. # Registration endpoint for auto registration.
348363
&quot;destinations&quot;: [ # The destinations for the key.
349364
{
350365
&quot;host&quot;: &quot;A String&quot;, # For publicly routable host.
@@ -364,6 +379,7 @@ <h3>Method Details</h3>
364379
},
365380
},
366381
&quot;imageLocation&quot;: &quot;A String&quot;, # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}
382+
&quot;isTrustedTester&quot;: True or False, # Output only. Is trusted tester program enabled for the project.
367383
&quot;labels&quot;: { # Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
368384
&quot;a_key&quot;: &quot;A String&quot;,
369385
},

googleapiclient/discovery_cache/documents/integrations.v1alpha.json

Lines changed: 92 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3257,7 +3257,7 @@
32573257
}
32583258
}
32593259
},
3260-
"revision": "20230809",
3260+
"revision": "20230906",
32613261
"rootUrl": "https://integrations.googleapis.com/",
32623262
"schemas": {
32633263
"CrmlogErrorCode": {
@@ -8158,6 +8158,11 @@
81588158
"readOnly": true,
81598159
"type": "string"
81608160
},
8161+
"isTrustedTester": {
8162+
"description": "Output only. Is trusted tester program enabled for the project.",
8163+
"readOnly": true,
8164+
"type": "boolean"
8165+
},
81618166
"labels": {
81628167
"additionalProperties": {
81638168
"type": "string"
@@ -8271,6 +8276,11 @@
82718276
"description": "This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version",
82728277
"id": "GoogleCloudConnectorsV1ConnectorVersionInfraConfig",
82738278
"properties": {
8279+
"hpaConfig": {
8280+
"$ref": "GoogleCloudConnectorsV1HPAConfig",
8281+
"description": "Output only. HPA autoscaling config.",
8282+
"readOnly": true
8283+
},
82748284
"internalclientRatelimitThreshold": {
82758285
"description": "Output only. Max QPS supported for internal requests originating from Connd.",
82768286
"format": "int64",
@@ -8282,6 +8292,21 @@
82828292
"format": "int64",
82838293
"readOnly": true,
82848294
"type": "string"
8295+
},
8296+
"resourceLimits": {
8297+
"$ref": "GoogleCloudConnectorsV1ResourceLimits",
8298+
"description": "Output only. System resource limits.",
8299+
"readOnly": true
8300+
},
8301+
"resourceRequests": {
8302+
"$ref": "GoogleCloudConnectorsV1ResourceRequests",
8303+
"description": "Output only. System resource requests.",
8304+
"readOnly": true
8305+
},
8306+
"sharedDeployment": {
8307+
"description": "Output only. The name of shared connector deployment.",
8308+
"readOnly": true,
8309+
"type": "string"
82858310
}
82868311
},
82878312
"type": "object"
@@ -8371,9 +8396,17 @@
83718396
"description": "Enrichment Enabled.",
83728397
"type": "boolean"
83738398
},
8399+
"privateConnectivityEnabled": {
8400+
"description": "Optional. Private Connectivity Enabled.",
8401+
"type": "boolean"
8402+
},
8403+
"publicEventsListenerEndpoint": {
8404+
"description": "Optional. Public Events listener endpoint.",
8405+
"type": "string"
8406+
},
83748407
"registrationDestinationConfig": {
83758408
"$ref": "GoogleCloudConnectorsV1DestinationConfig",
8376-
"description": "Registration endpoint for auto regsitration."
8409+
"description": "Registration endpoint for auto registration."
83778410
}
83788411
},
83798412
"type": "object"
@@ -8409,19 +8442,40 @@
84098442
"enum": [
84108443
"STATE_UNSPECIFIED",
84118444
"ACTIVE",
8412-
"ERROR"
8445+
"ERROR",
8446+
"PUBLIC_ENDPOINT_REQUIRED"
84138447
],
84148448
"enumDescriptions": [
84158449
"Default state.",
84168450
"Eventing is enabled and ready to receive events.",
8417-
"Eventing is not active due to an error."
8451+
"Eventing is not active due to an error.",
8452+
"Public endpoint required."
84188453
],
84198454
"readOnly": true,
84208455
"type": "string"
84218456
}
84228457
},
84238458
"type": "object"
84248459
},
8460+
"GoogleCloudConnectorsV1HPAConfig": {
8461+
"description": "Autoscaling config for connector deployment system metrics.",
8462+
"id": "GoogleCloudConnectorsV1HPAConfig",
8463+
"properties": {
8464+
"cpuUtilizationThreshold": {
8465+
"description": "Output only. Percent CPU utilization where HPA triggers autoscaling.",
8466+
"format": "int64",
8467+
"readOnly": true,
8468+
"type": "string"
8469+
},
8470+
"memoryUtilizationThreshold": {
8471+
"description": "Output only. Percent Memory utilization where HPA triggers autoscaling.",
8472+
"format": "int64",
8473+
"readOnly": true,
8474+
"type": "string"
8475+
}
8476+
},
8477+
"type": "object"
8478+
},
84258479
"GoogleCloudConnectorsV1LockConfig": {
84268480
"description": "Determines whether or no a connection is locked. If locked, a reason must be specified.",
84278481
"id": "GoogleCloudConnectorsV1LockConfig",
@@ -8465,6 +8519,40 @@
84658519
},
84668520
"type": "object"
84678521
},
8522+
"GoogleCloudConnectorsV1ResourceLimits": {
8523+
"description": "Resource limits defined for connection pods of a given connector type.",
8524+
"id": "GoogleCloudConnectorsV1ResourceLimits",
8525+
"properties": {
8526+
"cpu": {
8527+
"description": "Output only. CPU limit.",
8528+
"readOnly": true,
8529+
"type": "string"
8530+
},
8531+
"memory": {
8532+
"description": "Output only. Memory limit.",
8533+
"readOnly": true,
8534+
"type": "string"
8535+
}
8536+
},
8537+
"type": "object"
8538+
},
8539+
"GoogleCloudConnectorsV1ResourceRequests": {
8540+
"description": "Resource requests defined for connection pods of a given connector type.",
8541+
"id": "GoogleCloudConnectorsV1ResourceRequests",
8542+
"properties": {
8543+
"cpu": {
8544+
"description": "Output only. CPU request.",
8545+
"readOnly": true,
8546+
"type": "string"
8547+
},
8548+
"memory": {
8549+
"description": "Output only. Memory request.",
8550+
"readOnly": true,
8551+
"type": "string"
8552+
}
8553+
},
8554+
"type": "object"
8555+
},
84688556
"GoogleCloudConnectorsV1Secret": {
84698557
"description": "Secret provides a reference to entries in Secret Manager.",
84708558
"id": "GoogleCloudConnectorsV1Secret",

0 commit comments

Comments
 (0)