public static interface Lgraph.CallPluginRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getInProcess()
optional bool in_process = 4; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.ByteString |
getParam()
required bytes param = 2; |
boolean |
getResultInJsonFormat()
optional bool result_in_json_format = 5; |
double |
getTimeout()
optional double timeout = 3; |
boolean |
hasInProcess()
optional bool in_process = 4; |
boolean |
hasName()
required string name = 1; |
boolean |
hasParam()
required bytes param = 2; |
boolean |
hasResultInJsonFormat()
optional bool result_in_json_format = 5; |
boolean |
hasTimeout()
optional double timeout = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
required string name = 1;String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasParam()
required bytes param = 2;com.google.protobuf.ByteString getParam()
required bytes param = 2;boolean hasTimeout()
optional double timeout = 3;double getTimeout()
optional double timeout = 3;boolean hasInProcess()
optional bool in_process = 4;boolean getInProcess()
optional bool in_process = 4;boolean hasResultInJsonFormat()
optional bool result_in_json_format = 5;boolean getResultInJsonFormat()
optional bool result_in_json_format = 5;Copyright © 2023 Ant Group. All rights reserved.