public static final class IpcConnectionContextProtos.UserInformationProto.Builder extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder> implements IpcConnectionContextProtos.UserInformationProtoOrBuilder
Spec for UserInformationProto is specified in ProtoUtil#makeIpcConnectionContextProtobuf type
hadoop.common.UserInformationProto| Modifier and Type | Method and Description |
|---|---|
IpcConnectionContextProtos.UserInformationProto.Builder |
addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IpcConnectionContextProtos.UserInformationProto |
build() |
IpcConnectionContextProtos.UserInformationProto |
buildPartial() |
IpcConnectionContextProtos.UserInformationProto.Builder |
clear() |
IpcConnectionContextProtos.UserInformationProto.Builder |
clearEffectiveUser()
optional string effectiveUser = 1; |
IpcConnectionContextProtos.UserInformationProto.Builder |
clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field) |
IpcConnectionContextProtos.UserInformationProto.Builder |
clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof) |
IpcConnectionContextProtos.UserInformationProto.Builder |
clearRealUser()
optional string realUser = 2; |
IpcConnectionContextProtos.UserInformationProto.Builder |
clone() |
IpcConnectionContextProtos.UserInformationProto |
getDefaultInstanceForType() |
static org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getEffectiveUser()
optional string effectiveUser = 1; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getEffectiveUserBytes()
optional string effectiveUser = 1; |
String |
getRealUser()
optional string realUser = 2; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getRealUserBytes()
optional string realUser = 2; |
boolean |
hasEffectiveUser()
optional string effectiveUser = 1; |
boolean |
hasRealUser()
optional string realUser = 2; |
protected org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
IpcConnectionContextProtos.UserInformationProto.Builder |
mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
IpcConnectionContextProtos.UserInformationProto.Builder |
mergeFrom(IpcConnectionContextProtos.UserInformationProto other) |
IpcConnectionContextProtos.UserInformationProto.Builder |
mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other) |
IpcConnectionContextProtos.UserInformationProto.Builder |
mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) |
IpcConnectionContextProtos.UserInformationProto.Builder |
setEffectiveUser(String value)
optional string effectiveUser = 1; |
IpcConnectionContextProtos.UserInformationProto.Builder |
setEffectiveUserBytes(org.apache.hadoop.thirdparty.protobuf.ByteString value)
optional string effectiveUser = 1; |
IpcConnectionContextProtos.UserInformationProto.Builder |
setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IpcConnectionContextProtos.UserInformationProto.Builder |
setRealUser(String value)
optional string realUser = 2; |
IpcConnectionContextProtos.UserInformationProto.Builder |
setRealUserBytes(org.apache.hadoop.thirdparty.protobuf.ByteString value)
optional string realUser = 2; |
IpcConnectionContextProtos.UserInformationProto.Builder |
setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
IpcConnectionContextProtos.UserInformationProto.Builder |
setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>public IpcConnectionContextProtos.UserInformationProto.Builder clear()
clear in interface org.apache.hadoop.thirdparty.protobuf.Message.Builderclear in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builderclear in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>public org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>public IpcConnectionContextProtos.UserInformationProto getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilderpublic IpcConnectionContextProtos.UserInformationProto build()
build in interface org.apache.hadoop.thirdparty.protobuf.Message.Builderbuild in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builderpublic IpcConnectionContextProtos.UserInformationProto buildPartial()
buildPartial in interface org.apache.hadoop.thirdparty.protobuf.Message.BuilderbuildPartial in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builderpublic IpcConnectionContextProtos.UserInformationProto.Builder clone()
clone in interface org.apache.hadoop.thirdparty.protobuf.Message.Builderclone in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builderclone in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>public IpcConnectionContextProtos.UserInformationProto.Builder setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildersetField in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>public IpcConnectionContextProtos.UserInformationProto.Builder clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hadoop.thirdparty.protobuf.Message.BuilderclearField in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>public IpcConnectionContextProtos.UserInformationProto.Builder clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hadoop.thirdparty.protobuf.Message.BuilderclearOneof in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>public IpcConnectionContextProtos.UserInformationProto.Builder setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildersetRepeatedField in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>public IpcConnectionContextProtos.UserInformationProto.Builder addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hadoop.thirdparty.protobuf.Message.BuilderaddRepeatedField in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>public IpcConnectionContextProtos.UserInformationProto.Builder mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other)
mergeFrom in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildermergeFrom in class org.apache.hadoop.thirdparty.protobuf.AbstractMessage.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>public IpcConnectionContextProtos.UserInformationProto.Builder mergeFrom(IpcConnectionContextProtos.UserInformationProto other)
public final boolean isInitialized()
isInitialized in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>public IpcConnectionContextProtos.UserInformationProto.Builder mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildermergeFrom in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.BuildermergeFrom in class org.apache.hadoop.thirdparty.protobuf.AbstractMessage.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>IOExceptionpublic boolean hasEffectiveUser()
optional string effectiveUser = 1;hasEffectiveUser in interface IpcConnectionContextProtos.UserInformationProtoOrBuilderpublic String getEffectiveUser()
optional string effectiveUser = 1;getEffectiveUser in interface IpcConnectionContextProtos.UserInformationProtoOrBuilderpublic org.apache.hadoop.thirdparty.protobuf.ByteString getEffectiveUserBytes()
optional string effectiveUser = 1;getEffectiveUserBytes in interface IpcConnectionContextProtos.UserInformationProtoOrBuilderpublic IpcConnectionContextProtos.UserInformationProto.Builder setEffectiveUser(String value)
optional string effectiveUser = 1;public IpcConnectionContextProtos.UserInformationProto.Builder clearEffectiveUser()
optional string effectiveUser = 1;public IpcConnectionContextProtos.UserInformationProto.Builder setEffectiveUserBytes(org.apache.hadoop.thirdparty.protobuf.ByteString value)
optional string effectiveUser = 1;public boolean hasRealUser()
optional string realUser = 2;hasRealUser in interface IpcConnectionContextProtos.UserInformationProtoOrBuilderpublic String getRealUser()
optional string realUser = 2;getRealUser in interface IpcConnectionContextProtos.UserInformationProtoOrBuilderpublic org.apache.hadoop.thirdparty.protobuf.ByteString getRealUserBytes()
optional string realUser = 2;getRealUserBytes in interface IpcConnectionContextProtos.UserInformationProtoOrBuilderpublic IpcConnectionContextProtos.UserInformationProto.Builder setRealUser(String value)
optional string realUser = 2;public IpcConnectionContextProtos.UserInformationProto.Builder clearRealUser()
optional string realUser = 2;public IpcConnectionContextProtos.UserInformationProto.Builder setRealUserBytes(org.apache.hadoop.thirdparty.protobuf.ByteString value)
optional string realUser = 2;public final IpcConnectionContextProtos.UserInformationProto.Builder setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildersetUnknownFields in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>public final IpcConnectionContextProtos.UserInformationProto.Builder mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildermergeUnknownFields in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<IpcConnectionContextProtos.UserInformationProto.Builder>Copyright © 2008–2021 Apache Software Foundation. All rights reserved.