Skip to content

Commit 83ad085

Browse files
1 parent 33e66d6 commit 83ad085

File tree

10 files changed

+60
-33
lines changed

10 files changed

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

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ public final class BitbucketCloudConfig extends com.google.api.client.json.Gener
5050

5151
/**
5252
* Required. Immutable. SecretManager resource containing the webhook secret used to verify
53-
* webhook events, formatted as `projects/secrets/versions`. This is used to validate and create
54-
* webhooks.
53+
* webhook events, formatted as `projects/secrets/versions` or
54+
* `projects/locations/secrets/versions` (if regional secrets are supported in that location).
55+
* This is used to validate and create webhooks.
5556
* The value may be {@code null}.
5657
*/
5758
@com.google.api.client.util.Key
@@ -108,8 +109,9 @@ public BitbucketCloudConfig setReadAuthorizerCredential(UserCredential readAutho
108109

109110
/**
110111
* Required. Immutable. SecretManager resource containing the webhook secret used to verify
111-
* webhook events, formatted as `projects/secrets/versions`. This is used to validate and create
112-
* webhooks.
112+
* webhook events, formatted as `projects/secrets/versions` or
113+
* `projects/locations/secrets/versions` (if regional secrets are supported in that location).
114+
* This is used to validate and create webhooks.
113115
* @return value or {@code null} for none
114116
*/
115117
public java.lang.String getWebhookSecretSecretVersion() {
@@ -118,8 +120,9 @@ public java.lang.String getWebhookSecretSecretVersion() {
118120

119121
/**
120122
* Required. Immutable. SecretManager resource containing the webhook secret used to verify
121-
* webhook events, formatted as `projects/secrets/versions`. This is used to validate and create
122-
* webhooks.
123+
* webhook events, formatted as `projects/secrets/versions` or
124+
* `projects/locations/secrets/versions` (if regional secrets are supported in that location).
125+
* This is used to validate and create webhooks.
123126
* @param webhookSecretSecretVersion webhookSecretSecretVersion or {@code null} for none
124127
*/
125128
public BitbucketCloudConfig setWebhookSecretSecretVersion(java.lang.String webhookSecretSecretVersion) {

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ public final class BitbucketDataCenterConfig extends com.google.api.client.json.
7979

8080
/**
8181
* Required. Immutable. SecretManager resource containing the webhook secret used to verify
82-
* webhook events, formatted as `projects/secrets/versions`. This is used to validate webhooks.
82+
* webhook events, formatted as `projects/secrets/versions` or
83+
* `projects/locations/secrets/versions` (if regional secrets are supported in that location).
84+
* This is used to validate webhooks.
8385
* The value may be {@code null}.
8486
*/
8587
@com.google.api.client.util.Key
@@ -199,7 +201,9 @@ public BitbucketDataCenterConfig setSslCaCertificate(java.lang.String sslCaCerti
199201

200202
/**
201203
* Required. Immutable. SecretManager resource containing the webhook secret used to verify
202-
* webhook events, formatted as `projects/secrets/versions`. This is used to validate webhooks.
204+
* webhook events, formatted as `projects/secrets/versions` or
205+
* `projects/locations/secrets/versions` (if regional secrets are supported in that location).
206+
* This is used to validate webhooks.
203207
* @return value or {@code null} for none
204208
*/
205209
public java.lang.String getWebhookSecretSecretVersion() {
@@ -208,7 +212,9 @@ public java.lang.String getWebhookSecretSecretVersion() {
208212

209213
/**
210214
* Required. Immutable. SecretManager resource containing the webhook secret used to verify
211-
* webhook events, formatted as `projects/secrets/versions`. This is used to validate webhooks.
215+
* webhook events, formatted as `projects/secrets/versions` or
216+
* `projects/locations/secrets/versions` (if regional secrets are supported in that location).
217+
* This is used to validate webhooks.
212218
* @param webhookSecretSecretVersion webhookSecretSecretVersion or {@code null} for none
213219
*/
214220
public BitbucketDataCenterConfig setWebhookSecretSecretVersion(java.lang.String webhookSecretSecretVersion) {

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public final class GitHubEnterpriseConfig extends com.google.api.client.json.Gen
6868

6969
/**
7070
* Optional. SecretManager resource containing the private key of the GitHub App, formatted as
71-
* `projects/secrets/versions`.
71+
* `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional secrets are
72+
* supported in that location).
7273
* The value may be {@code null}.
7374
*/
7475
@com.google.api.client.util.Key
@@ -100,7 +101,8 @@ public final class GitHubEnterpriseConfig extends com.google.api.client.json.Gen
100101

101102
/**
102103
* Optional. SecretManager resource containing the webhook secret of the GitHub App, formatted as
103-
* `projects/secrets/versions`.
104+
* `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional secrets are
105+
* supported in that location).
104106
* The value may be {@code null}.
105107
*/
106108
@com.google.api.client.util.Key
@@ -195,7 +197,8 @@ public GitHubEnterpriseConfig setInstallationUri(java.lang.String installationUr
195197

196198
/**
197199
* Optional. SecretManager resource containing the private key of the GitHub App, formatted as
198-
* `projects/secrets/versions`.
200+
* `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional secrets are
201+
* supported in that location).
199202
* @return value or {@code null} for none
200203
*/
201204
public java.lang.String getPrivateKeySecretVersion() {
@@ -204,7 +207,8 @@ public java.lang.String getPrivateKeySecretVersion() {
204207

205208
/**
206209
* Optional. SecretManager resource containing the private key of the GitHub App, formatted as
207-
* `projects/secrets/versions`.
210+
* `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional secrets are
211+
* supported in that location).
208212
* @param privateKeySecretVersion privateKeySecretVersion or {@code null} for none
209213
*/
210214
public GitHubEnterpriseConfig setPrivateKeySecretVersion(java.lang.String privateKeySecretVersion) {
@@ -271,7 +275,8 @@ public GitHubEnterpriseConfig setSslCaCertificate(java.lang.String sslCaCertific
271275

272276
/**
273277
* Optional. SecretManager resource containing the webhook secret of the GitHub App, formatted as
274-
* `projects/secrets/versions`.
278+
* `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional secrets are
279+
* supported in that location).
275280
* @return value or {@code null} for none
276281
*/
277282
public java.lang.String getWebhookSecretSecretVersion() {
@@ -280,7 +285,8 @@ public java.lang.String getWebhookSecretSecretVersion() {
280285

281286
/**
282287
* Optional. SecretManager resource containing the webhook secret of the GitHub App, formatted as
283-
* `projects/secrets/versions`.
288+
* `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional secrets are
289+
* supported in that location).
284290
* @param webhookSecretSecretVersion webhookSecretSecretVersion or {@code null} for none
285291
*/
286292
public GitHubEnterpriseConfig setWebhookSecretSecretVersion(java.lang.String webhookSecretSecretVersion) {

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

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

5151
/**
5252
* Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project,
53-
* formatted as `projects/secrets/versions`. This is used to validate webhooks.
53+
* formatted as `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional
54+
* secrets are supported in that location). This is used to validate webhooks.
5455
* The value may be {@code null}.
5556
*/
5657
@com.google.api.client.util.Key
@@ -100,7 +101,8 @@ public GitLabConfig setReadAuthorizerCredential(UserCredential readAuthorizerCre
100101

101102
/**
102103
* Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project,
103-
* formatted as `projects/secrets/versions`. This is used to validate webhooks.
104+
* formatted as `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional
105+
* secrets are supported in that location). This is used to validate webhooks.
104106
* @return value or {@code null} for none
105107
*/
106108
public java.lang.String getWebhookSecretSecretVersion() {
@@ -109,7 +111,8 @@ public java.lang.String getWebhookSecretSecretVersion() {
109111

110112
/**
111113
* Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project,
112-
* formatted as `projects/secrets/versions`. This is used to validate webhooks.
114+
* formatted as `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional
115+
* secrets are supported in that location). This is used to validate webhooks.
113116
* @param webhookSecretSecretVersion webhookSecretSecretVersion or {@code null} for none
114117
*/
115118
public GitLabConfig setWebhookSecretSecretVersion(java.lang.String webhookSecretSecretVersion) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ public final class GitLabEnterpriseConfig extends com.google.api.client.json.Gen
8282

8383
/**
8484
* Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project,
85-
* formatted as `projects/secrets/versions`. This is used to validate webhooks.
85+
* formatted as `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional
86+
* secrets are supported in that location). This is used to validate webhooks.
8687
* The value may be {@code null}.
8788
*/
8889
@com.google.api.client.util.Key
@@ -208,7 +209,8 @@ public GitLabEnterpriseConfig setSslCaCertificate(java.lang.String sslCaCertific
208209

209210
/**
210211
* Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project,
211-
* formatted as `projects/secrets/versions`. This is used to validate webhooks.
212+
* formatted as `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional
213+
* secrets are supported in that location). This is used to validate webhooks.
212214
* @return value or {@code null} for none
213215
*/
214216
public java.lang.String getWebhookSecretSecretVersion() {
@@ -217,7 +219,8 @@ public java.lang.String getWebhookSecretSecretVersion() {
217219

218220
/**
219221
* Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project,
220-
* formatted as `projects/secrets/versions`. This is used to validate webhooks.
222+
* formatted as `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional
223+
* secrets are supported in that location). This is used to validate webhooks.
221224
* @param webhookSecretSecretVersion webhookSecretSecretVersion or {@code null} for none
222225
*/
223226
public GitLabEnterpriseConfig setWebhookSecretSecretVersion(java.lang.String webhookSecretSecretVersion) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public final class OAuthCredential extends com.google.api.client.json.GenericJso
3232

3333
/**
3434
* Required. A SecretManager resource containing the OAuth token that authorizes the connection.
35-
* Format: `projects/secrets/versions`.
35+
* Format: `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional
36+
* secrets are supported in that location).
3637
* The value may be {@code null}.
3738
*/
3839
@com.google.api.client.util.Key
@@ -47,7 +48,8 @@ public final class OAuthCredential extends com.google.api.client.json.GenericJso
4748

4849
/**
4950
* Required. A SecretManager resource containing the OAuth token that authorizes the connection.
50-
* Format: `projects/secrets/versions`.
51+
* Format: `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional
52+
* secrets are supported in that location).
5153
* @return value or {@code null} for none
5254
*/
5355
public java.lang.String getOauthTokenSecretVersion() {
@@ -56,7 +58,8 @@ public java.lang.String getOauthTokenSecretVersion() {
5658

5759
/**
5860
* Required. A SecretManager resource containing the OAuth token that authorizes the connection.
59-
* Format: `projects/secrets/versions`.
61+
* Format: `projects/secrets/versions` or `projects/locations/secrets/versions` (if regional
62+
* secrets are supported in that location).
6063
* @param oauthTokenSecretVersion oauthTokenSecretVersion or {@code null} for none
6164
*/
6265
public OAuthCredential setOauthTokenSecretVersion(java.lang.String oauthTokenSecretVersion) {

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

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

3333
/**
3434
* Required. A SecretManager resource containing the user token that authorizes the Developer
35-
* Connect connection. Format: `projects/secrets/versions`.
35+
* Connect connection. Format: `projects/secrets/versions` or
36+
* `projects/locations/secrets/versions` (if regional secrets are supported in that location).
3637
* The value may be {@code null}.
3738
*/
3839
@com.google.api.client.util.Key
@@ -47,7 +48,8 @@ public final class UserCredential extends com.google.api.client.json.GenericJson
4748

4849
/**
4950
* Required. A SecretManager resource containing the user token that authorizes the Developer
50-
* Connect connection. Format: `projects/secrets/versions`.
51+
* Connect connection. Format: `projects/secrets/versions` or
52+
* `projects/locations/secrets/versions` (if regional secrets are supported in that location).
5153
* @return value or {@code null} for none
5254
*/
5355
public java.lang.String getUserTokenSecretVersion() {
@@ -56,7 +58,8 @@ public java.lang.String getUserTokenSecretVersion() {
5658

5759
/**
5860
* Required. A SecretManager resource containing the user token that authorizes the Developer
59-
* Connect connection. Format: `projects/secrets/versions`.
61+
* Connect connection. Format: `projects/secrets/versions` or
62+
* `projects/locations/secrets/versions` (if regional secrets are supported in that location).
6063
* @param userTokenSecretVersion userTokenSecretVersion or {@code null} for none
6164
*/
6265
public UserCredential setUserTokenSecretVersion(java.lang.String userTokenSecretVersion) {

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

0 commit comments

Comments
 (0)