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 TypeMethodDescriptionbooleancontainsCaseGraphs(String key) 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.ByteStringgetCasebaseNamesBytes(int index) repeated string casebase_names = 2 [json_name = "casebaseNames"];intrepeated string casebase_names = 2 [json_name = "casebaseNames"];repeated string casebase_names = 2 [json_name = "casebaseNames"];Deprecated.intmap<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.StructImplementation-specific information can be encoded herecom.google.protobuf.StructOrBuilderImplementation-specific information can be encoded hereintgetLimit()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.ByteStringstring query_text = 4 [json_name = "queryText"];booleanbool semantic_retrieval = 7 [json_name = "semanticRetrieval"];booleanbool structural_retrieval = 8 [json_name = "structuralRetrieval"];booleanImplementation-specific information can be encoded hereboolean.arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];boolean.arg_services.graph.v1.Graph query_graph = 3 [json_name = "queryGraph"];booleanstring query_text = 4 [json_name = "queryText"];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
-
getCaseGraphsCount
int getCaseGraphsCount()map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"]; -
containsCaseGraphs
map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"]; -
getCaseGraphs
Deprecated.UsegetCaseGraphsMap()instead. -
getCaseGraphsMap
map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"]; -
getCaseGraphsOrDefault
map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"]; -
getCaseGraphsOrThrow
map<string, .arg_services.graph.v1.Graph> case_graphs = 1 [json_name = "caseGraphs"]; -
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
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
RetrieveRequest.QueryCase getQueryCase()
-