Class RetrieveRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
de.uni_trier.recap.arg_services.retrieval.v1.RetrieveRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, RetrieveRequestOrBuilder, Serializable

public final class RetrieveRequest extends com.google.protobuf.GeneratedMessageV3 implements RetrieveRequestOrBuilder
Protobuf type arg_services.retrieval.v1.RetrieveRequest
See Also:
  • Field Details

    • CASE_GRAPHS_FIELD_NUMBER

      public static final int CASE_GRAPHS_FIELD_NUMBER
      See Also:
    • CASEBASE_NAMES_FIELD_NUMBER

      public static final int CASEBASE_NAMES_FIELD_NUMBER
      See Also:
    • QUERY_GRAPH_FIELD_NUMBER

      public static final int QUERY_GRAPH_FIELD_NUMBER
      See Also:
    • QUERY_TEXT_FIELD_NUMBER

      public static final int QUERY_TEXT_FIELD_NUMBER
      See Also:
    • NLP_CONFIG_FIELD_NUMBER

      public static final int NLP_CONFIG_FIELD_NUMBER
      See Also:
    • LIMIT_FIELD_NUMBER

      public static final int LIMIT_FIELD_NUMBER
      See Also:
    • SEMANTIC_RETRIEVAL_FIELD_NUMBER

      public static final int SEMANTIC_RETRIEVAL_FIELD_NUMBER
      See Also:
    • STRUCTURAL_RETRIEVAL_FIELD_NUMBER

      public static final int STRUCTURAL_RETRIEVAL_FIELD_NUMBER
      See Also:
    • EXTRAS_FIELD_NUMBER

      public static final int EXTRAS_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapField

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getQueryCase

      public RetrieveRequest.QueryCase getQueryCase()
      Specified by:
      getQueryCase in interface RetrieveRequestOrBuilder
    • getCaseGraphsCount

      public int getCaseGraphsCount()
      Description copied from interface: RetrieveRequestOrBuilder
      map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
      Specified by:
      getCaseGraphsCount in interface RetrieveRequestOrBuilder
    • containsCaseGraphs

      public boolean containsCaseGraphs(String key)
      map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
      Specified by:
      containsCaseGraphs in interface RetrieveRequestOrBuilder
    • getCaseGraphs

      @Deprecated public Map<String,Graph> getCaseGraphs()
      Deprecated.
      Use getCaseGraphsMap() instead.
      Specified by:
      getCaseGraphs in interface RetrieveRequestOrBuilder
    • getCaseGraphsMap

      public Map<String,Graph> getCaseGraphsMap()
      map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
      Specified by:
      getCaseGraphsMap in interface RetrieveRequestOrBuilder
    • getCaseGraphsOrDefault

      public Graph getCaseGraphsOrDefault(String key, Graph defaultValue)
      map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
      Specified by:
      getCaseGraphsOrDefault in interface RetrieveRequestOrBuilder
    • getCaseGraphsOrThrow

      public Graph getCaseGraphsOrThrow(String key)
      map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"];
      Specified by:
      getCaseGraphsOrThrow in interface RetrieveRequestOrBuilder
    • getCasebaseNamesList

      public com.google.protobuf.ProtocolStringList getCasebaseNamesList()
      repeated string casebase_names = 2 [json_name = "casebaseNames"];
      Specified by:
      getCasebaseNamesList in interface RetrieveRequestOrBuilder
      Returns:
      A list containing the casebaseNames.
    • getCasebaseNamesCount

      public int getCasebaseNamesCount()
      repeated string casebase_names = 2 [json_name = "casebaseNames"];
      Specified by:
      getCasebaseNamesCount in interface RetrieveRequestOrBuilder
      Returns:
      The count of casebaseNames.
    • getCasebaseNames

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

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

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

      public Graph getQueryGraph()
      .arg_services.graph.v1.Graph query_graph = 3 [json_name = "queryGraph"];
      Specified by:
      getQueryGraph in interface RetrieveRequestOrBuilder
      Returns:
      The queryGraph.
    • getQueryGraphOrBuilder

      public GraphOrBuilder getQueryGraphOrBuilder()
      .arg_services.graph.v1.Graph query_graph = 3 [json_name = "queryGraph"];
      Specified by:
      getQueryGraphOrBuilder in interface RetrieveRequestOrBuilder
    • hasQueryText

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

      public String getQueryText()
      string query_text = 4 [json_name = "queryText"];
      Specified by:
      getQueryText in interface RetrieveRequestOrBuilder
      Returns:
      The queryText.
    • getQueryTextBytes

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

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

      public NlpConfig getNlpConfig()
      .arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];
      Specified by:
      getNlpConfig in interface RetrieveRequestOrBuilder
      Returns:
      The nlpConfig.
    • getNlpConfigOrBuilder

      public NlpConfigOrBuilder getNlpConfigOrBuilder()
      .arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];
      Specified by:
      getNlpConfigOrBuilder in interface RetrieveRequestOrBuilder
    • getLimit

      public int getLimit()
      int32 limit = 6 [json_name = "limit"];
      Specified by:
      getLimit in interface RetrieveRequestOrBuilder
      Returns:
      The limit.
    • getSemanticRetrieval

      public boolean getSemanticRetrieval()
      bool semantic_retrieval = 7 [json_name = "semanticRetrieval"];
      Specified by:
      getSemanticRetrieval in interface RetrieveRequestOrBuilder
      Returns:
      The semanticRetrieval.
    • getStructuralRetrieval

      public boolean getStructuralRetrieval()
      bool structural_retrieval = 8 [json_name = "structuralRetrieval"];
      Specified by:
      getStructuralRetrieval in interface RetrieveRequestOrBuilder
      Returns:
      The structuralRetrieval.
    • hasExtras

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

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

      public com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
      Specified by:
      getExtrasOrBuilder in interface RetrieveRequestOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static RetrieveRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RetrieveRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RetrieveRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RetrieveRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RetrieveRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RetrieveRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RetrieveRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RetrieveRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static RetrieveRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static RetrieveRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RetrieveRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RetrieveRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public RetrieveRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static RetrieveRequest.Builder newBuilder()
    • newBuilder

      public static RetrieveRequest.Builder newBuilder(RetrieveRequest prototype)
    • toBuilder

      public RetrieveRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected RetrieveRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static RetrieveRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<RetrieveRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<RetrieveRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public RetrieveRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder