public static final class RPCProtos.UserInformation extends com.google.protobuf.GeneratedMessage implements RPCProtos.UserInformationOrBuilder
UserInformation
 User Information proto. Included in ConnectionHeader on connection setup
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RPCProtos.UserInformation.Builder
Protobuf type  
UserInformation | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
EFFECTIVE_USER_FIELD_NUMBER  | 
static <any> | 
PARSER  | 
static int | 
REAL_USER_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static RPCProtos.UserInformation | 
getDefaultInstance()  | 
RPCProtos.UserInformation | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
String | 
getEffectiveUser()
required string effective_user = 1; | 
com.google.protobuf.ByteString | 
getEffectiveUserBytes()
required string effective_user = 1; | 
<any> | 
getParserForType()  | 
String | 
getRealUser()
optional string real_user = 2; | 
com.google.protobuf.ByteString | 
getRealUserBytes()
optional string real_user = 2; | 
int | 
getSerializedSize()  | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
boolean | 
hasEffectiveUser()
required string effective_user = 1; | 
int | 
hashCode()  | 
boolean | 
hasRealUser()
optional string real_user = 2; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static RPCProtos.UserInformation.Builder | 
newBuilder()  | 
static RPCProtos.UserInformation.Builder | 
newBuilder(RPCProtos.UserInformation prototype)  | 
RPCProtos.UserInformation.Builder | 
newBuilderForType()  | 
protected RPCProtos.UserInformation.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static RPCProtos.UserInformation | 
parseDelimitedFrom(InputStream input)  | 
static RPCProtos.UserInformation | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static RPCProtos.UserInformation | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static RPCProtos.UserInformation | 
parseFrom(com.google.protobuf.ByteString data)  | 
static RPCProtos.UserInformation | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static RPCProtos.UserInformation | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static RPCProtos.UserInformation | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static RPCProtos.UserInformation | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
RPCProtos.UserInformation.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> PARSER
public static final int EFFECTIVE_USER_FIELD_NUMBER
public static final int REAL_USER_FIELD_NUMBER
public static RPCProtos.UserInformation getDefaultInstance()
public RPCProtos.UserInformation getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasEffectiveUser()
required string effective_user = 1;hasEffectiveUser in interface RPCProtos.UserInformationOrBuilderpublic String getEffectiveUser()
required string effective_user = 1;getEffectiveUser in interface RPCProtos.UserInformationOrBuilderpublic com.google.protobuf.ByteString getEffectiveUserBytes()
required string effective_user = 1;getEffectiveUserBytes in interface RPCProtos.UserInformationOrBuilderpublic boolean hasRealUser()
optional string real_user = 2;hasRealUser in interface RPCProtos.UserInformationOrBuilderpublic String getRealUser()
optional string real_user = 2;getRealUser in interface RPCProtos.UserInformationOrBuilderpublic com.google.protobuf.ByteString getRealUserBytes()
optional string real_user = 2;getRealUserBytes in interface RPCProtos.UserInformationOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static RPCProtos.UserInformation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.UserInformation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.UserInformation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCProtos.UserInformation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RPCProtos.UserInformation parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RPCProtos.UserInformation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RPCProtos.UserInformation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RPCProtos.UserInformation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RPCProtos.UserInformation.Builder newBuilder()
public RPCProtos.UserInformation.Builder newBuilderForType()
public static RPCProtos.UserInformation.Builder newBuilder(RPCProtos.UserInformation prototype)
public RPCProtos.UserInformation.Builder toBuilder()
protected RPCProtos.UserInformation.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)