Package lgraph
Interface Lgraph.ProtoRoleInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.ProtoRoleInfo,Lgraph.ProtoRoleInfo.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.ProtoRoleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDesc()required string desc = 2;com.google.protobuf.ByteStringgetDescBytes()required string desc = 2;Lgraph.ProtoGraphAccessgetGraphAccess()required .lgraph.ProtoGraphAccess graph_access = 3;Lgraph.ProtoGraphAccessOrBuildergetGraphAccessOrBuilder()required .lgraph.ProtoGraphAccess graph_access = 3;booleangetIsDisabled()required bool is_disabled = 1;booleanhasDesc()required string desc = 2;booleanhasGraphAccess()required .lgraph.ProtoGraphAccess graph_access = 3;booleanhasIsDisabled()required bool is_disabled = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIsDisabled
boolean hasIsDisabled()
required bool is_disabled = 1;
-
getIsDisabled
boolean getIsDisabled()
required bool is_disabled = 1;
-
hasDesc
boolean hasDesc()
required string desc = 2;
-
getDesc
String getDesc()
required string desc = 2;
-
getDescBytes
com.google.protobuf.ByteString getDescBytes()
required string desc = 2;
-
hasGraphAccess
boolean hasGraphAccess()
required .lgraph.ProtoGraphAccess graph_access = 3;
-
getGraphAccess
Lgraph.ProtoGraphAccess getGraphAccess()
required .lgraph.ProtoGraphAccess graph_access = 3;
-
getGraphAccessOrBuilder
Lgraph.ProtoGraphAccessOrBuilder getGraphAccessOrBuilder()
required .lgraph.ProtoGraphAccess graph_access = 3;
-
-