public static final class IpcConnectionContextProtos.UserInformationProto.Builder extends <any> implements IpcConnectionContextProtos.UserInformationProtoOrBuilder
Spec for UserInformationProto is specified in ProtoUtil#makeIpcConnectionContextProtobuf type
hadoop.common.UserInformationProto
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public IpcConnectionContextProtos.UserInformationProto.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
public IpcConnectionContextProtos.UserInformationProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public IpcConnectionContextProtos.UserInformationProto build()
public IpcConnectionContextProtos.UserInformationProto buildPartial()
public IpcConnectionContextProtos.UserInformationProto.Builder clone()
public IpcConnectionContextProtos.UserInformationProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public IpcConnectionContextProtos.UserInformationProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public IpcConnectionContextProtos.UserInformationProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public IpcConnectionContextProtos.UserInformationProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public IpcConnectionContextProtos.UserInformationProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public IpcConnectionContextProtos.UserInformationProto.Builder mergeFrom(com.google.protobuf.Message other)
public IpcConnectionContextProtos.UserInformationProto.Builder mergeFrom(IpcConnectionContextProtos.UserInformationProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public IpcConnectionContextProtos.UserInformationProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public boolean hasEffectiveUser()
optional string effectiveUser = 1;
hasEffectiveUser
in interface IpcConnectionContextProtos.UserInformationProtoOrBuilder
public String getEffectiveUser()
optional string effectiveUser = 1;
getEffectiveUser
in interface IpcConnectionContextProtos.UserInformationProtoOrBuilder
public com.google.protobuf.ByteString getEffectiveUserBytes()
optional string effectiveUser = 1;
getEffectiveUserBytes
in interface IpcConnectionContextProtos.UserInformationProtoOrBuilder
public IpcConnectionContextProtos.UserInformationProto.Builder setEffectiveUser(String value)
optional string effectiveUser = 1;
public IpcConnectionContextProtos.UserInformationProto.Builder clearEffectiveUser()
optional string effectiveUser = 1;
public IpcConnectionContextProtos.UserInformationProto.Builder setEffectiveUserBytes(com.google.protobuf.ByteString value)
optional string effectiveUser = 1;
public boolean hasRealUser()
optional string realUser = 2;
hasRealUser
in interface IpcConnectionContextProtos.UserInformationProtoOrBuilder
public String getRealUser()
optional string realUser = 2;
getRealUser
in interface IpcConnectionContextProtos.UserInformationProtoOrBuilder
public com.google.protobuf.ByteString getRealUserBytes()
optional string realUser = 2;
getRealUserBytes
in interface IpcConnectionContextProtos.UserInformationProtoOrBuilder
public IpcConnectionContextProtos.UserInformationProto.Builder setRealUser(String value)
optional string realUser = 2;
public IpcConnectionContextProtos.UserInformationProto.Builder clearRealUser()
optional string realUser = 2;
public IpcConnectionContextProtos.UserInformationProto.Builder setRealUserBytes(com.google.protobuf.ByteString value)
optional string realUser = 2;
public final IpcConnectionContextProtos.UserInformationProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final IpcConnectionContextProtos.UserInformationProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.