public static interface RPCProtos.UserInformationOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
String | 
getEffectiveUser()
required string effective_user = 1; | 
com.google.protobuf.ByteString | 
getEffectiveUserBytes()
required string effective_user = 1; | 
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;String getEffectiveUser()
required string effective_user = 1;com.google.protobuf.ByteString getEffectiveUserBytes()
required string effective_user = 1;boolean hasRealUser()
optional string real_user = 2;String getRealUser()
optional string real_user = 2;com.google.protobuf.ByteString getRealUserBytes()
optional string real_user = 2;