public static interface DataStoreConnectionSignals.AnswerPartOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getSupportingIndices(int index)
Citations for this answer part.
|
int |
getSupportingIndicesCount()
Citations for this answer part.
|
List<Integer> |
getSupportingIndicesList()
Citations for this answer part.
|
String |
getText()
Substring of the answer.
|
com.google.protobuf.ByteString |
getTextBytes()
Substring of the answer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getText()
Substring of the answer.
string text = 1;com.google.protobuf.ByteString getTextBytes()
Substring of the answer.
string text = 1;List<Integer> getSupportingIndicesList()
Citations for this answer part. Indices of `search_snippets`.
repeated int32 supporting_indices = 2;int getSupportingIndicesCount()
Citations for this answer part. Indices of `search_snippets`.
repeated int32 supporting_indices = 2;int getSupportingIndices(int index)
Citations for this answer part. Indices of `search_snippets`.
repeated int32 supporting_indices = 2;index - The index of the element to return.Copyright © 2025 Google LLC. All rights reserved.