Class: Google::Cloud::Datastream::V1alpha1::SourceConfig

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

Instance Attribute Details

#mysql_source_config::Google::Cloud::Datastream::V1alpha1::MysqlSourceConfig

Returns MySQL data source configuration.

Returns:



480
481
482
483
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 480

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.

Returns:



480
481
482
483
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 480

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

#source_connection_profile_name::String

Returns Required. Source connection profile identifier.

Returns:

  • (::String)

    Required. Source connection profile identifier.



480
481
482
483
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 480

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