public static interface RPCProtos.UserInformationOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEffectiveUser()
required string effective_user = 1; |
com.google.protobuf.ByteString |
getEffectiveUserBytes()
required string effective_user = 1; |
java.lang.String |
getRealUser()
optional string real_user = 2; |
com.google.protobuf.ByteString |
getRealUserBytes()
optional string real_user = 2; |
boolean |
hasEffectiveUser()
required string effective_user = 1; |
boolean |
hasRealUser()
optional string real_user = 2; |
boolean hasEffectiveUser()
required string effective_user = 1;java.lang.String getEffectiveUser()
required string effective_user = 1;com.google.protobuf.ByteString getEffectiveUserBytes()
required string effective_user = 1;boolean hasRealUser()
optional string real_user = 2;java.lang.String getRealUser()
optional string real_user = 2;com.google.protobuf.ByteString getRealUserBytes()
optional string real_user = 2;