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.

Note: The following fields are mutually exclusive: mysql_rdbms, oracle_rdbms, postgresql_rdbms, sql_server_rdbms. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::MysqlRdbms)

    Enriched MySQL RDBMS object.

    Note: The following fields are mutually exclusive: mysql_rdbms, oracle_rdbms, postgresql_rdbms, sql_server_rdbms. If a field in that set is populated, all other fields in the set will automatically be cleared.



96
97
98
99
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 96

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. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::OracleRdbms)

    Enriched Oracle RDBMS object.

    Note: The following fields are mutually exclusive: oracle_rdbms, mysql_rdbms, postgresql_rdbms, sql_server_rdbms. If a field in that set is populated, all other fields in the set will automatically be cleared.



96
97
98
99
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 96

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. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::PostgresqlRdbms)

    Enriched PostgreSQL RDBMS object.

    Note: The following fields are mutually exclusive: postgresql_rdbms, oracle_rdbms, mysql_rdbms, sql_server_rdbms. If a field in that set is populated, all other fields in the set will automatically be cleared.



96
97
98
99
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 96

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. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1::SqlServerRdbms)

    Enriched SQLServer RDBMS object.

    Note: The following fields are mutually exclusive: sql_server_rdbms, oracle_rdbms, mysql_rdbms, postgresql_rdbms. If a field in that set is populated, all other fields in the set will automatically be cleared.



96
97
98
99
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 96

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