Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2436

Merged
merged 1 commit into from Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 23 additions & 2 deletions connectors/v1/connectors-api.json
Expand Up @@ -2354,7 +2354,7 @@
}
}
},
"revision": "20240207",
"revision": "20240221",
"rootUrl": "https://connectors.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -3337,6 +3337,13 @@
"description": "CustomConnector represents the custom connector defined by the customer as part of byoc.",
"id": "CustomConnector",
"properties": {
"activeConnectorVersions": {
"description": "Optional. Active connector versions.",
"items": {
"type": "string"
},
"type": "array"
},
"createTime": {
"description": "Output only. Created time.",
"format": "google-datetime",
Expand Down Expand Up @@ -3438,7 +3445,7 @@
"type": "string"
},
"specLocation": {
"description": "Optional. Location of the custom connector spec.",
"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:///`",
"type": "string"
},
"state": {
Expand Down Expand Up @@ -3979,6 +3986,13 @@
"registrationDestinationConfig": {
"$ref": "DestinationConfig",
"description": "Registration endpoint for auto registration."
},
"triggerConfigVariables": {
"description": "Optional. Additional eventing related field values",
"items": {
"$ref": "ConfigVariable"
},
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -4049,6 +4063,13 @@
"registrationDestinationConfig": {
"$ref": "DestinationConfigTemplate",
"description": "Registration host destination config template."
},
"triggerConfigVariables": {
"description": "Trigger Config fields that needs to be rendered",
"items": {
"$ref": "ConfigVariableTemplate"
},
"type": "array"
}
},
"type": "object"
Expand Down
42 changes: 29 additions & 13 deletions connectors/v1/connectors-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.