|
1320 | 1320 | "pattern": "^projects/[^/]+/locations/[^/]+/endpointAttachments/[^/]+$",
|
1321 | 1321 | "required": true,
|
1322 | 1322 | "type": "string"
|
| 1323 | + }, |
| 1324 | + "view": { |
| 1325 | + "description": "Optional. Specifies which fields of the EndpointAttachment are returned in the response. Defaults to `ENDPOINT_ATTACHMENT_VIEW_BASIC` view.", |
| 1326 | + "enum": [ |
| 1327 | + "ENDPOINT_ATTACHMENT_VIEW_UNSPECIFIED", |
| 1328 | + "ENDPOINT_ATTACHMENT_VIEW_BASIC", |
| 1329 | + "ENDPOINT_ATTACHMENT_VIEW_FULL" |
| 1330 | + ], |
| 1331 | + "enumDescriptions": [ |
| 1332 | + "ENDPOINT_ATTACHMENT_VIEW_UNSPECIFIED.", |
| 1333 | + "Do not include status.", |
| 1334 | + "Includes Status." |
| 1335 | + ], |
| 1336 | + "location": "query", |
| 1337 | + "type": "string" |
1323 | 1338 | }
|
1324 | 1339 | },
|
1325 | 1340 | "path": "v1/{+name}",
|
|
1366 | 1381 | "pattern": "^projects/[^/]+/locations/[^/]+$",
|
1367 | 1382 | "required": true,
|
1368 | 1383 | "type": "string"
|
| 1384 | + }, |
| 1385 | + "view": { |
| 1386 | + "description": "Optional. Specifies which fields of the EndpointAttachment are returned in the response. Defaults to `ENDPOINT_ATTACHMENT_VIEW_BASIC` view.", |
| 1387 | + "enum": [ |
| 1388 | + "ENDPOINT_ATTACHMENT_VIEW_UNSPECIFIED", |
| 1389 | + "ENDPOINT_ATTACHMENT_VIEW_BASIC", |
| 1390 | + "ENDPOINT_ATTACHMENT_VIEW_FULL" |
| 1391 | + ], |
| 1392 | + "enumDescriptions": [ |
| 1393 | + "ENDPOINT_ATTACHMENT_VIEW_UNSPECIFIED.", |
| 1394 | + "Do not include status.", |
| 1395 | + "Includes Status." |
| 1396 | + ], |
| 1397 | + "location": "query", |
| 1398 | + "type": "string" |
1369 | 1399 | }
|
1370 | 1400 | },
|
1371 | 1401 | "path": "v1/{+parent}/endpointAttachments",
|
|
2427 | 2457 | }
|
2428 | 2458 | }
|
2429 | 2459 | },
|
2430 |
| - "revision": "20240729", |
| 2460 | + "revision": "20240822", |
2431 | 2461 | "rootUrl": "https://connectors.googleapis.com/",
|
2432 | 2462 | "schemas": {
|
2433 | 2463 | "AuditConfig": {
|
|
2582 | 2612 | "displayName": {
|
2583 | 2613 | "description": "Display name for authentication template.",
|
2584 | 2614 | "type": "string"
|
| 2615 | + }, |
| 2616 | + "isDefault": { |
| 2617 | + "description": "Whether the auth config is the default one.", |
| 2618 | + "type": "boolean" |
2585 | 2619 | }
|
2586 | 2620 | },
|
2587 | 2621 | "type": "object"
|
|
2925 | 2959 | "description": "Output only. Eventing Runtime Data.",
|
2926 | 2960 | "readOnly": true
|
2927 | 2961 | },
|
| 2962 | + "host": { |
| 2963 | + "description": "Output only. The name of the Hostname of the Service Directory service with TLS.", |
| 2964 | + "readOnly": true, |
| 2965 | + "type": "string" |
| 2966 | + }, |
2928 | 2967 | "imageLocation": {
|
2929 | 2968 | "description": "Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}",
|
2930 | 2969 | "readOnly": true,
|
|
2996 | 3035 | "description": "Optional. Suspended indicates if a user has suspended a connection or not.",
|
2997 | 3036 | "type": "boolean"
|
2998 | 3037 | },
|
| 3038 | + "tlsServiceDirectory": { |
| 3039 | + "description": "Output only. The name of the Service Directory service with TLS.", |
| 3040 | + "readOnly": true, |
| 3041 | + "type": "string" |
| 3042 | + }, |
2999 | 3043 | "updateTime": {
|
3000 | 3044 | "description": "Output only. Updated time.",
|
3001 | 3045 | "format": "google-datetime",
|
|
3344 | 3388 | "description": "Output only. Eventing configuration supported by the Connector.",
|
3345 | 3389 | "readOnly": true
|
3346 | 3390 | },
|
| 3391 | + "isAsyncOperationsSupported": { |
| 3392 | + "description": "Output only. Is async operations supported.", |
| 3393 | + "readOnly": true, |
| 3394 | + "type": "boolean" |
| 3395 | + }, |
3347 | 3396 | "isCustomActionsSupported": {
|
3348 | 3397 | "description": "Output only. Is custom actions supported.",
|
3349 | 3398 | "readOnly": true,
|
|
4039 | 4088 | "description": "Required. The path of the service attachment",
|
4040 | 4089 | "type": "string"
|
4041 | 4090 | },
|
| 4091 | + "state": { |
| 4092 | + "description": "Output only. The Private Service Connect Connection Endpoint State. This value is only available in the Full view.", |
| 4093 | + "enum": [ |
| 4094 | + "STATE_UNSPECIFIED", |
| 4095 | + "PENDING", |
| 4096 | + "ACCEPTED", |
| 4097 | + "REJECTED", |
| 4098 | + "CLOSED", |
| 4099 | + "FROZEN", |
| 4100 | + "NEEDS_ATTENTION", |
| 4101 | + "ACCEPTED_NOT_PROGRAMMED" |
| 4102 | + ], |
| 4103 | + "enumDescriptions": [ |
| 4104 | + "STATE_UNSPECIFIED.", |
| 4105 | + "The endpoint is pending acceptance by the producer.", |
| 4106 | + "The endpoint has been accepted by the producer.", |
| 4107 | + "The endpoint has been rejected by the producer.", |
| 4108 | + "The endpoint has been closed by the producer and will not serve traffic going forward.", |
| 4109 | + "The endpoint has been frozen by the producer and will not serve traffic.", |
| 4110 | + "The endpoint has been accepted by the producer, but it is not ready to serve the traffic due to producer side issues.", |
| 4111 | + "The endpoint has been accepted by the producer, but it cannot be programmed to the data plane due to invariant violation." |
| 4112 | + ], |
| 4113 | + "readOnly": true, |
| 4114 | + "type": "string" |
| 4115 | + }, |
4042 | 4116 | "updateTime": {
|
4043 | 4117 | "description": "Output only. Updated time.",
|
4044 | 4118 | "format": "google-datetime",
|
|
0 commit comments