Interface CottontailGrpc.QueryMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CottontailGrpc.Query getQuery()
      .org.vitrivr.cottontail.grpc.Query query = 2;
      java.lang.String getQueryId()
      string queryId = 1;
      com.google.protobuf.ByteString getQueryIdBytes()
      string queryId = 1;
      CottontailGrpc.QueryOrBuilder getQueryOrBuilder()
      .org.vitrivr.cottontail.grpc.Query query = 2;
      boolean hasQuery()
      .org.vitrivr.cottontail.grpc.Query query = 2;
      • 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 Detail

      • getQueryId

        java.lang.String getQueryId()
        string queryId = 1;
        Returns:
        The queryId.
      • getQueryIdBytes

        com.google.protobuf.ByteString getQueryIdBytes()
        string queryId = 1;
        Returns:
        The bytes for queryId.
      • hasQuery

        boolean hasQuery()
        .org.vitrivr.cottontail.grpc.Query query = 2;
        Returns:
        Whether the query field is set.
      • getQuery

        CottontailGrpc.Query getQuery()
        .org.vitrivr.cottontail.grpc.Query query = 2;
        Returns:
        The query.