Interface AccessInListFilterOrBuilder (0.47.0)

public interface AccessInListFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaseSensitive()

public abstract boolean getCaseSensitive()

If true, the string value is case sensitive.

bool case_sensitive = 2;

Returns
TypeDescription
boolean

The caseSensitive.

getValues(int index)

public abstract String getValues(int index)

The list of string values. Must be non-empty.

repeated string values = 1;

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)

The list of string values. Must be non-empty.

repeated string values = 1;

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()

The list of string values. Must be non-empty.

repeated string values = 1;

Returns
TypeDescription
int

The count of values.

getValuesList()

public abstract List<String> getValuesList()

The list of string values. Must be non-empty.

repeated string values = 1;

Returns
TypeDescription
List<String>

A list containing the values.