public static interface RPCProtos.UserInformationOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEffectiveUser()
required string effective_user = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getEffectiveUserBytes()
required string effective_user = 1; |
String |
getRealUser()
optional string real_user = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getRealUserBytes()
optional string real_user = 2; |
boolean |
hasEffectiveUser()
required string effective_user = 1; |
boolean |
hasRealUser()
optional string real_user = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEffectiveUser()
required string effective_user = 1;String getEffectiveUser()
required string effective_user = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEffectiveUserBytes()
required string effective_user = 1;boolean hasRealUser()
optional string real_user = 2;String getRealUser()
optional string real_user = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRealUserBytes()
optional string real_user = 2;Copyright © 2007–2019 Cloudera. All rights reserved.