public static interface RPCProtos.UserInformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 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;Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.