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

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return AuthenticationProtos.GetAuthenticationTokenResponse.Builder
 AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.Builder.clear()
           
 AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.Builder.clearToken()
          optional .Token token = 1;
 AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.Builder.clone()
           
 AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.Builder.mergeFrom(AuthenticationProtos.GetAuthenticationTokenResponse other)
           
 AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.Builder.mergeFrom(com.google.protobuf.Message other)
           
 AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.Builder.mergeToken(AuthenticationProtos.Token value)
          optional .Token token = 1;
static AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.newBuilder()
           
static AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.newBuilder(AuthenticationProtos.GetAuthenticationTokenResponse prototype)
           
 AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.newBuilderForType()
           
protected  AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.Builder.setToken(AuthenticationProtos.Token.Builder builderForValue)
          optional .Token token = 1;
 AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.Builder.setToken(AuthenticationProtos.Token value)
          optional .Token token = 1;
 AuthenticationProtos.GetAuthenticationTokenResponse.Builder AuthenticationProtos.GetAuthenticationTokenResponse.toBuilder()
           
 



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