Class: Google::Cloud::Datastream::V1alpha1::DiscoverConnectionProfileResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#mysql_rdbms::Google::Cloud::Datastream::V1alpha1::MysqlRdbms

Returns Enriched MySQL RDBMS object.

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

Returns:

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

    Enriched MySQL RDBMS object.

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



75
76
77
78
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 75

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

#oracle_rdbms::Google::Cloud::Datastream::V1alpha1::OracleRdbms

Returns Enriched Oracle RDBMS object.

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

Returns:

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

    Enriched Oracle RDBMS object.

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



75
76
77
78
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 75

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