StreamSourceConfig

data class StreamSourceConfig(val mysqlSourceConfig: StreamSourceConfigMysqlSourceConfig? = null, val oracleSourceConfig: StreamSourceConfigOracleSourceConfig? = null, val postgresqlSourceConfig: StreamSourceConfigPostgresqlSourceConfig? = null, val sourceConnectionProfile: String)

Constructors

Link copied to clipboard
constructor(mysqlSourceConfig: StreamSourceConfigMysqlSourceConfig? = null, oracleSourceConfig: StreamSourceConfigOracleSourceConfig? = null, postgresqlSourceConfig: StreamSourceConfigPostgresqlSourceConfig? = null, sourceConnectionProfile: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

MySQL data source configuration. Structure is documented below.

Link copied to clipboard

MySQL data source configuration. Structure is documented below.

Link copied to clipboard

PostgreSQL data source configuration. Structure is documented below.

Link copied to clipboard

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