Skip to content

Commit 4dc71d4

Browse files
feat(all): auto-regenerate discovery clients (#2436)
1 parent 0c30ecc commit 4dc71d4

File tree

6 files changed

+10681
-147
lines changed

6 files changed

+10681
-147
lines changed

connectors/v1/connectors-api.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,7 +2354,7 @@
23542354
}
23552355
}
23562356
},
2357-
"revision": "20240207",
2357+
"revision": "20240221",
23582358
"rootUrl": "https://connectors.googleapis.com/",
23592359
"schemas": {
23602360
"AuditConfig": {
@@ -3337,6 +3337,13 @@
33373337
"description": "CustomConnector represents the custom connector defined by the customer as part of byoc.",
33383338
"id": "CustomConnector",
33393339
"properties": {
3340+
"activeConnectorVersions": {
3341+
"description": "Optional. Active connector versions.",
3342+
"items": {
3343+
"type": "string"
3344+
},
3345+
"type": "array"
3346+
},
33403347
"createTime": {
33413348
"description": "Output only. Created time.",
33423349
"format": "google-datetime",
@@ -3438,7 +3445,7 @@
34383445
"type": "string"
34393446
},
34403447
"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:///`",
34423449
"type": "string"
34433450
},
34443451
"state": {
@@ -3979,6 +3986,13 @@
39793986
"registrationDestinationConfig": {
39803987
"$ref": "DestinationConfig",
39813988
"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"
39823996
}
39833997
},
39843998
"type": "object"
@@ -4049,6 +4063,13 @@
40494063
"registrationDestinationConfig": {
40504064
"$ref": "DestinationConfigTemplate",
40514065
"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"
40524073
}
40534074
},
40544075
"type": "object"

connectors/v1/connectors-gen.go

Lines changed: 29 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)