Send feedback
Class ValueListFilter (2.50.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.50.0 keyboard_arrow_down
public final class ValueListFilter extends GeneratedMessageV3 implements ValueListFilterOrBuilder
A list of values to filter by in ConditionalColumnSetValue
Protobuf type google.cloud.clouddms.v1.ValueListFilter
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
IGNORE_CASE_FIELD_NUMBER
public static final int IGNORE_CASE_FIELD_NUMBER
Field Value
Type
Description
int
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
Field Value
Type
Description
int
VALUE_PRESENT_LIST_FIELD_NUMBER
public static final int VALUE_PRESENT_LIST_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ValueListFilter getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ValueListFilter . Builder newBuilder ()
newBuilder(ValueListFilter prototype)
public static ValueListFilter . Builder newBuilder ( ValueListFilter prototype )
public static ValueListFilter parseDelimitedFrom ( InputStream input )
public static ValueListFilter parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ValueListFilter parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ValueListFilter parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ValueListFilter parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ValueListFilter parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ValueListFilter parseFrom ( CodedInputStream input )
public static ValueListFilter parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ValueListFilter parseFrom ( InputStream input )
public static ValueListFilter parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ValueListFilter parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ValueListFilter parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ValueListFilter> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public ValueListFilter getDefaultInstanceForType ()
getIgnoreCase()
public boolean getIgnoreCase ()
Required. Whether to ignore case when filtering by values. Defaults to
false
bool ignore_case = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
The ignoreCase.
getParserForType()
public Parser<ValueListFilter> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getValuePresentList()
public ValuePresentInList getValuePresentList ()
Required. Indicates whether the filter matches rows with values that are
present in the list or those with values not present in it.
.google.cloud.clouddms.v1.ValuePresentInList value_present_list = 1 [(.google.api.field_behavior) = REQUIRED];
getValuePresentListValue()
public int getValuePresentListValue ()
Required. Indicates whether the filter matches rows with values that are
present in the list or those with values not present in it.
.google.cloud.clouddms.v1.ValuePresentInList value_present_list = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
The enum numeric value on the wire for valuePresentList.
getValues(int index)
public String getValues ( int index )
Required. The list to be used to filter by
repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The values at the given index.
getValuesBytes(int index)
public ByteString getValuesBytes ( int index )
Required. The list to be used to filter by
repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the values at the given index.
getValuesCount()
public int getValuesCount ()
Required. The list to be used to filter by
repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
The count of values.
getValuesList()
public ProtocolStringList getValuesList ()
Required. The list to be used to filter by
repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ValueListFilter . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ValueListFilter . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ValueListFilter . 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."],[],[]]