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