public interface SourceNumericFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NumericFilterOption |
getNumericFilterOption()
Required.
|
int |
getNumericFilterOptionValue()
Required.
|
int |
getSourceMaxPrecisionFilter()
Optional.
|
int |
getSourceMaxScaleFilter()
Optional.
|
int |
getSourceMinPrecisionFilter()
Optional.
|
int |
getSourceMinScaleFilter()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSourceMinScaleFilter()
Optional. The filter will match columns with scale greater than or equal to this number.
int32 source_min_scale_filter = 1 [(.google.api.field_behavior) = OPTIONAL];int getSourceMaxScaleFilter()
Optional. The filter will match columns with scale smaller than or equal to this number.
int32 source_max_scale_filter = 2 [(.google.api.field_behavior) = OPTIONAL];int getSourceMinPrecisionFilter()
Optional. The filter will match columns with precision greater than or equal to this number.
int32 source_min_precision_filter = 3 [(.google.api.field_behavior) = OPTIONAL];int getSourceMaxPrecisionFilter()
Optional. The filter will match columns with precision smaller than or equal to this number.
int32 source_max_precision_filter = 4 [(.google.api.field_behavior) = OPTIONAL];int getNumericFilterOptionValue()
Required. Enum to set the option defining the datatypes numeric filter has to be applied to
.google.cloud.clouddms.v1.NumericFilterOption numeric_filter_option = 5 [(.google.api.field_behavior) = REQUIRED];
NumericFilterOption getNumericFilterOption()
Required. Enum to set the option defining the datatypes numeric filter has to be applied to
.google.cloud.clouddms.v1.NumericFilterOption numeric_filter_option = 5 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.