Google Cloud Datastream V1 Client - Class MysqlRdbms (2.5.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Datastream V1 Client class MysqlRdbms.
MySQL database structure
Generated from protobuf message google.cloud.datastream.v1.MysqlRdbms
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ mysql_databases |
array<MysqlDatabase>
Mysql databases on the server |
getMysqlDatabases
Mysql databases on the server
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setMysqlDatabases
Mysql databases on the server
| Parameter | |
|---|---|
| Name | Description |
var |
array<MysqlDatabase>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|