Package lgraph

Interface Lgraph.PluginResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Lgraph.PluginResponse, Lgraph.PluginResponse.Builder
    Enclosing class:
    Lgraph

    public static interface Lgraph.PluginResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasLoadPluginResponse

        boolean hasLoadPluginResponse()
        optional .lgraph.LoadPluginResponse load_plugin_response = 1;
      • getLoadPluginResponse

        Lgraph.LoadPluginResponse getLoadPluginResponse()
        optional .lgraph.LoadPluginResponse load_plugin_response = 1;
      • hasDelPluginResponse

        boolean hasDelPluginResponse()
        optional .lgraph.DelPluginResponse del_plugin_response = 2;
      • getDelPluginResponse

        Lgraph.DelPluginResponse getDelPluginResponse()
        optional .lgraph.DelPluginResponse del_plugin_response = 2;
      • hasCallPluginResponse

        boolean hasCallPluginResponse()
        optional .lgraph.CallPluginResponse call_plugin_response = 3;
      • getCallPluginResponse

        Lgraph.CallPluginResponse getCallPluginResponse()
        optional .lgraph.CallPluginResponse call_plugin_response = 3;
      • hasListPluginResponse

        boolean hasListPluginResponse()
        optional .lgraph.ListPluginResponse list_plugin_response = 4;
      • getListPluginResponse

        Lgraph.ListPluginResponse getListPluginResponse()
        optional .lgraph.ListPluginResponse list_plugin_response = 4;