Skip to content

Comments

feat: Add Secure Source Manager and Generic HTTP Endpoint connection types#32772

Open
gcf-owl-bot[bot] wants to merge 2 commits intomainfrom
owl-bot-copy-google-cloud-developer_connect
Open

feat: Add Secure Source Manager and Generic HTTP Endpoint connection types#32772
gcf-owl-bot[bot] wants to merge 2 commits intomainfrom
owl-bot-copy-google-cloud-developer_connect

Conversation

@gcf-owl-bot
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Feb 20, 2026

  • Regenerate this pull request now.

feat: Add OAuth flow RPCs (StartOAuth, FinishOAuth)
feat: Add Gemini Code Assist GitHub App type
feat: Add HTTP Proxy base URI field
feat: Add Deployment Events to Insights API (GetDeploymentEvent, ListDeploymentEvents)
feat: Add Cloud Run and App Hub Service runtimes to InsightsConfig
feat: Add Projects field to InsightsConfig for project tracking
feat: A new message google.cloud.developerconnect.v1.GenericHTTPEndpointConfig is added
feat: A new message google.cloud.developerconnect.v1.SecureSourceManagerInstanceConfig is added
feat: A new message google.cloud.developerconnect.v1.StartOAuthRequest is added
feat: A new message google.cloud.developerconnect.v1.StartOAuthResponse is added
feat: A new message google.cloud.developerconnect.v1.FinishOAuthRequest is added
feat: A new message google.cloud.developerconnect.v1.FinishOAuthResponse is added
feat: A new message google.cloud.developerconnect.v1.insights.Projects is added
feat: A new message google.cloud.developerconnect.v1.insights.GoogleCloudRun is added
feat: A new message google.cloud.developerconnect.v1.insights.AppHubService is added
feat: A new message google.cloud.developerconnect.v1.insights.DeploymentEvent is added
feat: A new message google.cloud.developerconnect.v1.insights.GetDeploymentEventRequest is added
feat: A new message google.cloud.developerconnect.v1.insights.ListDeploymentEventsRequest is added
feat: A new message google.cloud.developerconnect.v1.insights.ListDeploymentEventsResponse is added
feat: A new message google.cloud.developerconnect.v1.insights.ArtifactDeployment is added
feat: A new field secure_source_manager_instance_config is added to message google.cloud.developerconnect.v1.Connection
feat: A new field http_config is added to message google.cloud.developerconnect.v1.Connection
feat: A new field http_proxy_base_uri is added to message google.cloud.developerconnect.v1.HTTPProxyConfig
feat: A new enum value GEMINI_CODE_ASSIST is added to enum google.cloud.developerconnect.v1.GitHubConfig.GitHubApp
feat: A new field organization is added to message google.cloud.developerconnect.v1.GitHubEnterpriseConfig
feat: A new field projects is added to message google.cloud.developerconnect.v1.insights.InsightsConfig
feat: A new field google_cloud_run is added to message google.cloud.developerconnect.v1.insights.RuntimeConfig
feat: A new field app_hub_service is added to message google.cloud.developerconnect.v1.insights.RuntimeConfig
docs: Updated comments to include regional secret patterns for SecretManager fields in GitHubConfig, OAuthCredential, UserCredential, GitLabConfig, GitLabEnterpriseConfig, BitbucketDataCenterConfig, and BitbucketCloudConfig
docs: Updated comment for CreateGitRepositoryLink RPC in google.cloud.developerconnect.v1.DeveloperConnect
docs: Updated description for google.cloud.location.Locations.ListLocations in YAML
docs: Corrected typos in comments for google.cloud.developerconnect.v1.insights.InsightsConfig and google.cloud.developerconnect.v1.insights.ArtifactConfig

PiperOrigin-RevId: 872542190

Source-Link: googleapis/googleapis@7ed997c

Source-Link: https://github.com/googleapis/googleapis-gen/commit/6db7ec7134872eff2adfb89632e609f4621eaf4d
Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWRldmVsb3Blcl9jb25uZWN0Ly5Pd2xCb3QueWFtbCIsImgiOiI2ZGI3ZWM3MTM0ODcyZWZmMmFkZmI4OTYzMmU2MDlmNDYyMWVhZjRkIn0=

