Class: Google::Cloud::Datastream::V1alpha1::DiscoverConnectionProfileResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::DiscoverConnectionProfileResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream.rb
Instance Attribute Summary collapse
-
#mysql_rdbms ⇒ ::Google::Cloud::Datastream::V1alpha1::MysqlRdbms
Enriched MySQL RDBMS object.
-
#oracle_rdbms ⇒ ::Google::Cloud::Datastream::V1alpha1::OracleRdbms
Enriched Oracle RDBMS object.
Instance Attribute Details
#mysql_rdbms ⇒ ::Google::Cloud::Datastream::V1alpha1::MysqlRdbms
Returns Enriched MySQL RDBMS object.
59 60 61 62 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 59 class DiscoverConnectionProfileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oracle_rdbms ⇒ ::Google::Cloud::Datastream::V1alpha1::OracleRdbms
Returns Enriched Oracle RDBMS object.
59 60 61 62 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 59 class DiscoverConnectionProfileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |