Uses of Class
org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.WhoAmIResponse.Builder

Uses of AuthenticationProtos.WhoAmIResponse.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return AuthenticationProtos.WhoAmIResponse.Builder
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.Builder.clear()
           
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.Builder.clearAuthMethod()
          optional string auth_method = 2;
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.Builder.clearUsername()
          optional string username = 1;
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.Builder.clone()
           
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.Builder.mergeFrom(AuthenticationProtos.WhoAmIResponse other)
           
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.Builder.mergeFrom(com.google.protobuf.Message other)
           
static AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.newBuilder()
           
static AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.newBuilder(AuthenticationProtos.WhoAmIResponse prototype)
           
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.newBuilderForType()
           
protected  AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.Builder.setAuthMethod(String value)
          optional string auth_method = 2;
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.Builder.setAuthMethodBytes(com.google.protobuf.ByteString value)
          optional string auth_method = 2;
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.Builder.setUsername(String value)
          optional string username = 1;
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.Builder.setUsernameBytes(com.google.protobuf.ByteString value)
          optional string username = 1;
 AuthenticationProtos.WhoAmIResponse.Builder AuthenticationProtos.WhoAmIResponse.toBuilder()
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.