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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lgraph.CallPluginResponsegetCallPluginResponse()optional .lgraph.CallPluginResponse call_plugin_response = 3;Lgraph.CallPluginResponseOrBuildergetCallPluginResponseOrBuilder()optional .lgraph.CallPluginResponse call_plugin_response = 3;Lgraph.DelPluginResponsegetDelPluginResponse()optional .lgraph.DelPluginResponse del_plugin_response = 2;Lgraph.DelPluginResponseOrBuildergetDelPluginResponseOrBuilder()optional .lgraph.DelPluginResponse del_plugin_response = 2;Lgraph.ListPluginResponsegetListPluginResponse()optional .lgraph.ListPluginResponse list_plugin_response = 4;Lgraph.ListPluginResponseOrBuildergetListPluginResponseOrBuilder()optional .lgraph.ListPluginResponse list_plugin_response = 4;Lgraph.LoadPluginResponsegetLoadPluginResponse()optional .lgraph.LoadPluginResponse load_plugin_response = 1;Lgraph.LoadPluginResponseOrBuildergetLoadPluginResponseOrBuilder()optional .lgraph.LoadPluginResponse load_plugin_response = 1;Lgraph.PluginResponse.RespCasegetRespCase()booleanhasCallPluginResponse()optional .lgraph.CallPluginResponse call_plugin_response = 3;booleanhasDelPluginResponse()optional .lgraph.DelPluginResponse del_plugin_response = 2;booleanhasListPluginResponse()optional .lgraph.ListPluginResponse list_plugin_response = 4;booleanhasLoadPluginResponse()optional .lgraph.LoadPluginResponse load_plugin_response = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLoadPluginResponse
boolean hasLoadPluginResponse()
optional .lgraph.LoadPluginResponse load_plugin_response = 1;
-
getLoadPluginResponse
Lgraph.LoadPluginResponse getLoadPluginResponse()
optional .lgraph.LoadPluginResponse load_plugin_response = 1;
-
getLoadPluginResponseOrBuilder
Lgraph.LoadPluginResponseOrBuilder getLoadPluginResponseOrBuilder()
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;
-
getDelPluginResponseOrBuilder
Lgraph.DelPluginResponseOrBuilder getDelPluginResponseOrBuilder()
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;
-
getCallPluginResponseOrBuilder
Lgraph.CallPluginResponseOrBuilder getCallPluginResponseOrBuilder()
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;
-
getListPluginResponseOrBuilder
Lgraph.ListPluginResponseOrBuilder getListPluginResponseOrBuilder()
optional .lgraph.ListPluginResponse list_plugin_response = 4;
-
getRespCase
Lgraph.PluginResponse.RespCase getRespCase()
-
-