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
feat: added display_name field in AuthConfigTemplate message
feat: added description field in AuthConfigTemplate message
feat: added OAUTH2_AUTH_CODE_FLOW in AuthType enum
feat: added is_advanced field in ConfigVariableTemplate message
feat: added PRIVATE_PREVIEW in LaunchStage enum
feat: added SslConfig in Connection message
feat: added name field in ConnectionSchemaMetadata message
feat: added update_time field in ConnectionSchemaMetadata message
feat: added refresh_time field in ConnectionSchemaMetadata message
feat: added state field in ConnectionSchemaMetadata message
fix!: fix the resource reference to ConnectionSchemaMetadata resource.
feat: added a refreshConnectionSchema API
feat: added AUTHORIZATION_REQUIRED in State enum
feat: added SslConfigTemplate field in ConnectorVersion message
feat: added a GetGlobalSettings API
PiperOrigin-RevId: 519106228
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566