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)
Deprecated.
|
int |
getResultsCount()
Deprecated.
|
java.util.List<SingleQueryResults> |
getResultsList()
Deprecated.
|
SingleQueryResultsOrBuilder |
getResultsOrBuilder(int index)
Deprecated.
|
java.util.List<? extends SingleQueryResultsOrBuilder> |
getResultsOrBuilderList()
Deprecated.
|
Usage |
getUsage()
The usage for this operation.
|
UsageOrBuilder |
getUsageOrBuilder()
The usage for this operation.
|
boolean |
hasUsage()
The usage for this operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated java.util.List<SingleQueryResults> getResultsList()
DEPRECATED. The results of each query. The order is the same as `QueryRequest.queries`.
repeated .SingleQueryResults results = 1 [deprecated = true];@Deprecated SingleQueryResults getResults(int index)
DEPRECATED. The results of each query. The order is the same as `QueryRequest.queries`.
repeated .SingleQueryResults results = 1 [deprecated = true];@Deprecated int getResultsCount()
DEPRECATED. The results of each query. The order is the same as `QueryRequest.queries`.
repeated .SingleQueryResults results = 1 [deprecated = true];@Deprecated java.util.List<? extends SingleQueryResultsOrBuilder> getResultsOrBuilderList()
DEPRECATED. The results of each query. The order is the same as `QueryRequest.queries`.
repeated .SingleQueryResults results = 1 [deprecated = true];@Deprecated SingleQueryResultsOrBuilder getResultsOrBuilder(int index)
DEPRECATED. The results of each query. The order is the same as `QueryRequest.queries`.
repeated .SingleQueryResults results = 1 [deprecated = true];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;boolean hasUsage()
The usage for this operation.
optional .Usage usage = 4;Usage getUsage()
The usage for this operation.
optional .Usage usage = 4;UsageOrBuilder getUsageOrBuilder()
The usage for this operation.
optional .Usage usage = 4;