Reference documentation and code samples for the Datastream V1alpha1 API class Google::Cloud::Datastream::V1alpha1::MysqlDatabase.
MySQL database.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database_name
def database_name() -> ::String
Returns
- (::String) — Database name.
#database_name=
def database_name=(value) -> ::String
Parameter
- value (::String) — Database name.
Returns
- (::String) — Database name.
#mysql_tables
def mysql_tables() -> ::Array<::Google::Cloud::Datastream::V1alpha1::MysqlTable>
Returns
- (::Array<::Google::Cloud::Datastream::V1alpha1::MysqlTable>) — Tables in the database.
#mysql_tables=
def mysql_tables=(value) -> ::Array<::Google::Cloud::Datastream::V1alpha1::MysqlTable>
Parameter
- value (::Array<::Google::Cloud::Datastream::V1alpha1::MysqlTable>) — Tables in the database.
Returns
- (::Array<::Google::Cloud::Datastream::V1alpha1::MysqlTable>) — Tables in the database.