Interface AdaptRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsCases​(java.lang.String key)
      map<string, .arg_services.cbr.v1beta.AdaptedCaseRequest> cases = 2 [json_name = "cases"];
      java.util.Map<java.lang.String,​AdaptedCaseRequest> getCases()
      Deprecated.
      int getCasesCount()
      map<string, .arg_services.cbr.v1beta.AdaptedCaseRequest> cases = 2 [json_name = "cases"];
      java.util.Map<java.lang.String,​AdaptedCaseRequest> getCasesMap()
      map<string, .arg_services.cbr.v1beta.AdaptedCaseRequest> cases = 2 [json_name = "cases"];
      AdaptedCaseRequest getCasesOrDefault​(java.lang.String key, AdaptedCaseRequest defaultValue)
      map<string, .arg_services.cbr.v1beta.AdaptedCaseRequest> cases = 2 [json_name = "cases"];
      AdaptedCaseRequest getCasesOrThrow​(java.lang.String key)
      map<string, .arg_services.cbr.v1beta.AdaptedCaseRequest> cases = 2 [json_name = "cases"];
      Direction getDirection()
      .arg_services.cbr.v1beta.Direction direction = 6 [json_name = "direction"];
      int getDirectionValue()
      .arg_services.cbr.v1beta.Direction direction = 6 [json_name = "direction"];
      com.google.protobuf.Struct getExtras()
      Implementation-specific information can be encoded here
      com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
      Implementation-specific information can be encoded here
      NlpConfig getNlpConfig()
      .arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];
      NlpConfigOrBuilder getNlpConfigOrBuilder()
      .arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];
      AnnotatedGraph getQuery()
      .arg_services.cbr.v1beta.AnnotatedGraph query = 3 [json_name = "query"];
      AnnotatedGraphOrBuilder getQueryOrBuilder()
      .arg_services.cbr.v1beta.AnnotatedGraph query = 3 [json_name = "query"];
      boolean hasExtras()
      Implementation-specific information can be encoded here
      boolean hasNlpConfig()
      .arg_services.nlp.v1.NlpConfig nlp_config = 5 [json_name = "nlpConfig"];
      boolean hasQuery()
      .arg_services.cbr.v1beta.AnnotatedGraph query = 3 [json_name = "query"];
      • 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

      • getCasesCount

        int getCasesCount()
        map<string, .arg_services.cbr.v1beta.AdaptedCaseRequest> cases = 2 [json_name = "cases"];
      • containsCases

        boolean containsCases​(java.lang.String key)
        map<string, .arg_services.cbr.v1beta.AdaptedCaseRequest> cases = 2 [json_name = "cases"];
      • getCasesMap

        java.util.Map<java.lang.String,​AdaptedCaseRequest> getCasesMap()
        map<string, .arg_services.cbr.v1beta.AdaptedCaseRequest> cases = 2 [json_name = "cases"];
      • getCasesOrDefault

        AdaptedCaseRequest getCasesOrDefault​(java.lang.String key,
                                             AdaptedCaseRequest defaultValue)
        map<string, .arg_services.cbr.v1beta.AdaptedCaseRequest> cases = 2 [json_name = "cases"];
      • getCasesOrThrow

        AdaptedCaseRequest getCasesOrThrow​(java.lang.String key)
        map<string, .arg_services.cbr.v1beta.AdaptedCaseRequest> 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"];
      • getDirectionValue

        int getDirectionValue()
        .arg_services.cbr.v1beta.Direction direction = 6 [json_name = "direction"];
        Returns:
        The enum numeric value on the wire for direction.
      • getDirection

        Direction getDirection()
        .arg_services.cbr.v1beta.Direction direction = 6 [json_name = "direction"];
        Returns:
        The direction.
      • 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"];