You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-developerconnect/v1/2.0.0/com/google/api/services/developerconnect/v1/DeveloperConnect.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3993,7 +3993,8 @@ public class GitRepositoryLinks {
3993
3993
/**
3994
3994
* Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the
3995
3995
* Git Repository to send webhook events to Developer Connect. Connections that use Firebase GitHub
3996
-
* Application will have events forwarded to the Firebase service. All other Connections will have
3996
+
* Application will have events forwarded to the Firebase service. Connections that use Gemini Code
3997
+
* Assist will have events forwarded to Gemini Code Assist service. All other Connections will have
3997
3998
* events forwarded to Cloud Build.
3998
3999
*
3999
4000
* Create a request for the method "gitRepositoryLinks.create".
@@ -4021,8 +4022,9 @@ public class Create extends DeveloperConnectRequest<com.google.api.services.deve
4021
4022
/**
4022
4023
* Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure
4023
4024
* the Git Repository to send webhook events to Developer Connect. Connections that use Firebase
4024
-
* GitHub Application will have events forwarded to the Firebase service. All other Connections
4025
-
* will have events forwarded to Cloud Build.
4025
+
* GitHub Application will have events forwarded to the Firebase service. Connections that use
4026
+
* Gemini Code Assist will have events forwarded to Gemini Code Assist service. All other
4027
+
* Connections will have events forwarded to Cloud Build.
4026
4028
*
4027
4029
* Create a request for the method "gitRepositoryLinks.create".
0 commit comments