Package lgraph
Interface Lgraph.CallPluginRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.CallPluginRequest,Lgraph.CallPluginRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.CallPluginRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetInProcess()optional bool in_process = 4;StringgetName()required string name = 1;com.google.protobuf.ByteStringgetNameBytes()required string name = 1;com.google.protobuf.ByteStringgetParam()required bytes param = 2;doublegetTimeout()optional double timeout = 3;booleanhasInProcess()optional bool in_process = 4;booleanhasName()required string name = 1;booleanhasParam()required bytes param = 2;booleanhasTimeout()optional double timeout = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
required string name = 1;
-
getName
String getName()
required string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
-
hasParam
boolean hasParam()
required bytes param = 2;
-
getParam
com.google.protobuf.ByteString getParam()
required bytes param = 2;
-
hasTimeout
boolean hasTimeout()
optional double timeout = 3;
-
getTimeout
double getTimeout()
optional double timeout = 3;
-
hasInProcess
boolean hasInProcess()
optional bool in_process = 4;
-
getInProcess
boolean getInProcess()
optional bool in_process = 4;
-
-