Interface SimilaritiesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SimilaritiesRequest,SimilaritiesRequest.Builder
public interface SimilaritiesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotatedGraphgetCases(int index)repeated .arg_services.cbr.v1beta.AnnotatedGraph cases = 2 [json_name = "cases"];intgetCasesCount()repeated .arg_services.cbr.v1beta.AnnotatedGraph cases = 2 [json_name = "cases"];java.util.List<AnnotatedGraph>getCasesList()repeated .arg_services.cbr.v1beta.AnnotatedGraph cases = 2 [json_name = "cases"];AnnotatedGraphOrBuildergetCasesOrBuilder(int index)repeated .arg_services.cbr.v1beta.AnnotatedGraph cases = 2 [json_name = "cases"];java.util.List<? extends AnnotatedGraphOrBuilder>getCasesOrBuilderList()repeated .arg_services.cbr.v1beta.AnnotatedGraph cases = 2 [json_name = "cases"];com.google.protobuf.StructgetExtras().google.protobuf.Struct extras = 15 [json_name = "extras"];com.google.protobuf.StructOrBuildergetExtrasOrBuilder().google.protobuf.Struct extras = 15 [json_name = "extras"];MappingAlgorithmgetMappingAlgorithm().arg_services.cbr.v1beta.MappingAlgorithm mapping_algorithm = 9 [json_name = "mappingAlgorithm"];intgetMappingAlgorithmValue().arg_services.cbr.v1beta.MappingAlgorithm mapping_algorithm = 9 [json_name = "mappingAlgorithm"];intgetMappingAlgorithmVariant()int32 mapping_algorithm_variant = 10 [json_name = "mappingAlgorithmVariant"];NlpConfiggetNlpConfig().arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];NlpConfigOrBuildergetNlpConfigOrBuilder().arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];AnnotatedGraphgetQuery().arg_services.cbr.v1beta.AnnotatedGraph query = 3 [json_name = "query"];AnnotatedGraphOrBuildergetQueryOrBuilder().arg_services.cbr.v1beta.AnnotatedGraph query = 3 [json_name = "query"];SchemeHandlinggetSchemeHandling().arg_services.cbr.v1beta.SchemeHandling scheme_handling = 11 [json_name = "schemeHandling"];intgetSchemeHandlingValue().arg_services.cbr.v1beta.SchemeHandling scheme_handling = 11 [json_name = "schemeHandling"];booleangetStructural()bool structural = 7 [json_name = "structural"];booleanhasExtras().google.protobuf.Struct extras = 15 [json_name = "extras"];booleanhasNlpConfig().arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];booleanhasQuery().arg_services.cbr.v1beta.AnnotatedGraph query = 3 [json_name = "query"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCasesList
java.util.List<AnnotatedGraph> getCasesList()
repeated .arg_services.cbr.v1beta.AnnotatedGraph cases = 2 [json_name = "cases"];
-
getCases
AnnotatedGraph getCases(int index)
repeated .arg_services.cbr.v1beta.AnnotatedGraph cases = 2 [json_name = "cases"];
-
getCasesCount
int getCasesCount()
repeated .arg_services.cbr.v1beta.AnnotatedGraph cases = 2 [json_name = "cases"];
-
getCasesOrBuilderList
java.util.List<? extends AnnotatedGraphOrBuilder> getCasesOrBuilderList()
repeated .arg_services.cbr.v1beta.AnnotatedGraph cases = 2 [json_name = "cases"];
-
getCasesOrBuilder
AnnotatedGraphOrBuilder getCasesOrBuilder(int index)
repeated .arg_services.cbr.v1beta.AnnotatedGraph cases = 2 [json_name = "cases"];
-
hasQuery
boolean hasQuery()
.arg_services.cbr.v1beta.AnnotatedGraph query = 3 [json_name = "query"];- Returns:
- Whether the query field is set.
-
getQuery
AnnotatedGraph getQuery()
.arg_services.cbr.v1beta.AnnotatedGraph query = 3 [json_name = "query"];- Returns:
- The query.
-
getQueryOrBuilder
AnnotatedGraphOrBuilder getQueryOrBuilder()
.arg_services.cbr.v1beta.AnnotatedGraph query = 3 [json_name = "query"];
-
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"];
-
getStructural
boolean getStructural()
bool structural = 7 [json_name = "structural"];- Returns:
- The structural.
-
getMappingAlgorithmValue
int getMappingAlgorithmValue()
.arg_services.cbr.v1beta.MappingAlgorithm mapping_algorithm = 9 [json_name = "mappingAlgorithm"];- Returns:
- The enum numeric value on the wire for mappingAlgorithm.
-
getMappingAlgorithm
MappingAlgorithm getMappingAlgorithm()
.arg_services.cbr.v1beta.MappingAlgorithm mapping_algorithm = 9 [json_name = "mappingAlgorithm"];- Returns:
- The mappingAlgorithm.
-
getMappingAlgorithmVariant
int getMappingAlgorithmVariant()
int32 mapping_algorithm_variant = 10 [json_name = "mappingAlgorithmVariant"];- Returns:
- The mappingAlgorithmVariant.
-
getSchemeHandlingValue
int getSchemeHandlingValue()
.arg_services.cbr.v1beta.SchemeHandling scheme_handling = 11 [json_name = "schemeHandling"];- Returns:
- The enum numeric value on the wire for schemeHandling.
-
getSchemeHandling
SchemeHandling getSchemeHandling()
.arg_services.cbr.v1beta.SchemeHandling scheme_handling = 11 [json_name = "schemeHandling"];- Returns:
- The schemeHandling.
-
hasExtras
boolean hasExtras()
.google.protobuf.Struct extras = 15 [json_name = "extras"];- Returns:
- Whether the extras field is set.
-
getExtras
com.google.protobuf.Struct getExtras()
.google.protobuf.Struct extras = 15 [json_name = "extras"];- Returns:
- The extras.
-
getExtrasOrBuilder
com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
.google.protobuf.Struct extras = 15 [json_name = "extras"];
-
-