|
2354 | 2354 | }
|
2355 | 2355 | }
|
2356 | 2356 | },
|
2357 |
| - "revision": "20240207", |
| 2357 | + "revision": "20240221", |
2358 | 2358 | "rootUrl": "https://connectors.googleapis.com/",
|
2359 | 2359 | "schemas": {
|
2360 | 2360 | "AuditConfig": {
|
|
3337 | 3337 | "description": "CustomConnector represents the custom connector defined by the customer as part of byoc.",
|
3338 | 3338 | "id": "CustomConnector",
|
3339 | 3339 | "properties": {
|
| 3340 | + "activeConnectorVersions": { |
| 3341 | + "description": "Optional. Active connector versions.", |
| 3342 | + "items": { |
| 3343 | + "type": "string" |
| 3344 | + }, |
| 3345 | + "type": "array" |
| 3346 | + }, |
3340 | 3347 | "createTime": {
|
3341 | 3348 | "description": "Output only. Created time.",
|
3342 | 3349 | "format": "google-datetime",
|
|
3438 | 3445 | "type": "string"
|
3439 | 3446 | },
|
3440 | 3447 | "specLocation": {
|
3441 |
| - "description": "Optional. Location of the custom connector spec.", |
| 3448 | + "description": "Optional. Location of the custom connector spec. The location can be either a public url like `https://public-url.com/spec` Or a Google Cloud Storage location like `gs:///`", |
3442 | 3449 | "type": "string"
|
3443 | 3450 | },
|
3444 | 3451 | "state": {
|
|
3979 | 3986 | "registrationDestinationConfig": {
|
3980 | 3987 | "$ref": "DestinationConfig",
|
3981 | 3988 | "description": "Registration endpoint for auto registration."
|
| 3989 | + }, |
| 3990 | + "triggerConfigVariables": { |
| 3991 | + "description": "Optional. Additional eventing related field values", |
| 3992 | + "items": { |
| 3993 | + "$ref": "ConfigVariable" |
| 3994 | + }, |
| 3995 | + "type": "array" |
3982 | 3996 | }
|
3983 | 3997 | },
|
3984 | 3998 | "type": "object"
|
|
4049 | 4063 | "registrationDestinationConfig": {
|
4050 | 4064 | "$ref": "DestinationConfigTemplate",
|
4051 | 4065 | "description": "Registration host destination config template."
|
| 4066 | + }, |
| 4067 | + "triggerConfigVariables": { |
| 4068 | + "description": "Trigger Config fields that needs to be rendered", |
| 4069 | + "items": { |
| 4070 | + "$ref": "ConfigVariableTemplate" |
| 4071 | + }, |
| 4072 | + "type": "array" |
4052 | 4073 | }
|
4053 | 4074 | },
|
4054 | 4075 | "type": "object"
|
|
0 commit comments