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 \ V1Methods
__construct
Constructor.
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.
int|string
setSourceMinLengthFilter
Optional. The filter will match columns with length greater than or equal to this number.
var
int|string
$this
getSourceMaxLengthFilter
Optional. The filter will match columns with length smaller than or equal to this number.
int|string
setSourceMaxLengthFilter
Optional. The filter will match columns with length smaller than or equal to this number.
var
int|string
$this