Skip to content

Commit 6432705

Browse files
yoshi-automationfeywind
authored andcommitted
fix(developerconnect): update the API
#### developerconnect:v1 The following keys were changed: - resources.projects.resources.locations.resources.connections.resources.gitRepositoryLinks.methods.create.description - schemas.GitHubConfig.properties.githubApp.enum - schemas.GitHubConfig.properties.githubApp.enumDescriptions
1 parent 386e701 commit 6432705

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

discovery/developerconnect-v1.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
"gitRepositoryLinks": {
914914
"methods": {
915915
"create": {
916-
"description": "Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub Application will have events forwarded to the Firebase service. All other Connections will have events forwarded to Cloud Build.",
916+
"description": "Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub Application will have events forwarded to the Firebase service. Connections that use Gemini Code Assist will have events forwarded to Gemini Code Assist service. All other Connections will have events forwarded to Cloud Build.",
917917
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/gitRepositoryLinks",
918918
"httpMethod": "POST",
919919
"id": "developerconnect.projects.locations.connections.gitRepositoryLinks.create",
@@ -1606,7 +1606,7 @@
16061606
}
16071607
}
16081608
},
1609-
"revision": "20250929",
1609+
"revision": "20251003",
16101610
"rootUrl": "https://developerconnect.googleapis.com/",
16111611
"schemas": {
16121612
"AccountConnector": {
@@ -2064,12 +2064,14 @@
20642064
"enum": [
20652065
"GIT_HUB_APP_UNSPECIFIED",
20662066
"DEVELOPER_CONNECT",
2067-
"FIREBASE"
2067+
"FIREBASE",
2068+
"GEMINI_CODE_ASSIST"
20682069
],
20692070
"enumDescriptions": [
20702071
"GitHub App not specified.",
20712072
"The Developer Connect GitHub Application.",
2072-
"The Firebase GitHub Application."
2073+
"The Firebase GitHub Application.",
2074+
"The Gemini Code Assist Application."
20732075
],
20742076
"type": "string"
20752077
},

src/apis/developerconnect/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4607,7 +4607,7 @@ export namespace developerconnect_v1 {
46074607
}
46084608

46094609
/**
4610-
* Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub Application will have events forwarded to the Firebase service. All other Connections will have events forwarded to Cloud Build.
4610+
* Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub Application will have events forwarded to the Firebase service. Connections that use Gemini Code Assist will have events forwarded to Gemini Code Assist service. All other Connections will have events forwarded to Cloud Build.
46114611
* @example
46124612
* ```js
46134613
* // Before running the sample:

0 commit comments

Comments
 (0)