Interface CompleteQueryResponse.AttributeResultOrBuilder (2.54.0)

public static interface CompleteQueryResponse.AttributeResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSuggestions(int index)

public abstract String getSuggestions(int index)

repeated string suggestions = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The suggestions at the given index.

getSuggestionsBytes(int index)

public abstract ByteString getSuggestionsBytes(int index)

repeated string suggestions = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the suggestions at the given index.

getSuggestionsCount()

public abstract int getSuggestionsCount()

repeated string suggestions = 1;

Returns
Type Description
int

The count of suggestions.

getSuggestionsList()

public abstract List<String> getSuggestionsList()

repeated string suggestions = 1;

Returns
Type Description
List<String>

A list containing the suggestions.