Package com.google.cloud.clouddms.v1
Interface SourceTextFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SourceTextFilter
,SourceTextFilter.Builder
public interface SourceTextFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getSourceMaxLengthFilter()
Optional.long
getSourceMinLengthFilter()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSourceMinLengthFilter
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:
- The sourceMinLengthFilter.
-
getSourceMaxLengthFilter
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:
- The sourceMaxLengthFilter.
-
-