Skip to content

Commit bff8391

Browse files
1 parent 961c371 commit bff8391

4 files changed

Lines changed: 12 additions & 9 deletions

File tree

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-rev20260223-2.0.0</version>
25+
<version>v1-rev20260302-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-rev20260223-2.0.0'
38+
implementation 'com.google.apis:google-api-services-developerconnect:v1-rev20260302-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ public final class Connection extends com.google.api.client.json.GenericJson {
9292

9393
/**
9494
* Optional. Configuration for the git proxy feature. Enabling the git proxy allows clients to
95-
* perform git operations on the repositories linked in the connection.
95+
* perform git operations on the repositories linked in the connection. [Learn
96+
* more](https://docs.cloud.google.com/developer-connect/docs/configure-git-proxy).
9697
* The value may be {@code null}.
9798
*/
9899
@com.google.api.client.util.Key
@@ -329,7 +330,8 @@ public Connection setEtag(java.lang.String etag) {
329330

330331
/**
331332
* Optional. Configuration for the git proxy feature. Enabling the git proxy allows clients to
332-
* perform git operations on the repositories linked in the connection.
333+
* perform git operations on the repositories linked in the connection. [Learn
334+
* more](https://docs.cloud.google.com/developer-connect/docs/configure-git-proxy).
333335
* @return value or {@code null} for none
334336
*/
335337
public GitProxyConfig getGitProxyConfig() {
@@ -338,7 +340,8 @@ public GitProxyConfig getGitProxyConfig() {
338340

339341
/**
340342
* Optional. Configuration for the git proxy feature. Enabling the git proxy allows clients to
341-
* perform git operations on the repositories linked in the connection.
343+
* perform git operations on the repositories linked in the connection. [Learn
344+
* more](https://docs.cloud.google.com/developer-connect/docs/configure-git-proxy).
342345
* @param gitProxyConfig gitProxyConfig or {@code null} for none
343346
*/
344347
public Connection setGitProxyConfig(GitProxyConfig gitProxyConfig) {

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-rev20260223-2.0.0</version>
12-
<name>Developer Connect API v1-rev20260223-2.0.0</name>
11+
<version>v1-rev20260302-2.0.0</version>
12+
<name>Developer Connect API v1-rev20260302-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-rev20260223-2.0.0</version>
25+
<version>v1-rev20260302-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-rev20260223-2.0.0'
38+
implementation 'com.google.apis:google-api-services-developerconnect:v1-rev20260302-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)