SourceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The configuration of the stream source.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
source_connection_profile |
str
Required. Source connection profile resoource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
|
oracle_source_config |
google.cloud.datastream_v1.types.OracleSourceConfig
Oracle data source configuration This field is a member of oneof _ source_stream_config .
|
mysql_source_config |
google.cloud.datastream_v1.types.MysqlSourceConfig
MySQL data source configuration This field is a member of oneof _ source_stream_config .
|