Google Cloud Dms V1 Client - Class FilterTableColumns (1.4.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIncludeColumns

Optional. List of columns to be included for a particular table.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getExcludeColumns

Optional. List of columns to be excluded for a particular table.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setExcludeColumns

Optional. List of columns to be excluded for a particular table.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this