Class: Google::Cloud::Datastream::V1::SourceConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#mysql_source_config::Google::Cloud::Datastream::V1::MysqlSourceConfig

Returns MySQL data source configuration.

Note: The following fields are mutually exclusive: mysql_source_config, oracle_source_config, postgresql_source_config, sql_server_source_config, salesforce_source_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::MysqlSourceConfig)

    MySQL data source configuration.

    Note: The following fields are mutually exclusive: mysql_source_config, oracle_source_config, postgresql_source_config, sql_server_source_config, salesforce_source_config. If a field in that set is populated, all other fields in the set will automatically be cleared.



1179
1180
1181
1182
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1179

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.

Note: The following fields are mutually exclusive: oracle_source_config, mysql_source_config, postgresql_source_config, sql_server_source_config, salesforce_source_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::OracleSourceConfig)

    Oracle data source configuration.

    Note: The following fields are mutually exclusive: oracle_source_config, mysql_source_config, postgresql_source_config, sql_server_source_config, salesforce_source_config. If a field in that set is populated, all other fields in the set will automatically be cleared.



1179
1180
1181
1182
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1179

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.

Note: The following fields are mutually exclusive: postgresql_source_config, oracle_source_config, mysql_source_config, sql_server_source_config, salesforce_source_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::PostgresqlSourceConfig)

    PostgreSQL data source configuration.

    Note: The following fields are mutually exclusive: postgresql_source_config, oracle_source_config, mysql_source_config, sql_server_source_config, salesforce_source_config. If a field in that set is populated, all other fields in the set will automatically be cleared.



1179
1180
1181
1182
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1179

class SourceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#salesforce_source_config::Google::Cloud::Datastream::V1::SalesforceSourceConfig

Returns Salesforce data source configuration.

Note: The following fields are mutually exclusive: salesforce_source_config, oracle_source_config, mysql_source_config, postgresql_source_config, sql_server_source_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::SalesforceSourceConfig)

    Salesforce data source configuration.

    Note: The following fields are mutually exclusive: salesforce_source_config, oracle_source_config, mysql_source_config, postgresql_source_config, sql_server_source_config. If a field in that set is populated, all other fields in the set will automatically be cleared.



1179
1180
1181
1182
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1179

class SourceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_connection_profile::String

Returns Required. Source connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}.

Returns:

  • (::String)

    Required. Source connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}



1179
1180
1181
1182
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1179

class SourceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sql_server_source_config::Google::Cloud::Datastream::V1::SqlServerSourceConfig

Returns SQLServer data source configuration.

Note: The following fields are mutually exclusive: sql_server_source_config, oracle_source_config, mysql_source_config, postgresql_source_config, salesforce_source_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::SqlServerSourceConfig)

    SQLServer data source configuration.

    Note: The following fields are mutually exclusive: sql_server_source_config, oracle_source_config, mysql_source_config, postgresql_source_config, salesforce_source_config. If a field in that set is populated, all other fields in the set will automatically be cleared.



1179
1180
1181
1182
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1179

class SourceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end