|
3257 | 3257 | }
|
3258 | 3258 | }
|
3259 | 3259 | },
|
3260 |
| - "revision": "20230809", |
| 3260 | + "revision": "20230906", |
3261 | 3261 | "rootUrl": "https://integrations.googleapis.com/",
|
3262 | 3262 | "schemas": {
|
3263 | 3263 | "CrmlogErrorCode": {
|
|
8158 | 8158 | "readOnly": true,
|
8159 | 8159 | "type": "string"
|
8160 | 8160 | },
|
| 8161 | + "isTrustedTester": { |
| 8162 | + "description": "Output only. Is trusted tester program enabled for the project.", |
| 8163 | + "readOnly": true, |
| 8164 | + "type": "boolean" |
| 8165 | + }, |
8161 | 8166 | "labels": {
|
8162 | 8167 | "additionalProperties": {
|
8163 | 8168 | "type": "string"
|
|
8271 | 8276 | "description": "This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version",
|
8272 | 8277 | "id": "GoogleCloudConnectorsV1ConnectorVersionInfraConfig",
|
8273 | 8278 | "properties": {
|
| 8279 | + "hpaConfig": { |
| 8280 | + "$ref": "GoogleCloudConnectorsV1HPAConfig", |
| 8281 | + "description": "Output only. HPA autoscaling config.", |
| 8282 | + "readOnly": true |
| 8283 | + }, |
8274 | 8284 | "internalclientRatelimitThreshold": {
|
8275 | 8285 | "description": "Output only. Max QPS supported for internal requests originating from Connd.",
|
8276 | 8286 | "format": "int64",
|
|
8282 | 8292 | "format": "int64",
|
8283 | 8293 | "readOnly": true,
|
8284 | 8294 | "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" |
8285 | 8310 | }
|
8286 | 8311 | },
|
8287 | 8312 | "type": "object"
|
|
8371 | 8396 | "description": "Enrichment Enabled.",
|
8372 | 8397 | "type": "boolean"
|
8373 | 8398 | },
|
| 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 | + }, |
8374 | 8407 | "registrationDestinationConfig": {
|
8375 | 8408 | "$ref": "GoogleCloudConnectorsV1DestinationConfig",
|
8376 |
| - "description": "Registration endpoint for auto regsitration." |
| 8409 | + "description": "Registration endpoint for auto registration." |
8377 | 8410 | }
|
8378 | 8411 | },
|
8379 | 8412 | "type": "object"
|
|
8409 | 8442 | "enum": [
|
8410 | 8443 | "STATE_UNSPECIFIED",
|
8411 | 8444 | "ACTIVE",
|
8412 |
| - "ERROR" |
| 8445 | + "ERROR", |
| 8446 | + "PUBLIC_ENDPOINT_REQUIRED" |
8413 | 8447 | ],
|
8414 | 8448 | "enumDescriptions": [
|
8415 | 8449 | "Default state.",
|
8416 | 8450 | "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." |
8418 | 8453 | ],
|
8419 | 8454 | "readOnly": true,
|
8420 | 8455 | "type": "string"
|
8421 | 8456 | }
|
8422 | 8457 | },
|
8423 | 8458 | "type": "object"
|
8424 | 8459 | },
|
| 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 | + }, |
8425 | 8479 | "GoogleCloudConnectorsV1LockConfig": {
|
8426 | 8480 | "description": "Determines whether or no a connection is locked. If locked, a reason must be specified.",
|
8427 | 8481 | "id": "GoogleCloudConnectorsV1LockConfig",
|
|
8465 | 8519 | },
|
8466 | 8520 | "type": "object"
|
8467 | 8521 | },
|
| 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 | + }, |
8468 | 8556 | "GoogleCloudConnectorsV1Secret": {
|
8469 | 8557 | "description": "Secret provides a reference to entries in Secret Manager.",
|
8470 | 8558 | "id": "GoogleCloudConnectorsV1Secret",
|
|
0 commit comments