|
1212 | 1212 | "scopes": [
|
1213 | 1213 | "https://www.googleapis.com/auth/cloud-platform"
|
1214 | 1214 | ]
|
| 1215 | + }, |
| 1216 | + "deprecate": { |
| 1217 | + "description": "Deprecates a single CustomConnectorVersion.", |
| 1218 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/customConnectors/{customConnectorsId}/customConnectorVersions/{customConnectorVersionsId}:deprecate", |
| 1219 | + "httpMethod": "POST", |
| 1220 | + "id": "connectors.projects.locations.customConnectors.customConnectorVersions.deprecate", |
| 1221 | + "parameterOrder": [ |
| 1222 | + "name" |
| 1223 | + ], |
| 1224 | + "parameters": { |
| 1225 | + "name": { |
| 1226 | + "description": "Required. Resource name of the form: `projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}`", |
| 1227 | + "location": "path", |
| 1228 | + "pattern": "^projects/[^/]+/locations/[^/]+/customConnectors/[^/]+/customConnectorVersions/[^/]+$", |
| 1229 | + "required": true, |
| 1230 | + "type": "string" |
| 1231 | + } |
| 1232 | + }, |
| 1233 | + "path": "v1/{+name}:deprecate", |
| 1234 | + "request": { |
| 1235 | + "$ref": "DeprecateCustomConnectorVersionRequest" |
| 1236 | + }, |
| 1237 | + "response": { |
| 1238 | + "$ref": "Operation" |
| 1239 | + }, |
| 1240 | + "scopes": [ |
| 1241 | + "https://www.googleapis.com/auth/cloud-platform" |
| 1242 | + ] |
1215 | 1243 | }
|
1216 | 1244 | }
|
1217 | 1245 | }
|
|
2399 | 2427 | }
|
2400 | 2428 | }
|
2401 | 2429 | },
|
2402 |
| - "revision": "20240415", |
| 2430 | + "revision": "20240504", |
2403 | 2431 | "rootUrl": "https://connectors.googleapis.com/",
|
2404 | 2432 | "schemas": {
|
2405 | 2433 | "AuditConfig": {
|
|
3422 | 3450 | "enabled": {
|
3423 | 3451 | "description": "Enabled represents whether logging is enabled or not for a connection.",
|
3424 | 3452 | "type": "boolean"
|
| 3453 | + }, |
| 3454 | + "level": { |
| 3455 | + "description": "Optional. Log configuration level.", |
| 3456 | + "enum": [ |
| 3457 | + "LOG_LEVEL_UNSPECIFIED", |
| 3458 | + "ERROR", |
| 3459 | + "INFO", |
| 3460 | + "DEBUG" |
| 3461 | + ], |
| 3462 | + "enumDescriptions": [ |
| 3463 | + "Log level unspecified.", |
| 3464 | + "Only error logs are enabled.", |
| 3465 | + "Info and error logs are enabled.", |
| 3466 | + "Debug and high verbosity logs are enabled." |
| 3467 | + ], |
| 3468 | + "type": "string" |
3425 | 3469 | }
|
3426 | 3470 | },
|
3427 | 3471 | "type": "object"
|
|
3654 | 3698 | },
|
3655 | 3699 | "type": "object"
|
3656 | 3700 | },
|
| 3701 | + "DeprecateCustomConnectorVersionRequest": { |
| 3702 | + "description": "Request message for ConnectorsService.DeprecateCustomConnectorVersion", |
| 3703 | + "id": "DeprecateCustomConnectorVersionRequest", |
| 3704 | + "properties": {}, |
| 3705 | + "type": "object" |
| 3706 | + }, |
3657 | 3707 | "Destination": {
|
3658 | 3708 | "id": "Destination",
|
3659 | 3709 | "properties": {
|
|
3860 | 3910 | "description": "Optional. Description of the resource.",
|
3861 | 3911 | "type": "string"
|
3862 | 3912 | },
|
| 3913 | + "endpointGlobalAccess": { |
| 3914 | + "description": "Optional. The Private Service Connect Connection Endpoint Global Access. https://cloud.google.com/vpc/docs/about-accessing-vpc-hosted-services-endpoints#global-access", |
| 3915 | + "type": "boolean" |
| 3916 | + }, |
3863 | 3917 | "endpointIp": {
|
3864 | 3918 | "description": "Output only. The Private Service Connect connection endpoint ip",
|
3865 | 3919 | "readOnly": true,
|
|
0 commit comments