public static interface Lgraph.PluginRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Lgraph.CallPluginRequest |
getCallPluginRequest()
optional .lgraph.CallPluginRequest call_plugin_request = 4; |
Lgraph.CallPluginRequestOrBuilder |
getCallPluginRequestOrBuilder()
optional .lgraph.CallPluginRequest call_plugin_request = 4; |
Lgraph.DelPluginRequest |
getDelPluginRequest()
optional .lgraph.DelPluginRequest del_plugin_request = 3; |
Lgraph.DelPluginRequestOrBuilder |
getDelPluginRequestOrBuilder()
optional .lgraph.DelPluginRequest del_plugin_request = 3; |
String |
getGraph()
required string graph = 6; |
com.google.protobuf.ByteString |
getGraphBytes()
required string graph = 6; |
Lgraph.ListPluginRequest |
getListPluginRequest()
optional .lgraph.ListPluginRequest list_plugin_request = 5; |
Lgraph.ListPluginRequestOrBuilder |
getListPluginRequestOrBuilder()
optional .lgraph.ListPluginRequest list_plugin_request = 5; |
Lgraph.LoadPluginRequest |
getLoadPluginRequest()
optional .lgraph.LoadPluginRequest load_plugin_request = 2; |
Lgraph.LoadPluginRequestOrBuilder |
getLoadPluginRequestOrBuilder()
optional .lgraph.LoadPluginRequest load_plugin_request = 2; |
Lgraph.PluginRequest.ReqCase |
getReqCase() |
Lgraph.PluginRequest.PluginType |
getType()
required .lgraph.PluginRequest.PluginType type = 1; |
String |
getVersion()
optional string version = 7; |
com.google.protobuf.ByteString |
getVersionBytes()
optional string version = 7; |
boolean |
hasCallPluginRequest()
optional .lgraph.CallPluginRequest call_plugin_request = 4; |
boolean |
hasDelPluginRequest()
optional .lgraph.DelPluginRequest del_plugin_request = 3; |
boolean |
hasGraph()
required string graph = 6; |
boolean |
hasListPluginRequest()
optional .lgraph.ListPluginRequest list_plugin_request = 5; |
boolean |
hasLoadPluginRequest()
optional .lgraph.LoadPluginRequest load_plugin_request = 2; |
boolean |
hasType()
required .lgraph.PluginRequest.PluginType type = 1; |
boolean |
hasVersion()
optional string version = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
required .lgraph.PluginRequest.PluginType type = 1;Lgraph.PluginRequest.PluginType getType()
required .lgraph.PluginRequest.PluginType type = 1;boolean hasLoadPluginRequest()
optional .lgraph.LoadPluginRequest load_plugin_request = 2;Lgraph.LoadPluginRequest getLoadPluginRequest()
optional .lgraph.LoadPluginRequest load_plugin_request = 2;Lgraph.LoadPluginRequestOrBuilder getLoadPluginRequestOrBuilder()
optional .lgraph.LoadPluginRequest load_plugin_request = 2;boolean hasDelPluginRequest()
optional .lgraph.DelPluginRequest del_plugin_request = 3;Lgraph.DelPluginRequest getDelPluginRequest()
optional .lgraph.DelPluginRequest del_plugin_request = 3;Lgraph.DelPluginRequestOrBuilder getDelPluginRequestOrBuilder()
optional .lgraph.DelPluginRequest del_plugin_request = 3;boolean hasCallPluginRequest()
optional .lgraph.CallPluginRequest call_plugin_request = 4;Lgraph.CallPluginRequest getCallPluginRequest()
optional .lgraph.CallPluginRequest call_plugin_request = 4;Lgraph.CallPluginRequestOrBuilder getCallPluginRequestOrBuilder()
optional .lgraph.CallPluginRequest call_plugin_request = 4;boolean hasListPluginRequest()
optional .lgraph.ListPluginRequest list_plugin_request = 5;Lgraph.ListPluginRequest getListPluginRequest()
optional .lgraph.ListPluginRequest list_plugin_request = 5;Lgraph.ListPluginRequestOrBuilder getListPluginRequestOrBuilder()
optional .lgraph.ListPluginRequest list_plugin_request = 5;boolean hasGraph()
required string graph = 6;String getGraph()
required string graph = 6;com.google.protobuf.ByteString getGraphBytes()
required string graph = 6;boolean hasVersion()
optional string version = 7;String getVersion()
optional string version = 7;com.google.protobuf.ByteString getVersionBytes()
optional string version = 7;Lgraph.PluginRequest.ReqCase getReqCase()
Copyright © 2023 Ant Group. All rights reserved.