RPCPB.UserInformation.Builder |
RPCPB.UserInformation.Builder.clear() |
RPCPB.UserInformation.Builder |
RPCPB.UserInformation.Builder.clearEffectiveUser()
required string effective_user = 1;
|
RPCPB.UserInformation.Builder |
RPCPB.UserInformation.Builder.clearRealUser()
optional string real_user = 2;
|
RPCPB.UserInformation.Builder |
RPCPB.UserInformation.Builder.clone() |
RPCPB.UserInformation.Builder |
RPCPB.UserInformation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RPCPB.UserInformation.Builder |
RPCPB.UserInformation.Builder.mergeFrom(RPCPB.UserInformation other) |
static RPCPB.UserInformation.Builder |
RPCPB.UserInformation.newBuilder() |
static RPCPB.UserInformation.Builder |
RPCPB.UserInformation.newBuilder(RPCPB.UserInformation prototype) |
RPCPB.UserInformation.Builder |
RPCPB.UserInformation.newBuilderForType() |
RPCPB.UserInformation.Builder |
RPCPB.UserInformation.Builder.setEffectiveUser(String value)
required string effective_user = 1;
|
RPCPB.UserInformation.Builder |
RPCPB.UserInformation.Builder.setEffectiveUserBytes(com.google.protobuf.ByteString value)
required string effective_user = 1;
|
RPCPB.UserInformation.Builder |
RPCPB.UserInformation.Builder.setRealUser(String value)
optional string real_user = 2;
|
RPCPB.UserInformation.Builder |
RPCPB.UserInformation.Builder.setRealUserBytes(com.google.protobuf.ByteString value)
optional string real_user = 2;
|
RPCPB.UserInformation.Builder |
RPCPB.UserInformation.toBuilder() |