public static final class Lgraph.PluginResponse extends com.google.protobuf.GeneratedMessageV3 implements Lgraph.PluginResponseOrBuilder
lgraph.PluginResponse| Modifier and Type | Class and Description |
|---|---|
static class |
Lgraph.PluginResponse.Builder
Protobuf type
lgraph.PluginResponse |
static class |
Lgraph.PluginResponse.RespCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CALL_PLUGIN_RESPONSE_FIELD_NUMBER |
static int |
DEL_PLUGIN_RESPONSE_FIELD_NUMBER |
static int |
LIST_PLUGIN_RESPONSE_FIELD_NUMBER |
static int |
LOAD_PLUGIN_RESPONSE_FIELD_NUMBER |
static com.google.protobuf.Parser<Lgraph.PluginResponse> |
PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Lgraph.CallPluginResponse |
getCallPluginResponse()
optional .lgraph.CallPluginResponse call_plugin_response = 3; |
Lgraph.CallPluginResponseOrBuilder |
getCallPluginResponseOrBuilder()
optional .lgraph.CallPluginResponse call_plugin_response = 3; |
static Lgraph.PluginResponse |
getDefaultInstance() |
Lgraph.PluginResponse |
getDefaultInstanceForType() |
Lgraph.DelPluginResponse |
getDelPluginResponse()
optional .lgraph.DelPluginResponse del_plugin_response = 2; |
Lgraph.DelPluginResponseOrBuilder |
getDelPluginResponseOrBuilder()
optional .lgraph.DelPluginResponse del_plugin_response = 2; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Lgraph.ListPluginResponse |
getListPluginResponse()
optional .lgraph.ListPluginResponse list_plugin_response = 4; |
Lgraph.ListPluginResponseOrBuilder |
getListPluginResponseOrBuilder()
optional .lgraph.ListPluginResponse list_plugin_response = 4; |
Lgraph.LoadPluginResponse |
getLoadPluginResponse()
optional .lgraph.LoadPluginResponse load_plugin_response = 1; |
Lgraph.LoadPluginResponseOrBuilder |
getLoadPluginResponseOrBuilder()
optional .lgraph.LoadPluginResponse load_plugin_response = 1; |
com.google.protobuf.Parser<Lgraph.PluginResponse> |
getParserForType() |
Lgraph.PluginResponse.RespCase |
getRespCase() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCallPluginResponse()
optional .lgraph.CallPluginResponse call_plugin_response = 3; |
boolean |
hasDelPluginResponse()
optional .lgraph.DelPluginResponse del_plugin_response = 2; |
int |
hashCode() |
boolean |
hasListPluginResponse()
optional .lgraph.ListPluginResponse list_plugin_response = 4; |
boolean |
hasLoadPluginResponse()
optional .lgraph.LoadPluginResponse load_plugin_response = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Lgraph.PluginResponse.Builder |
newBuilder() |
static Lgraph.PluginResponse.Builder |
newBuilder(Lgraph.PluginResponse prototype) |
Lgraph.PluginResponse.Builder |
newBuilderForType() |
protected Lgraph.PluginResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Lgraph.PluginResponse |
parseDelimitedFrom(InputStream input) |
static Lgraph.PluginResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.PluginResponse |
parseFrom(byte[] data) |
static Lgraph.PluginResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.PluginResponse |
parseFrom(ByteBuffer data) |
static Lgraph.PluginResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.PluginResponse |
parseFrom(com.google.protobuf.ByteString data) |
static Lgraph.PluginResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.PluginResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Lgraph.PluginResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Lgraph.PluginResponse |
parseFrom(InputStream input) |
static Lgraph.PluginResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Lgraph.PluginResponse> |
parser() |
Lgraph.PluginResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int LOAD_PLUGIN_RESPONSE_FIELD_NUMBER
public static final int DEL_PLUGIN_RESPONSE_FIELD_NUMBER
public static final int CALL_PLUGIN_RESPONSE_FIELD_NUMBER
public static final int LIST_PLUGIN_RESPONSE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Lgraph.PluginResponse> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Lgraph.PluginResponse.RespCase getRespCase()
getRespCase in interface Lgraph.PluginResponseOrBuilderpublic boolean hasLoadPluginResponse()
optional .lgraph.LoadPluginResponse load_plugin_response = 1;hasLoadPluginResponse in interface Lgraph.PluginResponseOrBuilderpublic Lgraph.LoadPluginResponse getLoadPluginResponse()
optional .lgraph.LoadPluginResponse load_plugin_response = 1;getLoadPluginResponse in interface Lgraph.PluginResponseOrBuilderpublic Lgraph.LoadPluginResponseOrBuilder getLoadPluginResponseOrBuilder()
optional .lgraph.LoadPluginResponse load_plugin_response = 1;getLoadPluginResponseOrBuilder in interface Lgraph.PluginResponseOrBuilderpublic boolean hasDelPluginResponse()
optional .lgraph.DelPluginResponse del_plugin_response = 2;hasDelPluginResponse in interface Lgraph.PluginResponseOrBuilderpublic Lgraph.DelPluginResponse getDelPluginResponse()
optional .lgraph.DelPluginResponse del_plugin_response = 2;getDelPluginResponse in interface Lgraph.PluginResponseOrBuilderpublic Lgraph.DelPluginResponseOrBuilder getDelPluginResponseOrBuilder()
optional .lgraph.DelPluginResponse del_plugin_response = 2;getDelPluginResponseOrBuilder in interface Lgraph.PluginResponseOrBuilderpublic boolean hasCallPluginResponse()
optional .lgraph.CallPluginResponse call_plugin_response = 3;hasCallPluginResponse in interface Lgraph.PluginResponseOrBuilderpublic Lgraph.CallPluginResponse getCallPluginResponse()
optional .lgraph.CallPluginResponse call_plugin_response = 3;getCallPluginResponse in interface Lgraph.PluginResponseOrBuilderpublic Lgraph.CallPluginResponseOrBuilder getCallPluginResponseOrBuilder()
optional .lgraph.CallPluginResponse call_plugin_response = 3;getCallPluginResponseOrBuilder in interface Lgraph.PluginResponseOrBuilderpublic boolean hasListPluginResponse()
optional .lgraph.ListPluginResponse list_plugin_response = 4;hasListPluginResponse in interface Lgraph.PluginResponseOrBuilderpublic Lgraph.ListPluginResponse getListPluginResponse()
optional .lgraph.ListPluginResponse list_plugin_response = 4;getListPluginResponse in interface Lgraph.PluginResponseOrBuilderpublic Lgraph.ListPluginResponseOrBuilder getListPluginResponseOrBuilder()
optional .lgraph.ListPluginResponse list_plugin_response = 4;getListPluginResponseOrBuilder in interface Lgraph.PluginResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Lgraph.PluginResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.PluginResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.PluginResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.PluginResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.PluginResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.PluginResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Lgraph.PluginResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static Lgraph.PluginResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Lgraph.PluginResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Lgraph.PluginResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Lgraph.PluginResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Lgraph.PluginResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Lgraph.PluginResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Lgraph.PluginResponse.Builder newBuilder()
public static Lgraph.PluginResponse.Builder newBuilder(Lgraph.PluginResponse prototype)
public Lgraph.PluginResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Lgraph.PluginResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Lgraph.PluginResponse getDefaultInstance()
public static com.google.protobuf.Parser<Lgraph.PluginResponse> parser()
public com.google.protobuf.Parser<Lgraph.PluginResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Lgraph.PluginResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Ant Group. All rights reserved.