Package lgraph

Interface Lgraph.PluginRequestOrBuilder

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

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

      • hasType

        boolean hasType()
        required .lgraph.PluginRequest.PluginType type = 1;
      • hasLoadPluginRequest

        boolean hasLoadPluginRequest()
        optional .lgraph.LoadPluginRequest load_plugin_request = 2;
      • getLoadPluginRequest

        Lgraph.LoadPluginRequest getLoadPluginRequest()
        optional .lgraph.LoadPluginRequest load_plugin_request = 2;
      • hasDelPluginRequest

        boolean hasDelPluginRequest()
        optional .lgraph.DelPluginRequest del_plugin_request = 3;
      • getDelPluginRequest

        Lgraph.DelPluginRequest getDelPluginRequest()
        optional .lgraph.DelPluginRequest del_plugin_request = 3;
      • hasCallPluginRequest

        boolean hasCallPluginRequest()
        optional .lgraph.CallPluginRequest call_plugin_request = 4;
      • getCallPluginRequest

        Lgraph.CallPluginRequest getCallPluginRequest()
        optional .lgraph.CallPluginRequest call_plugin_request = 4;
      • hasListPluginRequest

        boolean hasListPluginRequest()
        optional .lgraph.ListPluginRequest list_plugin_request = 5;
      • getListPluginRequest

        Lgraph.ListPluginRequest getListPluginRequest()
        optional .lgraph.ListPluginRequest list_plugin_request = 5;
      • hasGraph

        boolean hasGraph()
        required string graph = 6;
      • getGraph

        String getGraph()
        required string graph = 6;
      • getGraphBytes

        com.google.protobuf.ByteString getGraphBytes()
        required string graph = 6;