Interface ValueListFilterOrBuilder (2.27.0)

public interface ValueListFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIgnoreCase()

public abstract boolean getIgnoreCase()

Required. Whether to ignore case when filtering by values. Defaults to false

bool ignore_case = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

The ignoreCase.

getValuePresentList()

public abstract 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];

Returns
TypeDescription
ValuePresentInList

The valuePresentList.

getValuePresentListValue()

public abstract 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
TypeDescription
int

The enum numeric value on the wire for valuePresentList.

getValues(int index)

public abstract String getValues(int index)

Required. The list to be used to filter by

repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The values at the given index.

getValuesBytes(int index)

public abstract ByteString getValuesBytes(int index)

Required. The list to be used to filter by

repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the values at the given index.

getValuesCount()

public abstract int getValuesCount()

Required. The list to be used to filter by

repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The count of values.

getValuesList()

public abstract List<String> getValuesList()

Required. The list to be used to filter by

repeated string values = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<String>

A list containing the values.