Send feedback
Class SourceNumericFilter (2.32.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.32.0 keyboard_arrow_down
public final class SourceNumericFilter extends GeneratedMessageV3 implements SourceNumericFilterOrBuilder
Filter for fixed point number data types such as NUMERIC/NUMBER
Protobuf type google.cloud.clouddms.v1.SourceNumericFilter
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NUMERIC_FILTER_OPTION_FIELD_NUMBER
public static final int NUMERIC_FILTER_OPTION_FIELD_NUMBER
Field Value Type Description int
SOURCE_MAX_PRECISION_FILTER_FIELD_NUMBER
public static final int SOURCE_MAX_PRECISION_FILTER_FIELD_NUMBER
Field Value Type Description int
SOURCE_MAX_SCALE_FILTER_FIELD_NUMBER
public static final int SOURCE_MAX_SCALE_FILTER_FIELD_NUMBER
Field Value Type Description int
SOURCE_MIN_PRECISION_FILTER_FIELD_NUMBER
public static final int SOURCE_MIN_PRECISION_FILTER_FIELD_NUMBER
Field Value Type Description int
SOURCE_MIN_SCALE_FILTER_FIELD_NUMBER
public static final int SOURCE_MIN_SCALE_FILTER_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static SourceNumericFilter getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static SourceNumericFilter . Builder newBuilder ()
newBuilder(SourceNumericFilter prototype)
public static SourceNumericFilter . Builder newBuilder ( SourceNumericFilter prototype )
public static SourceNumericFilter parseDelimitedFrom ( InputStream input )
public static SourceNumericFilter parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static SourceNumericFilter parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SourceNumericFilter parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static SourceNumericFilter parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SourceNumericFilter parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static SourceNumericFilter parseFrom ( CodedInputStream input )
public static SourceNumericFilter parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static SourceNumericFilter parseFrom ( InputStream input )
public static SourceNumericFilter parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static SourceNumericFilter parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SourceNumericFilter parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<SourceNumericFilter> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public SourceNumericFilter getDefaultInstanceForType ()
getNumericFilterOption()
public 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];
getNumericFilterOptionValue()
public 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];
Returns Type Description int
The enum numeric value on the wire for numericFilterOption.
getParserForType()
public Parser<SourceNumericFilter> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getSourceMaxPrecisionFilter()
public 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];
Returns Type Description int
The sourceMaxPrecisionFilter.
getSourceMaxScaleFilter()
public 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];
Returns Type Description int
The sourceMaxScaleFilter.
getSourceMinPrecisionFilter()
public 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];
Returns Type Description int
The sourceMinPrecisionFilter.
getSourceMinScaleFilter()
public int 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];
Returns Type Description int
The sourceMinScaleFilter.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public SourceNumericFilter . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SourceNumericFilter . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public SourceNumericFilter . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]