Google Cloud Dms V1 Client - Class SourceTextFilter (1.5.0)

Reference documentation and code samples for the Google Cloud Dms V1 Client class SourceTextFilter.

Filter for text-based data types like varchar.

Generated from protobuf message google.cloud.clouddms.v1.SourceTextFilter

Namespace

Google \ Cloud \ CloudDms \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ source_min_length_filter int|string

Optional. The filter will match columns with length greater than or equal to this number.

↳ source_max_length_filter int|string

Optional. The filter will match columns with length smaller than or equal to this number.

getSourceMinLengthFilter

Optional. The filter will match columns with length greater than or equal to this number.

Returns
TypeDescription
int|string

setSourceMinLengthFilter

Optional. The filter will match columns with length greater than or equal to this number.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getSourceMaxLengthFilter

Optional. The filter will match columns with length smaller than or equal to this number.

Returns
TypeDescription
int|string

setSourceMaxLengthFilter

Optional. The filter will match columns with length smaller than or equal to this number.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this