Reference documentation and code samples for the Google Cloud Dms V1 Client class FilterTableColumns.
Options to configure rule type FilterTableColumns.
The rule is used to filter the list of columns to include or exclude from a table. The rule filter field can refer to one entity. The rule scope can be: Table Only one of the two lists can be specified for the rule.
Generated from protobuf message google.cloud.clouddms.v1.FilterTableColumns
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ include_columns |
array
Optional. List of columns to be included for a particular table. |
↳ exclude_columns |
array
Optional. List of columns to be excluded for a particular table. |
getIncludeColumns
Optional. List of columns to be included for a particular table.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIncludeColumns
Optional. List of columns to be included for a particular table.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getExcludeColumns
Optional. List of columns to be excluded for a particular table.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setExcludeColumns
Optional. List of columns to be excluded for a particular table.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |