Class SourceConfig (1.5.0)

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

NameDescription
source_connection_profile_name str
Required. Source connection profile identifier.
oracle_source_config google.cloud.datastream_v1alpha1.types.OracleSourceConfig
Oracle data source configuration This field is a member of oneof_ source_stream_config.
mysql_source_config google.cloud.datastream_v1alpha1.types.MysqlSourceConfig
MySQL data source configuration This field is a member of oneof_ source_stream_config.