Class: Google::Cloud::Datastream::V1::SourceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SourceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
The configuration of the stream source.
Instance Attribute Summary collapse
-
#mysql_source_config ⇒ ::Google::Cloud::Datastream::V1::MysqlSourceConfig
MySQL data source configuration.
-
#oracle_source_config ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig
Oracle data source configuration.
-
#postgresql_source_config ⇒ ::Google::Cloud::Datastream::V1::PostgresqlSourceConfig
PostgreSQL data source configuration.
-
#source_connection_profile ⇒ ::String
Required.
Instance Attribute Details
#mysql_source_config ⇒ ::Google::Cloud::Datastream::V1::MysqlSourceConfig
Returns MySQL data source configuration.
653 654 655 656 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 653 class SourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oracle_source_config ⇒ ::Google::Cloud::Datastream::V1::OracleSourceConfig
Returns Oracle data source configuration.
653 654 655 656 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 653 class SourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#postgresql_source_config ⇒ ::Google::Cloud::Datastream::V1::PostgresqlSourceConfig
Returns PostgreSQL data source configuration.
653 654 655 656 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 653 class SourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_connection_profile ⇒ ::String
Returns Required. Source connection profile resoource.
Format: projects/{project}/locations/{location}/connectionProfiles/{name}
.
653 654 655 656 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 653 class SourceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |