Interface ExpandedDataSetFilter.InListFilterOrBuilder (0.51.0)

public static interface ExpandedDataSetFilter.InListFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaseSensitive()

public abstract boolean getCaseSensitive()

Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true.

bool case_sensitive = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The caseSensitive.

getValues(int index)

public abstract String getValues(int index)

Required. The list of possible string values to match against. Must be non-empty.

repeated string values = 1 [(.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 of possible string values to match against. Must be non-empty.

repeated string values = 1 [(.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 of possible string values to match against. Must be non-empty.

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

Returns
TypeDescription
int

The count of values.

getValuesList()

public abstract List<String> getValuesList()

Required. The list of possible string values to match against. Must be non-empty.

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

Returns
TypeDescription
List<String>

A list containing the values.