Package lgraph
Interface Lgraph.ModRoleRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.ModRoleRequest,Lgraph.ModRoleRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.ModRoleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lgraph.ModRoleRequest.ActionCasegetActionCase()booleangetDisable()optional bool disable = 6;booleangetEnable()optional bool enable = 5;StringgetModDesc()optional string mod_desc = 2;com.google.protobuf.ByteStringgetModDescBytes()optional string mod_desc = 2;StringgetRole()required string role = 1;com.google.protobuf.ByteStringgetRoleBytes()required string role = 1;Lgraph.ProtoGraphAccessgetSetDiffGraphAccess()optional .lgraph.ProtoGraphAccess set_diff_graph_access = 4;Lgraph.ProtoGraphAccessOrBuildergetSetDiffGraphAccessOrBuilder()optional .lgraph.ProtoGraphAccess set_diff_graph_access = 4;Lgraph.ProtoGraphAccessgetSetFullGraphAccess()optional .lgraph.ProtoGraphAccess set_full_graph_access = 3;Lgraph.ProtoGraphAccessOrBuildergetSetFullGraphAccessOrBuilder()optional .lgraph.ProtoGraphAccess set_full_graph_access = 3;booleanhasDisable()optional bool disable = 6;booleanhasEnable()optional bool enable = 5;booleanhasModDesc()optional string mod_desc = 2;booleanhasRole()required string role = 1;booleanhasSetDiffGraphAccess()optional .lgraph.ProtoGraphAccess set_diff_graph_access = 4;booleanhasSetFullGraphAccess()optional .lgraph.ProtoGraphAccess set_full_graph_access = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRole
boolean hasRole()
required string role = 1;
-
getRole
String getRole()
required string role = 1;
-
getRoleBytes
com.google.protobuf.ByteString getRoleBytes()
required string role = 1;
-
hasModDesc
boolean hasModDesc()
optional string mod_desc = 2;
-
getModDesc
String getModDesc()
optional string mod_desc = 2;
-
getModDescBytes
com.google.protobuf.ByteString getModDescBytes()
optional string mod_desc = 2;
-
hasSetFullGraphAccess
boolean hasSetFullGraphAccess()
optional .lgraph.ProtoGraphAccess set_full_graph_access = 3;
-
getSetFullGraphAccess
Lgraph.ProtoGraphAccess getSetFullGraphAccess()
optional .lgraph.ProtoGraphAccess set_full_graph_access = 3;
-
getSetFullGraphAccessOrBuilder
Lgraph.ProtoGraphAccessOrBuilder getSetFullGraphAccessOrBuilder()
optional .lgraph.ProtoGraphAccess set_full_graph_access = 3;
-
hasSetDiffGraphAccess
boolean hasSetDiffGraphAccess()
optional .lgraph.ProtoGraphAccess set_diff_graph_access = 4;
-
getSetDiffGraphAccess
Lgraph.ProtoGraphAccess getSetDiffGraphAccess()
optional .lgraph.ProtoGraphAccess set_diff_graph_access = 4;
-
getSetDiffGraphAccessOrBuilder
Lgraph.ProtoGraphAccessOrBuilder getSetDiffGraphAccessOrBuilder()
optional .lgraph.ProtoGraphAccess set_diff_graph_access = 4;
-
hasEnable
boolean hasEnable()
optional bool enable = 5;
-
getEnable
boolean getEnable()
optional bool enable = 5;
-
hasDisable
boolean hasDisable()
optional bool disable = 6;
-
getDisable
boolean getDisable()
optional bool disable = 6;
-
getActionCase
Lgraph.ModRoleRequest.ActionCase getActionCase()
-
-