Interface ValueListFilterOrBuilder (2.42.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
Type Description
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
Type Description
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
Type Description
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
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 abstract 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 abstract 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 abstract List<String> getValuesList()

Required. The list to be used to filter by

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

Returns
Type Description
List<String>

A list containing the values.