Google Cloud Datastream V1 Client - Class MysqlSourceConfig (1.0.5)
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 MysqlSourceConfig.
MySQL source configuration
Generated from protobuf message google.cloud.datastream.v1.MysqlSourceConfig
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ include_objects |
Google\Cloud\Datastream\V1\MysqlRdbms
MySQL objects to retrieve from the source. |
↳ exclude_objects |
Google\Cloud\Datastream\V1\MysqlRdbms
MySQL objects to exclude from the stream. |
↳ max_concurrent_cdc_tasks |
int
Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used. |
getIncludeObjects
MySQL objects to retrieve from the source.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Datastream\V1\MysqlRdbms|null |
|
hasIncludeObjects
clearIncludeObjects
setIncludeObjects
MySQL objects to retrieve from the source.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Datastream\V1\MysqlRdbms
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExcludeObjects
MySQL objects to exclude from the stream.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Datastream\V1\MysqlRdbms|null |
|
hasExcludeObjects
clearExcludeObjects
setExcludeObjects
MySQL objects to exclude from the stream.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Datastream\V1\MysqlRdbms
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMaxConcurrentCdcTasks
Maximum number of concurrent CDC tasks. The number should be non negative.
If not set (or set to 0), the system's default value will be used.
| Returns | |
|---|---|
| Type | Description |
int |
|
setMaxConcurrentCdcTasks
Maximum number of concurrent CDC tasks. The number should be non negative.
If not set (or set to 0), the system's default value will be used.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|