public interface QueryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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;