public static interface Lgraph.LoadPluginRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getCode()
required bytes code = 3; |
Lgraph.LoadPluginRequest.CodeType |
getCodeType()
optional .lgraph.LoadPluginRequest.CodeType code_type = 5; |
String |
getDesc()
optional string desc = 4; |
com.google.protobuf.ByteString |
getDescBytes()
optional string desc = 4; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
boolean |
getReadOnly()
required bool read_only = 2; |
boolean |
hasCode()
required bytes code = 3; |
boolean |
hasCodeType()
optional .lgraph.LoadPluginRequest.CodeType code_type = 5; |
boolean |
hasDesc()
optional string desc = 4; |
boolean |
hasName()
required string name = 1; |
boolean |
hasReadOnly()
required bool read_only = 2; |
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 hasReadOnly()
required bool read_only = 2;boolean getReadOnly()
required bool read_only = 2;boolean hasCode()
required bytes code = 3;com.google.protobuf.ByteString getCode()
required bytes code = 3;boolean hasDesc()
optional string desc = 4;String getDesc()
optional string desc = 4;com.google.protobuf.ByteString getDescBytes()
optional string desc = 4;boolean hasCodeType()
optional .lgraph.LoadPluginRequest.CodeType code_type = 5;Lgraph.LoadPluginRequest.CodeType getCodeType()
optional .lgraph.LoadPluginRequest.CodeType code_type = 5;Copyright © 2023 Ant Group. All rights reserved.