public interface QueryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ScoredVector |
getMatches(int index)
The matches for the vectors.
|
int |
getMatchesCount()
The matches for the vectors.
|
java.util.List<ScoredVector> |
getMatchesList()
The matches for the vectors.
|
ScoredVectorOrBuilder |
getMatchesOrBuilder(int index)
The matches for the vectors.
|
java.util.List<? extends ScoredVectorOrBuilder> |
getMatchesOrBuilderList()
The matches for the vectors.
|
java.lang.String |
getNamespace()
The namespace for the vectors.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
The namespace for the vectors.
|
SingleQueryResults |
getResults(int index)
The results of each query.
|
int |
getResultsCount()
The results of each query.
|
java.util.List<SingleQueryResults> |
getResultsList()
The results of each query.
|
SingleQueryResultsOrBuilder |
getResultsOrBuilder(int index)
The results of each query.
|
java.util.List<? extends SingleQueryResultsOrBuilder> |
getResultsOrBuilderList()
The results of each query.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<SingleQueryResults> getResultsList()
The results of each query. The order is the same as `QueryRequest.queries`.
repeated .SingleQueryResults results = 1;SingleQueryResults getResults(int index)
The results of each query. The order is the same as `QueryRequest.queries`.
repeated .SingleQueryResults results = 1;int getResultsCount()
The results of each query. The order is the same as `QueryRequest.queries`.
repeated .SingleQueryResults results = 1;java.util.List<? extends SingleQueryResultsOrBuilder> getResultsOrBuilderList()
The results of each query. The order is the same as `QueryRequest.queries`.
repeated .SingleQueryResults results = 1;SingleQueryResultsOrBuilder getResultsOrBuilder(int index)
The results of each query. The order is the same as `QueryRequest.queries`.
repeated .SingleQueryResults results = 1;java.util.List<ScoredVector> getMatchesList()
The matches for the vectors.
repeated .ScoredVector matches = 2;ScoredVector getMatches(int index)
The matches for the vectors.
repeated .ScoredVector matches = 2;int getMatchesCount()
The matches for the vectors.
repeated .ScoredVector matches = 2;java.util.List<? extends ScoredVectorOrBuilder> getMatchesOrBuilderList()
The matches for the vectors.
repeated .ScoredVector matches = 2;ScoredVectorOrBuilder getMatchesOrBuilder(int index)
The matches for the vectors.
repeated .ScoredVector matches = 2;java.lang.String getNamespace()
The namespace for the vectors.
string namespace = 3;com.google.protobuf.ByteString getNamespaceBytes()
The namespace for the vectors.
string namespace = 3;