Reference documentation and code samples for the Google Cloud Dms V1 Client class DatabaseType.
A message defining the database engine and provider.
Generated from protobuf message google.cloud.clouddms.v1.DatabaseType
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ provider |
int
The database provider. |
↳ engine |
int
The database engine. |
getProvider
The database provider.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DatabaseProvider. |
setProvider
The database provider.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DatabaseProvider. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEngine
The database engine.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DatabaseEngine. |
setEngine
The database engine.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DatabaseEngine. |
| Returns | |
|---|---|
| Type | Description |
$this |
|