Commit graph

4 commits

Author SHA1 Message Date
Google APIs
888ae95dd6 fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 807444457
2025-09-15 17:15:55 -07:00
Google APIs
3a483200a3 feat: add DCI insights config proto
feat: a new message `google.cloud.developerconnect.v1.AccountConnector` is added
feat: a new message `google.cloud.developerconnect.v1.User` is added
feat: a new enum `google.cloud.developerconnect.v1.SystemProvider` is added
feat: a new message `google.cloud.developerconnect.v1.GitProxyConfig` is added
feat: a new field `bitbucket_data_center_config` is added to message `google.cloud.developerconnect.v1.Connection`
feat: a new field `bitbucket_cloud_config` is added to message `google.cloud.developerconnect.v1.Connection`
feat: a new field `provider_oauth_config` is added to message `google.cloud.developerconnect.v1.AccountConnector`
feat: a new field `oauth_start_uri` is added to message `google.cloud.developerconnect.v1.AccountConnector`
docs: A comment for field `uid` in message `.google.cloud.developerconnect.v1.Connection` is changed
docs: A comment for field `uid` in message `.google.cloud.developerconnect.v1.GitRepositoryLink` is changed

PiperOrigin-RevId: 774881785
2025-06-23 12:26:10 -07:00
Google APIs
780e28a71a chore(ruby): Configure managed_kafka and developer_connect clients
PiperOrigin-RevId: 642685522
2024-06-12 11:47:46 -07:00
Google APIs
117ea07cb6 feat: release public preview Developer Connect client
PiperOrigin-RevId: 636308794
2024-05-22 15:12:53 -07:00