Class: Google::Cloud::Datastream::V1::MysqlDatabase

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

Overview

MySQL database.

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns Database name.

Returns:

  • (::String)

    Database name.



604
605
606
607
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 604

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

#mysql_tables::Array<::Google::Cloud::Datastream::V1::MysqlTable>

Returns Tables in the database.

Returns:



604
605
606
607
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 604

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