SourceConfigResponse

data class SourceConfigResponse(val mysqlSourceConfig: MysqlSourceConfigResponse, val oracleSourceConfig: OracleSourceConfigResponse, val postgresqlSourceConfig: PostgresqlSourceConfigResponse, val sourceConnectionProfile: String)

The configuration of the stream source.

Constructors

Link copied to clipboard
fun SourceConfigResponse(mysqlSourceConfig: MysqlSourceConfigResponse, oracleSourceConfig: OracleSourceConfigResponse, postgresqlSourceConfig: PostgresqlSourceConfigResponse, sourceConnectionProfile: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

MySQL data source configuration.

Link copied to clipboard

Oracle data source configuration.

Link copied to clipboard

PostgreSQL data source configuration.

Link copied to clipboard

Source connection profile resoource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}