Skip to content

Commit e57dba7

Browse files
1 parent 7c8c0a8 commit e57dba7

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

clients/google-api-services-developerconnect/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-developerconnect</artifactId>
25-
<version>v1-rev20250929-2.0.0</version>
25+
<version>v1-rev20251003-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-developerconnect:v1-rev20250929-2.0.0'
38+
implementation 'com.google.apis:google-api-services-developerconnect:v1-rev20251003-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-developerconnect/v1/2.0.0/com/google/api/services/developerconnect/v1/DeveloperConnect.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3993,7 +3993,8 @@ public class GitRepositoryLinks {
39933993
/**
39943994
* Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure the
39953995
* 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
39973998
* events forwarded to Cloud Build.
39983999
*
39994000
* Create a request for the method "gitRepositoryLinks.create".
@@ -4021,8 +4022,9 @@ public class Create extends DeveloperConnectRequest<com.google.api.services.deve
40214022
/**
40224023
* Creates a GitRepositoryLink. Upon linking a Git Repository, Developer Connect will configure
40234024
* 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.
40264028
*
40274029
* Create a request for the method "gitRepositoryLinks.create".
40284030
*

clients/google-api-services-developerconnect/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-developerconnect</artifactId>
11-
<version>v1-rev20250929-2.0.0</version>
12-
<name>Developer Connect API v1-rev20250929-2.0.0</name>
11+
<version>v1-rev20251003-2.0.0</version>
12+
<name>Developer Connect API v1-rev20251003-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-developerconnect/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-developerconnect</artifactId>
25-
<version>v1-rev20250929-2.0.0</version>
25+
<version>v1-rev20251003-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-developerconnect:v1-rev20250929-2.0.0'
38+
implementation 'com.google.apis:google-api-services-developerconnect:v1-rev20251003-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)