Skip to content

Commit 7f77a9d

Browse files
1 parent 4dff975 commit 7f77a9d

File tree

5 files changed

+63
-6
lines changed

5 files changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ public final class AccountConnector extends com.google.api.client.json.GenericJs
9898
@com.google.api.client.util.Key
9999
private ProxyConfig proxyConfig;
100100

101+
/**
102+
* Output only. A system-assigned unique identifier for the Account Connector.
103+
* The value may be {@code null}.
104+
*/
105+
@com.google.api.client.util.Key
106+
private java.lang.String uid;
107+
101108
/**
102109
* Output only. The timestamp when the accountConnector was updated.
103110
* The value may be {@code null}.
@@ -264,6 +271,23 @@ public AccountConnector setProxyConfig(ProxyConfig proxyConfig) {
264271
return this;
265272
}
266273

274+
/**
275+
* Output only. A system-assigned unique identifier for the Account Connector.
276+
* @return value or {@code null} for none
277+
*/
278+
public java.lang.String getUid() {
279+
return uid;
280+
}
281+
282+
/**
283+
* Output only. A system-assigned unique identifier for the Account Connector.
284+
* @param uid uid or {@code null} for none
285+
*/
286+
public AccountConnector setUid(java.lang.String uid) {
287+
this.uid = uid;
288+
return this;
289+
}
290+
267291
/**
268292
* Output only. The timestamp when the accountConnector was updated.
269293
* @return value or {@code null} for none

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ public final class ProxyConfig extends com.google.api.client.json.GenericJson {
3838
@com.google.api.client.util.Key
3939
private java.lang.Boolean enabled;
4040

41+
/**
42+
* Output only. The base URI for the HTTP proxy endpoint. Has the format
43+
* `https://{generatedID}-a-h-{shortRegion}.developerconnect.dev` Populated only when `enabled` is
44+
* set to `true`. This endpoint is used by other Google services that integrate with Developer
45+
* Connect.
46+
* The value may be {@code null}.
47+
*/
48+
@com.google.api.client.util.Key
49+
private java.lang.String httpProxyBaseUri;
50+
4151
/**
4252
* Optional. Setting this to true allows the git and http proxies to perform actions on behalf of
4353
* the user configured under the account connector.
@@ -57,6 +67,29 @@ public ProxyConfig setEnabled(java.lang.Boolean enabled) {
5767
return this;
5868
}
5969

70+
/**
71+
* Output only. The base URI for the HTTP proxy endpoint. Has the format
72+
* `https://{generatedID}-a-h-{shortRegion}.developerconnect.dev` Populated only when `enabled` is
73+
* set to `true`. This endpoint is used by other Google services that integrate with Developer
74+
* Connect.
75+
* @return value or {@code null} for none
76+
*/
77+
public java.lang.String getHttpProxyBaseUri() {
78+
return httpProxyBaseUri;
79+
}
80+
81+
/**
82+
* Output only. The base URI for the HTTP proxy endpoint. Has the format
83+
* `https://{generatedID}-a-h-{shortRegion}.developerconnect.dev` Populated only when `enabled` is
84+
* set to `true`. This endpoint is used by other Google services that integrate with Developer
85+
* Connect.
86+
* @param httpProxyBaseUri httpProxyBaseUri or {@code null} for none
87+
*/
88+
public ProxyConfig setHttpProxyBaseUri(java.lang.String httpProxyBaseUri) {
89+
this.httpProxyBaseUri = httpProxyBaseUri;
90+
return this;
91+
}
92+
6093
@Override
6194
public ProxyConfig set(String fieldName, Object value) {
6295
return (ProxyConfig) super.set(fieldName, value);

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

0 commit comments

Comments
 (0)