Interface RetrieveRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RetrieveRequest, RetrieveRequest.Builder

public interface RetrieveRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
    getCasebaseNames(int index)
    repeated string casebase_names = 2 [json_name = "casebaseNames"];
    com.google.protobuf.ByteString
    repeated string casebase_names = 2 [json_name = "casebaseNames"];
    int
    repeated string casebase_names = 2 [json_name = "casebaseNames"];
    repeated string casebase_names = 2 [json_name = "casebaseNames"];
    Deprecated.
    int
    map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
    map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
    getCaseGraphsOrDefault(String key, Graph defaultValue)
    map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
    map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
    com.google.protobuf.Struct
    Implementation-specific information can be encoded here
    com.google.protobuf.StructOrBuilder
    Implementation-specific information can be encoded here
    int
    int32 limit = 6 [json_name = "limit"];
    .arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];
    .arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];
     
    .arg_services.graph.v1.Graph query_graph = 3 [json_name = "queryGraph"];
    .arg_services.graph.v1.Graph query_graph = 3 [json_name = "queryGraph"];
    string query_text = 4 [json_name = "queryText"];
    com.google.protobuf.ByteString
    string query_text = 4 [json_name = "queryText"];
    boolean
    bool semantic_retrieval = 7 [json_name = "semanticRetrieval"];
    boolean
    bool structural_retrieval = 8 [json_name = "structuralRetrieval"];
    boolean
    Implementation-specific information can be encoded here
    boolean
    .arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];
    boolean
    .arg_services.graph.v1.Graph query_graph = 3 [json_name = "queryGraph"];
    boolean
    string query_text = 4 [json_name = "queryText"];

    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

    • getCaseGraphsCount

      int getCaseGraphsCount()
      map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
    • containsCaseGraphs

      boolean containsCaseGraphs(String key)
      map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
    • getCaseGraphs

      @Deprecated Map<String,Graph> getCaseGraphs()
      Deprecated.
      Use getCaseGraphsMap() instead.
    • getCaseGraphsMap

      Map<String,Graph> getCaseGraphsMap()
      map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
    • getCaseGraphsOrDefault

      Graph getCaseGraphsOrDefault(String key, Graph defaultValue)
      map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
    • getCaseGraphsOrThrow

      Graph getCaseGraphsOrThrow(String key)
      map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
    • getCasebaseNamesList

      List<String> getCasebaseNamesList()
      repeated string casebase_names = 2 [json_name = "casebaseNames"];
      Returns:
      A list containing the casebaseNames.
    • getCasebaseNamesCount

      int getCasebaseNamesCount()
      repeated string casebase_names = 2 [json_name = "casebaseNames"];
      Returns:
      The count of casebaseNames.
    • getCasebaseNames

      String getCasebaseNames(int index)
      repeated string casebase_names = 2 [json_name = "casebaseNames"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The casebaseNames at the given index.
    • getCasebaseNamesBytes

      com.google.protobuf.ByteString getCasebaseNamesBytes(int index)
      repeated string casebase_names = 2 [json_name = "casebaseNames"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the casebaseNames at the given index.
    • hasQueryGraph

      boolean hasQueryGraph()
      .arg_services.graph.v1.Graph query_graph = 3 [json_name = "queryGraph"];
      Returns:
      Whether the queryGraph field is set.
    • getQueryGraph

      Graph getQueryGraph()
      .arg_services.graph.v1.Graph query_graph = 3 [json_name = "queryGraph"];
      Returns:
      The queryGraph.
    • getQueryGraphOrBuilder

      GraphOrBuilder getQueryGraphOrBuilder()
      .arg_services.graph.v1.Graph query_graph = 3 [json_name = "queryGraph"];
    • hasQueryText

      boolean hasQueryText()
      string query_text = 4 [json_name = "queryText"];
      Returns:
      Whether the queryText field is set.
    • getQueryText

      String getQueryText()
      string query_text = 4 [json_name = "queryText"];
      Returns:
      The queryText.
    • getQueryTextBytes

      com.google.protobuf.ByteString getQueryTextBytes()
      string query_text = 4 [json_name = "queryText"];
      Returns:
      The bytes for queryText.
    • hasNlpConfig

      boolean hasNlpConfig()
      .arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];
      Returns:
      Whether the nlpConfig field is set.
    • getNlpConfig

      NlpConfig getNlpConfig()
      .arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];
      Returns:
      The nlpConfig.
    • getNlpConfigOrBuilder

      NlpConfigOrBuilder getNlpConfigOrBuilder()
      .arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];
    • getLimit

      int getLimit()
      int32 limit = 6 [json_name = "limit"];
      Returns:
      The limit.
    • getSemanticRetrieval

      boolean getSemanticRetrieval()
      bool semantic_retrieval = 7 [json_name = "semanticRetrieval"];
      Returns:
      The semanticRetrieval.
    • getStructuralRetrieval

      boolean getStructuralRetrieval()
      bool structural_retrieval = 8 [json_name = "structuralRetrieval"];
      Returns:
      The structuralRetrieval.
    • hasExtras

      boolean hasExtras()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
      Returns:
      Whether the extras field is set.
    • getExtras

      com.google.protobuf.Struct getExtras()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
      Returns:
      The extras.
    • getExtrasOrBuilder

      com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
    • getQueryCase