Class: Google::Cloud::Datastream::V1alpha1::SourceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::SourceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb
Overview
The configuration of the stream source.
Instance Attribute Summary collapse
-
#mysql_source_config ⇒ ::Google::Cloud::Datastream::V1alpha1::MysqlSourceConfig
MySQL data source configuration.
-
#oracle_source_config ⇒ ::Google::Cloud::Datastream::V1alpha1::OracleSourceConfig
Oracle data source configuration.
-
#source_connection_profile_name ⇒ ::String
Required.
Instance Attribute Details
#mysql_source_config ⇒ ::Google::Cloud::Datastream::V1alpha1::MysqlSourceConfig
Returns 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.
502 503 504 505 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 502 class SourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oracle_source_config ⇒ ::Google::Cloud::Datastream::V1alpha1::OracleSourceConfig
Returns 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.
502 503 504 505 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 502 class SourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_connection_profile_name ⇒ ::String
Returns Required. Source connection profile identifier.
502 503 504 505 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 502 class SourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |