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 Type
    Method
    Description
    getHints(int index)
    repeated string hints = 3;
    com.google.protobuf.ByteString
    getHintsBytes(int index)
    repeated string hints = 3;
    int
    repeated string hints = 3;
    repeated string hints = 3;
    int
    int32 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

    isInitialized

    Methods 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

      List<String> getHintsList()
      repeated string hints = 3;
      Returns:
      A list containing the hints.
    • getHintsCount

      int getHintsCount()
      repeated string hints = 3;
      Returns:
      The count of hints.
    • getHints

      String getHints(int index)
      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.