Package lgraph
Interface Lgraph.AddUserRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.AddUserRequest,Lgraph.AddUserRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.AddUserRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthMethod()optional string auth_method = 3;com.google.protobuf.ByteStringgetAuthMethodBytes()optional string auth_method = 3;StringgetDesc()optional string desc = 4;com.google.protobuf.ByteStringgetDescBytes()optional string desc = 4;StringgetPassword()required string password = 2;com.google.protobuf.ByteStringgetPasswordBytes()required string password = 2;StringgetUser()required string user = 1;com.google.protobuf.ByteStringgetUserBytes()required string user = 1;booleanhasAuthMethod()optional string auth_method = 3;booleanhasDesc()optional string desc = 4;booleanhasPassword()required string password = 2;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;
-
hasPassword
boolean hasPassword()
required string password = 2;
-
getPassword
String getPassword()
required string password = 2;
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()
required string password = 2;
-
hasAuthMethod
boolean hasAuthMethod()
optional string auth_method = 3;
-
getAuthMethod
String getAuthMethod()
optional string auth_method = 3;
-
getAuthMethodBytes
com.google.protobuf.ByteString getAuthMethodBytes()
optional string auth_method = 3;
-
hasDesc
boolean hasDesc()
optional string desc = 4;
-
getDesc
String getDesc()
optional string desc = 4;
-
getDescBytes
com.google.protobuf.ByteString getDescBytes()
optional string desc = 4;
-
-