Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 26, 2024
1 parent 0c30ecc commit 4dc71d4
Show file tree
Hide file tree
Showing 6 changed files with 10,681 additions and 147 deletions.
25 changes: 23 additions & 2 deletions connectors/v1/connectors-api.json
Original file line number Diff line number Diff line change
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.

0 comments on commit 4dc71d4

Please sign in to comment.