Class: Google::Cloud::Datastream::V1alpha1::MysqlDatabase

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

Overview

MySQL database.

Instance Attribute Summary collapse

Instance Attribute Details

#database_name::String

Returns Database name.

Returns:

  • (::String)

    Database name.



444
445
446
447
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 444

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

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

Returns Tables in the database.

Returns:



444
445
446
447
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 444

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