public static interface DataStoreConnectionSignals.AnswerPartOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSupportingIndices(int index)
public abstract int getSupportingIndices(int index) Citations for this answer part. Indices of search_snippets.
repeated int32 supporting_indices = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the supportingIndices. |
getText()
public abstract String getText()Substring of the answer.
string text = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The text. |
getTextBytes()
public abstract ByteString getTextBytes()Substring of the answer.
string text = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for text. |