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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lgraph.CallPluginRequestgetCallPluginRequest()optional .lgraph.CallPluginRequest call_plugin_request = 4;Lgraph.CallPluginRequestOrBuildergetCallPluginRequestOrBuilder()optional .lgraph.CallPluginRequest call_plugin_request = 4;Lgraph.DelPluginRequestgetDelPluginRequest()optional .lgraph.DelPluginRequest del_plugin_request = 3;Lgraph.DelPluginRequestOrBuildergetDelPluginRequestOrBuilder()optional .lgraph.DelPluginRequest del_plugin_request = 3;StringgetGraph()required string graph = 6;com.google.protobuf.ByteStringgetGraphBytes()required string graph = 6;Lgraph.ListPluginRequestgetListPluginRequest()optional .lgraph.ListPluginRequest list_plugin_request = 5;Lgraph.ListPluginRequestOrBuildergetListPluginRequestOrBuilder()optional .lgraph.ListPluginRequest list_plugin_request = 5;Lgraph.LoadPluginRequestgetLoadPluginRequest()optional .lgraph.LoadPluginRequest load_plugin_request = 2;Lgraph.LoadPluginRequestOrBuildergetLoadPluginRequestOrBuilder()optional .lgraph.LoadPluginRequest load_plugin_request = 2;Lgraph.PluginRequest.ReqCasegetReqCase()Lgraph.PluginRequest.PluginTypegetType()required .lgraph.PluginRequest.PluginType type = 1;booleanhasCallPluginRequest()optional .lgraph.CallPluginRequest call_plugin_request = 4;booleanhasDelPluginRequest()optional .lgraph.DelPluginRequest del_plugin_request = 3;booleanhasGraph()required string graph = 6;booleanhasListPluginRequest()optional .lgraph.ListPluginRequest list_plugin_request = 5;booleanhasLoadPluginRequest()optional .lgraph.LoadPluginRequest load_plugin_request = 2;booleanhasType()required .lgraph.PluginRequest.PluginType type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasType
boolean hasType()
required .lgraph.PluginRequest.PluginType type = 1;
-
getType
Lgraph.PluginRequest.PluginType getType()
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;
-
getLoadPluginRequestOrBuilder
Lgraph.LoadPluginRequestOrBuilder getLoadPluginRequestOrBuilder()
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;
-
getDelPluginRequestOrBuilder
Lgraph.DelPluginRequestOrBuilder getDelPluginRequestOrBuilder()
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;
-
getCallPluginRequestOrBuilder
Lgraph.CallPluginRequestOrBuilder getCallPluginRequestOrBuilder()
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;
-
getListPluginRequestOrBuilder
Lgraph.ListPluginRequestOrBuilder getListPluginRequestOrBuilder()
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;
-
getReqCase
Lgraph.PluginRequest.ReqCase getReqCase()
-
-