Package org.vitrivr.cineast.api.grpc
Interface CineastGrpc.QueryConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CineastGrpc.QueryConfig,CineastGrpc.QueryConfig.Builder
- Enclosing class:
- CineastGrpc
public static interface CineastGrpc.QueryConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHints(int index) repeated string hints = 3;com.google.protobuf.ByteStringgetHintsBytes(int index) repeated string hints = 3;intrepeated string hints = 3;repeated string hints = 3;intint32 maxResults = 2;.org.vitrivr.cineast.api.grpc.QueryId queryId = 1;.org.vitrivr.cineast.api.grpc.QueryId queryId = 1;boolean.org.vitrivr.cineast.api.grpc.QueryId queryId = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasQueryId
boolean hasQueryId().org.vitrivr.cineast.api.grpc.QueryId queryId = 1;- Returns:
- Whether the queryId field is set.
-
getQueryId
CineastGrpc.QueryId getQueryId().org.vitrivr.cineast.api.grpc.QueryId queryId = 1;- Returns:
- The queryId.
-
getQueryIdOrBuilder
CineastGrpc.QueryIdOrBuilder getQueryIdOrBuilder().org.vitrivr.cineast.api.grpc.QueryId queryId = 1; -
getMaxResults
int getMaxResults()int32 maxResults = 2;- Returns:
- The maxResults.
-
getHintsList
repeated string hints = 3;- Returns:
- A list containing the hints.
-
getHintsCount
int getHintsCount()repeated string hints = 3;- Returns:
- The count of hints.
-
getHints
repeated string hints = 3;- Parameters:
index- The index of the element to return.- Returns:
- The hints at the given index.
-
getHintsBytes
com.google.protobuf.ByteString getHintsBytes(int index) repeated string hints = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the hints at the given index.
-