Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class ExternalSyncSelectedObject.
The selected object that Cloud SQL migrates.
Generated from protobuf message google.cloud.sql.v1.ExternalSyncSelectedObject
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ database |
string
The name of the database that Cloud SQL migrates. |
getDatabase
The name of the database that Cloud SQL migrates.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDatabase
The name of the database that Cloud SQL migrates.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|