Class: Google::Cloud::Datastream::V1::DiscoverConnectionProfileResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::DiscoverConnectionProfileResponse
- 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
-
#mysql_rdbms ⇒ ::Google::Cloud::Datastream::V1::MysqlRdbms
Enriched MySQL RDBMS object.
-
#oracle_rdbms ⇒ ::Google::Cloud::Datastream::V1::OracleRdbms
Enriched Oracle RDBMS object.
-
#postgresql_rdbms ⇒ ::Google::Cloud::Datastream::V1::PostgresqlRdbms
Enriched PostgreSQL RDBMS object.
Instance Attribute Details
#mysql_rdbms ⇒ ::Google::Cloud::Datastream::V1::MysqlRdbms
Returns Enriched MySQL RDBMS object.
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.
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.
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 |