public interface SourceTextFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getSourceMaxLengthFilter()
Optional.
|
long |
getSourceMinLengthFilter()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong 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];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];Copyright © 2024 Google LLC. All rights reserved.