…types

feat: Add OAuth flow RPCs (StartOAuth, FinishOAuth)
feat: Add Gemini Code Assist GitHub App type
feat: Add HTTP Proxy base URI field
feat: Add Deployment Events to Insights API (GetDeploymentEvent, ListDeploymentEvents)
feat: Add Cloud Run and App Hub Service runtimes to InsightsConfig
feat: Add Projects field to InsightsConfig for project tracking
feat: A new message `google.cloud.developerconnect.v1.GenericHTTPEndpointConfig` is added
feat: A new message `google.cloud.developerconnect.v1.SecureSourceManagerInstanceConfig` is added
feat: A new message `google.cloud.developerconnect.v1.StartOAuthRequest` is added
feat: A new message `google.cloud.developerconnect.v1.StartOAuthResponse` is added
feat: A new message `google.cloud.developerconnect.v1.FinishOAuthRequest` is added
feat: A new message `google.cloud.developerconnect.v1.FinishOAuthResponse` is added
feat: A new message `google.cloud.developerconnect.v1.insights.Projects` is added
feat: A new message `google.cloud.developerconnect.v1.insights.GoogleCloudRun` is added
feat: A new message `google.cloud.developerconnect.v1.insights.AppHubService` is added
feat: A new message `google.cloud.developerconnect.v1.insights.DeploymentEvent` is added
feat: A new message `google.cloud.developerconnect.v1.insights.GetDeploymentEventRequest` is added
feat: A new message `google.cloud.developerconnect.v1.insights.ListDeploymentEventsRequest` is added
feat: A new message `google.cloud.developerconnect.v1.insights.ListDeploymentEventsResponse` is added
feat: A new message `google.cloud.developerconnect.v1.insights.ArtifactDeployment` is added
feat: A new field `secure_source_manager_instance_config` is added to message `google.cloud.developerconnect.v1.Connection`
feat: A new field `http_config` is added to message `google.cloud.developerconnect.v1.Connection`
feat: A new field `http_proxy_base_uri` is added to message `google.cloud.developerconnect.v1.HTTPProxyConfig`
feat: A new enum value `GEMINI_CODE_ASSIST` is added to enum `google.cloud.developerconnect.v1.GitHubConfig.GitHubApp`
feat: A new field `organization` is added to message `google.cloud.developerconnect.v1.GitHubEnterpriseConfig`
feat: A new field `projects` is added to message `google.cloud.developerconnect.v1.insights.InsightsConfig`
feat: A new field `google_cloud_run` is added to message `google.cloud.developerconnect.v1.insights.RuntimeConfig`
feat: A new field `app_hub_service` is added to message `google.cloud.developerconnect.v1.insights.RuntimeConfig`
docs: Updated comments to include regional secret patterns for SecretManager fields in `GitHubConfig`, `OAuthCredential`, `UserCredential`, `GitLabConfig`, `GitLabEnterpriseConfig`, `BitbucketDataCenterConfig`, and `BitbucketCloudConfig`
docs: Updated comment for `CreateGitRepositoryLink` RPC in `google.cloud.developerconnect.v1.DeveloperConnect`
docs: Updated description for `google.cloud.location.Locations.ListLocations` in YAML
docs: Corrected typos in comments for `google.cloud.developerconnect.v1.insights.InsightsConfig` and `google.cloud.developerconnect.v1.insights.ArtifactConfig`

PiperOrigin-RevId: 872542190

Source-Link: googleapis/googleapis@7ed997c

Source-Link: googleapis/googleapis-gen@6db7ec7
Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWRldmVsb3Blcl9jb25uZWN0Ly5Pd2xCb3QueWFtbCIsImgiOiI2ZGI3ZWM3MTM0ODcyZWZmMmFkZmI4OTYzMmU2MDlmNDYyMWVhZjRkIn0=
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Feb 20, 2026
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 20, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 20, 2026
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review February 20, 2026 00:04
@gcf-owl-bot gcf-owl-bot bot requested review from a team and yoshi-approver as code owners February 20, 2026 00:04
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Feb 20, 2026
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 20, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant