Interface SourceTextFilterOrBuilder (2.42.0)

public interface SourceTextFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSourceMaxLengthFilter()

public abstract long getSourceMaxLengthFilter()

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

int64 source_max_length_filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The sourceMaxLengthFilter.

getSourceMinLengthFilter()

public abstract long getSourceMinLengthFilter()

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

int64 source_min_length_filter = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
long

The sourceMinLengthFilter.