Class: Google::Cloud::Datastream::V1::DiscoverConnectionProfileResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream.rb

Overview

Response from a discover request.

Instance Attribute Summary collapse

Instance Attribute Details

#mysql_rdbms::Google::Cloud::Datastream::V1::MysqlRdbms

Returns Enriched MySQL RDBMS object.

Returns:



66
67
68
69
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 66

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

#oracle_rdbms::Google::Cloud::Datastream::V1::OracleRdbms

Returns Enriched Oracle RDBMS object.

Returns:



66
67
68
69
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 66

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

#postgresql_rdbms::Google::Cloud::Datastream::V1::PostgresqlRdbms

Returns Enriched PostgreSQL RDBMS object.

Returns:



66
67
68
69
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 66

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