Package lgraph
Interface Lgraph.GetRoleInfoResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.GetRoleInfoResponse,Lgraph.GetRoleInfoResponse.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.GetRoleInfoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lgraph.ProtoRoleInfogetInfo()required .lgraph.ProtoRoleInfo info = 1;Lgraph.ProtoRoleInfoOrBuildergetInfoOrBuilder()required .lgraph.ProtoRoleInfo info = 1;booleanhasInfo()required .lgraph.ProtoRoleInfo info = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInfo
boolean hasInfo()
required .lgraph.ProtoRoleInfo info = 1;
-
getInfo
Lgraph.ProtoRoleInfo getInfo()
required .lgraph.ProtoRoleInfo info = 1;
-
getInfoOrBuilder
Lgraph.ProtoRoleInfoOrBuilder getInfoOrBuilder()
required .lgraph.ProtoRoleInfo info = 1;
-
-