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
-
#mongodb_cluster ⇒ ::Google::Cloud::Datastream::V1::MongodbCluster
Enriched MongoDB cluster.
-
#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.
-
#salesforce_org ⇒ ::Google::Cloud::Datastream::V1::SalesforceOrg
Enriched Salesforce organization.
-
#sql_server_rdbms ⇒ ::Google::Cloud::Datastream::V1::SqlServerRdbms
Enriched SQLServer RDBMS object.
Instance Attribute Details
#mongodb_cluster ⇒ ::Google::Cloud::Datastream::V1::MongodbCluster
Returns Enriched MongoDB cluster.
Note: The following fields are mutually exclusive: mongodb_cluster, oracle_rdbms, mysql_rdbms, postgresql_rdbms, sql_server_rdbms, salesforce_org. If a field in that set is populated, all other fields in the set will automatically be cleared.
116 117 118 119 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 116 class DiscoverConnectionProfileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mysql_rdbms ⇒ ::Google::Cloud::Datastream::V1::MysqlRdbms
Returns Enriched MySQL RDBMS object.
Note: The following fields are mutually exclusive: mysql_rdbms, oracle_rdbms, postgresql_rdbms, sql_server_rdbms, salesforce_org, mongodb_cluster. If a field in that set is populated, all other fields in the set will automatically be cleared.
116 117 118 119 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 116 class DiscoverConnectionProfileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oracle_rdbms ⇒ ::Google::Cloud::Datastream::V1::OracleRdbms
Returns Enriched Oracle RDBMS object.
Note: The following fields are mutually exclusive: oracle_rdbms, mysql_rdbms, postgresql_rdbms, sql_server_rdbms, salesforce_org, mongodb_cluster. If a field in that set is populated, all other fields in the set will automatically be cleared.
116 117 118 119 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 116 class DiscoverConnectionProfileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#postgresql_rdbms ⇒ ::Google::Cloud::Datastream::V1::PostgresqlRdbms
Returns Enriched PostgreSQL RDBMS object.
Note: The following fields are mutually exclusive: postgresql_rdbms, oracle_rdbms, mysql_rdbms, sql_server_rdbms, salesforce_org, mongodb_cluster. If a field in that set is populated, all other fields in the set will automatically be cleared.
116 117 118 119 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 116 class DiscoverConnectionProfileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#salesforce_org ⇒ ::Google::Cloud::Datastream::V1::SalesforceOrg
Returns Enriched Salesforce organization.
Note: The following fields are mutually exclusive: salesforce_org, oracle_rdbms, mysql_rdbms, postgresql_rdbms, sql_server_rdbms, mongodb_cluster. If a field in that set is populated, all other fields in the set will automatically be cleared.
116 117 118 119 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 116 class DiscoverConnectionProfileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sql_server_rdbms ⇒ ::Google::Cloud::Datastream::V1::SqlServerRdbms
Returns Enriched SQLServer RDBMS object.
Note: The following fields are mutually exclusive: sql_server_rdbms, oracle_rdbms, mysql_rdbms, postgresql_rdbms, salesforce_org, mongodb_cluster. If a field in that set is populated, all other fields in the set will automatically be cleared.
116 117 118 119 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 116 class DiscoverConnectionProfileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |