Interface AdvancedFilterConfig.ManualOptionsOrBuilder (0.31.0)

public static interface AdvancedFilterConfig.ManualOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOptions(int index)

public abstract String getOptions(int index)

Optional. The options provided by the user. The max number of options is limited to 10000.

repeated string options = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The options at the given index.

getOptionsBytes(int index)

public abstract ByteString getOptionsBytes(int index)

Optional. The options provided by the user. The max number of options is limited to 10000.

repeated string options = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the options at the given index.

getOptionsCount()

public abstract int getOptionsCount()

Optional. The options provided by the user. The max number of options is limited to 10000.

repeated string options = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of options.

getOptionsList()

public abstract List<String> getOptionsList()

Optional. The options provided by the user. The max number of options is limited to 10000.

repeated string options = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the options.