postgresqlSourceConfig property
PostgreSQL data source configuration.
Implementation
@$pb.TagNumber(102)
PostgresqlSourceConfig get postgresqlSourceConfig => $_getN(3);
Implementation
@$pb.TagNumber(102)
set postgresqlSourceConfig(PostgresqlSourceConfig v) {
setField(102, v);
}