Reference documentation and code samples for the Datastream V1alpha1 API class Google::Cloud::Datastream::V1alpha1::SourceConfig.
The configuration of the stream source.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mysql_source_config
def mysql_source_config() -> ::Google::Cloud::Datastream::V1alpha1::MysqlSourceConfig
-
(::Google::Cloud::Datastream::V1alpha1::MysqlSourceConfig) — MySQL data source configuration
Note: The following fields are mutually exclusive:
mysql_source_config
,oracle_source_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#mysql_source_config=
def mysql_source_config=(value) -> ::Google::Cloud::Datastream::V1alpha1::MysqlSourceConfig
-
value (::Google::Cloud::Datastream::V1alpha1::MysqlSourceConfig) — MySQL data source configuration
Note: The following fields are mutually exclusive:
mysql_source_config
,oracle_source_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1alpha1::MysqlSourceConfig) — MySQL data source configuration
Note: The following fields are mutually exclusive:
mysql_source_config
,oracle_source_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#oracle_source_config
def oracle_source_config() -> ::Google::Cloud::Datastream::V1alpha1::OracleSourceConfig
-
(::Google::Cloud::Datastream::V1alpha1::OracleSourceConfig) — Oracle data source configuration
Note: The following fields are mutually exclusive:
oracle_source_config
,mysql_source_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#oracle_source_config=
def oracle_source_config=(value) -> ::Google::Cloud::Datastream::V1alpha1::OracleSourceConfig
-
value (::Google::Cloud::Datastream::V1alpha1::OracleSourceConfig) — Oracle data source configuration
Note: The following fields are mutually exclusive:
oracle_source_config
,mysql_source_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1alpha1::OracleSourceConfig) — Oracle data source configuration
Note: The following fields are mutually exclusive:
oracle_source_config
,mysql_source_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#source_connection_profile_name
def source_connection_profile_name() -> ::String
- (::String) — Required. Source connection profile identifier.
#source_connection_profile_name=
def source_connection_profile_name=(value) -> ::String
- value (::String) — Required. Source connection profile identifier.
- (::String) — Required. Source connection profile identifier.