Interface EntailmentsResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getExtras()
      Implementation-specific information can be encoded here
      com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
      Implementation-specific information can be encoded here
      EntailmentResult getResults​(int index)
      repeated .arg_services.mining_explanation.v1beta.EntailmentResult results = 1 [json_name = "results"];
      int getResultsCount()
      repeated .arg_services.mining_explanation.v1beta.EntailmentResult results = 1 [json_name = "results"];
      java.util.List<EntailmentResult> getResultsList()
      repeated .arg_services.mining_explanation.v1beta.EntailmentResult results = 1 [json_name = "results"];
      EntailmentResultOrBuilder getResultsOrBuilder​(int index)
      repeated .arg_services.mining_explanation.v1beta.EntailmentResult results = 1 [json_name = "results"];
      java.util.List<? extends EntailmentResultOrBuilder> getResultsOrBuilderList()
      repeated .arg_services.mining_explanation.v1beta.EntailmentResult results = 1 [json_name = "results"];
      boolean hasExtras()
      Implementation-specific information can be encoded here
      • 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

      • getResultsList

        java.util.List<EntailmentResult> getResultsList()
        repeated .arg_services.mining_explanation.v1beta.EntailmentResult results = 1 [json_name = "results"];
      • getResults

        EntailmentResult getResults​(int index)
        repeated .arg_services.mining_explanation.v1beta.EntailmentResult results = 1 [json_name = "results"];
      • getResultsCount

        int getResultsCount()
        repeated .arg_services.mining_explanation.v1beta.EntailmentResult results = 1 [json_name = "results"];
      • getResultsOrBuilderList

        java.util.List<? extends EntailmentResultOrBuilder> getResultsOrBuilderList()
        repeated .arg_services.mining_explanation.v1beta.EntailmentResult results = 1 [json_name = "results"];
      • getResultsOrBuilder

        EntailmentResultOrBuilder getResultsOrBuilder​(int index)
        repeated .arg_services.mining_explanation.v1beta.EntailmentResult results = 1 [json_name = "results"];
      • 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"];