Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SelectedObjects.
A list of objects that the user selects for replication from an external source instance.
Generated from protobuf message google.cloud.sql.v1.SelectedObjects
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ database |
string
Required. The name of the database to migrate. |
getDatabase
Required. The name of the database to migrate.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDatabase
Required. The name of the database to migrate.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|