Interface DataStoreConnectionSignals.AnswerPartOrBuilder (0.52.0)

public static interface DataStoreConnectionSignals.AnswerPartOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSupportingIndices(int index)

public abstract int getSupportingIndices(int index)

Citations for this answer part. Indices of search_snippets.

repeated int32 supporting_indices = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
int

The supportingIndices at the given index.

getSupportingIndicesCount()

public abstract int getSupportingIndicesCount()

Citations for this answer part. Indices of search_snippets.

repeated int32 supporting_indices = 2;

Returns
TypeDescription
int

The count of supportingIndices.

getSupportingIndicesList()

public abstract List<Integer> getSupportingIndicesList()

Citations for this answer part. Indices of search_snippets.

repeated int32 supporting_indices = 2;

Returns
TypeDescription
List<Integer>

A list containing the supportingIndices.

getText()

public abstract String getText()

Substring of the answer.

string text = 1;

Returns
TypeDescription
String

The text.

getTextBytes()

public abstract ByteString getTextBytes()

Substring of the answer.

string text = 1;

Returns
TypeDescription
ByteString

The bytes for text.