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

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.WhoAmIResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, AuthenticationProtos.WhoAmIResponseOrBuilder
Enclosing class:
AuthenticationProtos.WhoAmIResponse

public static final class AuthenticationProtos.WhoAmIResponse.Builder
extends com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>
implements AuthenticationProtos.WhoAmIResponseOrBuilder

Protobuf type WhoAmIResponse


Method Summary
 AuthenticationProtos.WhoAmIResponse build()
           
 AuthenticationProtos.WhoAmIResponse buildPartial()
           
 AuthenticationProtos.WhoAmIResponse.Builder clear()
           
 AuthenticationProtos.WhoAmIResponse.Builder clearAuthMethod()
          optional string auth_method = 2;
 AuthenticationProtos.WhoAmIResponse.Builder clearUsername()
          optional string username = 1;
 AuthenticationProtos.WhoAmIResponse.Builder clone()
           
 String getAuthMethod()
          optional string auth_method = 2;
 com.google.protobuf.ByteString getAuthMethodBytes()
          optional string auth_method = 2;
 AuthenticationProtos.WhoAmIResponse getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getUsername()
          optional string username = 1;
 com.google.protobuf.ByteString getUsernameBytes()
          optional string username = 1;
 boolean hasAuthMethod()
          optional string auth_method = 2;
 boolean hasUsername()
          optional string username = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 AuthenticationProtos.WhoAmIResponse.Builder mergeFrom(AuthenticationProtos.WhoAmIResponse other)
           
 AuthenticationProtos.WhoAmIResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 AuthenticationProtos.WhoAmIResponse.Builder mergeFrom(com.google.protobuf.Message other)
           
 AuthenticationProtos.WhoAmIResponse.Builder setAuthMethod(String value)
          optional string auth_method = 2;
 AuthenticationProtos.WhoAmIResponse.Builder setAuthMethodBytes(com.google.protobuf.ByteString value)
          optional string auth_method = 2;
 AuthenticationProtos.WhoAmIResponse.Builder setUsername(String value)
          optional string username = 1;
 AuthenticationProtos.WhoAmIResponse.Builder setUsernameBytes(com.google.protobuf.ByteString value)
          optional string username = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>

clear

public AuthenticationProtos.WhoAmIResponse.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>

clone

public AuthenticationProtos.WhoAmIResponse.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>

getDefaultInstanceForType

public AuthenticationProtos.WhoAmIResponse getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public AuthenticationProtos.WhoAmIResponse build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public AuthenticationProtos.WhoAmIResponse buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public AuthenticationProtos.WhoAmIResponse.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>

mergeFrom

public AuthenticationProtos.WhoAmIResponse.Builder mergeFrom(AuthenticationProtos.WhoAmIResponse other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>

mergeFrom

public AuthenticationProtos.WhoAmIResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>
Throws:
IOException

hasUsername

public boolean hasUsername()
optional string username = 1;

Specified by:
hasUsername in interface AuthenticationProtos.WhoAmIResponseOrBuilder

getUsername

public String getUsername()
optional string username = 1;

Specified by:
getUsername in interface AuthenticationProtos.WhoAmIResponseOrBuilder

getUsernameBytes

public com.google.protobuf.ByteString getUsernameBytes()
optional string username = 1;

Specified by:
getUsernameBytes in interface AuthenticationProtos.WhoAmIResponseOrBuilder

setUsername

public AuthenticationProtos.WhoAmIResponse.Builder setUsername(String value)
optional string username = 1;


clearUsername

public AuthenticationProtos.WhoAmIResponse.Builder clearUsername()
optional string username = 1;


setUsernameBytes

public AuthenticationProtos.WhoAmIResponse.Builder setUsernameBytes(com.google.protobuf.ByteString value)
optional string username = 1;


hasAuthMethod

public boolean hasAuthMethod()
optional string auth_method = 2;

Specified by:
hasAuthMethod in interface AuthenticationProtos.WhoAmIResponseOrBuilder

getAuthMethod

public String getAuthMethod()
optional string auth_method = 2;

Specified by:
getAuthMethod in interface AuthenticationProtos.WhoAmIResponseOrBuilder

getAuthMethodBytes

public com.google.protobuf.ByteString getAuthMethodBytes()
optional string auth_method = 2;

Specified by:
getAuthMethodBytes in interface AuthenticationProtos.WhoAmIResponseOrBuilder

setAuthMethod

public AuthenticationProtos.WhoAmIResponse.Builder setAuthMethod(String value)
optional string auth_method = 2;


clearAuthMethod

public AuthenticationProtos.WhoAmIResponse.Builder clearAuthMethod()
optional string auth_method = 2;


setAuthMethodBytes

public AuthenticationProtos.WhoAmIResponse.Builder setAuthMethodBytes(com.google.protobuf.ByteString value)
optional string auth_method = 2;



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