Skip to content

Commit e451043

Browse files
feat(developerconnect): update the API
#### developerconnect:v1 The following keys were added: - schemas.GitProxyConfig.properties.httpProxyBaseUri.description - schemas.GitProxyConfig.properties.httpProxyBaseUri.readOnly - schemas.GitProxyConfig.properties.httpProxyBaseUri.type - schemas.ProviderOAuthConfig.properties.systemProviderId.enumDeprecated - schemas.StartOAuthResponse.properties.systemProviderId.enumDeprecated The following keys were changed: - schemas.ProviderOAuthConfig.properties.systemProviderId.enumDescriptions - schemas.StartOAuthResponse.properties.systemProviderId.enumDescriptions
1 parent 1539cb9 commit e451043

File tree

2 files changed

+44
-13
lines changed

2 files changed

+44
-13
lines changed

discovery/developerconnect-v1.json

Lines changed: 40 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,7 +1754,7 @@
17541754
}
17551755
}
17561756
},
1757-
"revision": "20251209",
1757+
"revision": "20251211",
17581758
"rootUrl": "https://developerconnect.googleapis.com/",
17591759
"schemas": {
17601760
"AccountConnector": {
@@ -2493,6 +2493,11 @@
24932493
"enabled": {
24942494
"description": "Optional. Setting this to true allows the git proxy to be used for performing git operations on the repositories linked in the connection.",
24952495
"type": "boolean"
2496+
},
2497+
"httpProxyBaseUri": {
2498+
"description": "Output only. The base URI for the HTTP proxy endpoint. Has the format `https://{generatedID}-c-h-{shortRegion}.developerconnect.dev` Populated only when enabled is set to true. This endpoint is used by other Google services that integrate with Developer Connect.",
2499+
"readOnly": true,
2500+
"type": "string"
24962501
}
24972502
},
24982503
"type": "object"
@@ -3196,16 +3201,27 @@
31963201
"DATASTAX",
31973202
"DYNATRACE"
31983203
],
3204+
"enumDeprecated": [
3205+
false,
3206+
false,
3207+
false,
3208+
true,
3209+
true,
3210+
true,
3211+
true,
3212+
true,
3213+
true
3214+
],
31993215
"enumDescriptions": [
32003216
"No system provider specified.",
32013217
"GitHub provider. Scopes can be found at https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes",
32023218
"GitLab provider. Scopes can be found at https://docs.gitlab.com/user/profile/personal_access_tokens/#personal-access-token-scopes",
3203-
"Google provider. Recommended scopes: \"https://www.googleapis.com/auth/drive.readonly\", \"https://www.googleapis.com/auth/documents.readonly\"",
3204-
"Sentry provider. Scopes can be found at https://docs.sentry.io/api/permissions/",
3205-
"Rovo provider. Must select the \"rovo\" scope.",
3206-
"New Relic provider. No scopes are allowed.",
3207-
"Datastax provider. No scopes are allowed.",
3208-
"Dynatrace provider."
3219+
"Deprecated: This provider is no longer supported. Google provider. Recommended scopes: \"https://www.googleapis.com/auth/drive.readonly\", \"https://www.googleapis.com/auth/documents.readonly\"",
3220+
"Deprecated: This provider is no longer supported. Sentry provider. Scopes can be found at https://docs.sentry.io/api/permissions/",
3221+
"Deprecated: This provider is no longer supported. Rovo provider. Must select the \"rovo\" scope.",
3222+
"Deprecated: This provider is no longer supported. New Relic provider. No scopes are allowed.",
3223+
"Deprecated: This provider is no longer supported. Datastax provider. No scopes are allowed.",
3224+
"Deprecated: This provider is no longer supported. Dynatrace provider."
32093225
],
32103226
"type": "string"
32113227
}
@@ -3309,16 +3325,27 @@
33093325
"DATASTAX",
33103326
"DYNATRACE"
33113327
],
3328+
"enumDeprecated": [
3329+
false,
3330+
false,
3331+
false,
3332+
true,
3333+
true,
3334+
true,
3335+
true,
3336+
true,
3337+
true
3338+
],
33123339
"enumDescriptions": [
33133340
"No system provider specified.",
33143341
"GitHub provider. Scopes can be found at https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes",
33153342
"GitLab provider. Scopes can be found at https://docs.gitlab.com/user/profile/personal_access_tokens/#personal-access-token-scopes",
3316-
"Google provider. Recommended scopes: \"https://www.googleapis.com/auth/drive.readonly\", \"https://www.googleapis.com/auth/documents.readonly\"",
3317-
"Sentry provider. Scopes can be found at https://docs.sentry.io/api/permissions/",
3318-
"Rovo provider. Must select the \"rovo\" scope.",
3319-
"New Relic provider. No scopes are allowed.",
3320-
"Datastax provider. No scopes are allowed.",
3321-
"Dynatrace provider."
3343+
"Deprecated: This provider is no longer supported. Google provider. Recommended scopes: \"https://www.googleapis.com/auth/drive.readonly\", \"https://www.googleapis.com/auth/documents.readonly\"",
3344+
"Deprecated: This provider is no longer supported. Sentry provider. Scopes can be found at https://docs.sentry.io/api/permissions/",
3345+
"Deprecated: This provider is no longer supported. Rovo provider. Must select the \"rovo\" scope.",
3346+
"Deprecated: This provider is no longer supported. New Relic provider. No scopes are allowed.",
3347+
"Deprecated: This provider is no longer supported. Datastax provider. No scopes are allowed.",
3348+
"Deprecated: This provider is no longer supported. Dynatrace provider."
33223349
],
33233350
"type": "string"
33243351
},

src/apis/developerconnect/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,10 @@ export namespace developerconnect_v1 {
686686
* Optional. Setting this to true allows the git proxy to be used for performing git operations on the repositories linked in the connection.
687687
*/
688688
enabled?: boolean | null;
689+
/**
690+
* Output only. The base URI for the HTTP proxy endpoint. Has the format `https://{generatedID\}-c-h-{shortRegion\}.developerconnect.dev` Populated only when enabled is set to true. This endpoint is used by other Google services that integrate with Developer Connect.
691+
*/
692+
httpProxyBaseUri?: string | null;
689693
}
690694
/**
691695
* Message describing the GitRepositoryLink object

0 commit comments

Comments
 (0)