Package lgraph
Interface Lgraph.ModUserRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.ModUserRequest,Lgraph.ModUserRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.ModUserRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lgraph.ModUserRequest.ActionCasegetActionCase()Lgraph.ListOfStringgetAddRoles()optional .lgraph.ListOfString add_roles = 4;Lgraph.ListOfStringOrBuildergetAddRolesOrBuilder()optional .lgraph.ListOfString add_roles = 4;Lgraph.ListOfStringgetDelRoles()optional .lgraph.ListOfString del_roles = 5;Lgraph.ListOfStringOrBuildergetDelRolesOrBuilder()optional .lgraph.ListOfString del_roles = 5;booleangetDisable()optional bool disable = 7;booleangetEnable()optional bool enable = 6;StringgetSetDesc()optional string set_desc = 8;com.google.protobuf.ByteStringgetSetDescBytes()optional string set_desc = 8;Lgraph.SetPasswordParamgetSetPassword()optional .lgraph.SetPasswordParam set_password = 2;Lgraph.SetPasswordParamOrBuildergetSetPasswordOrBuilder()optional .lgraph.SetPasswordParam set_password = 2;Lgraph.ListOfStringgetSetRoles()optional .lgraph.ListOfString set_roles = 3;Lgraph.ListOfStringOrBuildergetSetRolesOrBuilder()optional .lgraph.ListOfString set_roles = 3;StringgetUser()required string user = 1;com.google.protobuf.ByteStringgetUserBytes()required string user = 1;booleanhasAddRoles()optional .lgraph.ListOfString add_roles = 4;booleanhasDelRoles()optional .lgraph.ListOfString del_roles = 5;booleanhasDisable()optional bool disable = 7;booleanhasEnable()optional bool enable = 6;booleanhasSetDesc()optional string set_desc = 8;booleanhasSetPassword()optional .lgraph.SetPasswordParam set_password = 2;booleanhasSetRoles()optional .lgraph.ListOfString set_roles = 3;booleanhasUser()required string user = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUser
boolean hasUser()
required string user = 1;
-
getUser
String getUser()
required string user = 1;
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()
required string user = 1;
-
hasSetPassword
boolean hasSetPassword()
optional .lgraph.SetPasswordParam set_password = 2;
-
getSetPassword
Lgraph.SetPasswordParam getSetPassword()
optional .lgraph.SetPasswordParam set_password = 2;
-
getSetPasswordOrBuilder
Lgraph.SetPasswordParamOrBuilder getSetPasswordOrBuilder()
optional .lgraph.SetPasswordParam set_password = 2;
-
hasSetRoles
boolean hasSetRoles()
optional .lgraph.ListOfString set_roles = 3;
-
getSetRoles
Lgraph.ListOfString getSetRoles()
optional .lgraph.ListOfString set_roles = 3;
-
getSetRolesOrBuilder
Lgraph.ListOfStringOrBuilder getSetRolesOrBuilder()
optional .lgraph.ListOfString set_roles = 3;
-
hasAddRoles
boolean hasAddRoles()
optional .lgraph.ListOfString add_roles = 4;
-
getAddRoles
Lgraph.ListOfString getAddRoles()
optional .lgraph.ListOfString add_roles = 4;
-
getAddRolesOrBuilder
Lgraph.ListOfStringOrBuilder getAddRolesOrBuilder()
optional .lgraph.ListOfString add_roles = 4;
-
hasDelRoles
boolean hasDelRoles()
optional .lgraph.ListOfString del_roles = 5;
-
getDelRoles
Lgraph.ListOfString getDelRoles()
optional .lgraph.ListOfString del_roles = 5;
-
getDelRolesOrBuilder
Lgraph.ListOfStringOrBuilder getDelRolesOrBuilder()
optional .lgraph.ListOfString del_roles = 5;
-
hasEnable
boolean hasEnable()
optional bool enable = 6;
-
getEnable
boolean getEnable()
optional bool enable = 6;
-
hasDisable
boolean hasDisable()
optional bool disable = 7;
-
getDisable
boolean getDisable()
optional bool disable = 7;
-
hasSetDesc
boolean hasSetDesc()
optional string set_desc = 8;
-
getSetDesc
String getSetDesc()
optional string set_desc = 8;
-
getSetDescBytes
com.google.protobuf.ByteString getSetDescBytes()
optional string set_desc = 8;
-
getActionCase
Lgraph.ModUserRequest.ActionCase getActionCase()
-
-