public interface LoginRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIssueToken()
bool issue_token = 5; |
java.lang.String |
getNamespace()
string namespace = 1; |
com.google.protobuf.ByteString |
getNamespaceBytes()
string namespace = 1; |
java.lang.String |
getPassword()
string password = 3; |
com.google.protobuf.ByteString |
getPasswordBytes()
string password = 3; |
java.lang.String |
getToken()
string token = 4; |
com.google.protobuf.ByteString |
getTokenBytes()
string token = 4; |
java.lang.String |
getUsername()
string username = 2; |
com.google.protobuf.ByteString |
getUsernameBytes()
string username = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getNamespace()
string namespace = 1;com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;java.lang.String getUsername()
string username = 2;com.google.protobuf.ByteString getUsernameBytes()
string username = 2;java.lang.String getPassword()
string password = 3;com.google.protobuf.ByteString getPasswordBytes()
string password = 3;java.lang.String getToken()
string token = 4;com.google.protobuf.ByteString getTokenBytes()
string token = 4;boolean getIssueToken()
bool issue_token = 5;