org.apache.hadoop.hbase.protobuf.generated
Class AuthenticationProtos.Token.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.Token.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.Token.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, AuthenticationProtos.TokenOrBuilder
Enclosing class:
AuthenticationProtos.Token

public static final class AuthenticationProtos.Token.Builder
extends com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.Token.Builder>
implements AuthenticationProtos.TokenOrBuilder


Method Summary
 AuthenticationProtos.Token build()
           
 AuthenticationProtos.Token buildPartial()
           
 AuthenticationProtos.Token.Builder clear()
           
 AuthenticationProtos.Token.Builder clearIdentifier()
           
 AuthenticationProtos.Token.Builder clearPassword()
           
 AuthenticationProtos.Token.Builder clearService()
           
 AuthenticationProtos.Token.Builder clone()
           
 AuthenticationProtos.Token getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 com.google.protobuf.ByteString getIdentifier()
           
 com.google.protobuf.ByteString getPassword()
           
 com.google.protobuf.ByteString getService()
           
 boolean hasIdentifier()
           
 boolean hasPassword()
           
 boolean hasService()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 AuthenticationProtos.Token.Builder mergeFrom(AuthenticationProtos.Token other)
           
 AuthenticationProtos.Token.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 AuthenticationProtos.Token.Builder mergeFrom(com.google.protobuf.Message other)
           
 AuthenticationProtos.Token.Builder setIdentifier(com.google.protobuf.ByteString value)
           
 AuthenticationProtos.Token.Builder setPassword(com.google.protobuf.ByteString value)
           
 AuthenticationProtos.Token.Builder setService(com.google.protobuf.ByteString value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
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
getAllFields, getField, 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.Token.Builder>

clear

public AuthenticationProtos.Token.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.Token.Builder>

clone

public AuthenticationProtos.Token.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.Token.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.Token.Builder>

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

public AuthenticationProtos.Token.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.Token.Builder>

mergeFrom

public AuthenticationProtos.Token.Builder mergeFrom(AuthenticationProtos.Token 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.Token.Builder>

mergeFrom

public AuthenticationProtos.Token.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.Token.Builder>
Throws:
IOException

hasIdentifier

public boolean hasIdentifier()
Specified by:
hasIdentifier in interface AuthenticationProtos.TokenOrBuilder

getIdentifier

public com.google.protobuf.ByteString getIdentifier()
Specified by:
getIdentifier in interface AuthenticationProtos.TokenOrBuilder

setIdentifier

public AuthenticationProtos.Token.Builder setIdentifier(com.google.protobuf.ByteString value)

clearIdentifier

public AuthenticationProtos.Token.Builder clearIdentifier()

hasPassword

public boolean hasPassword()
Specified by:
hasPassword in interface AuthenticationProtos.TokenOrBuilder

getPassword

public com.google.protobuf.ByteString getPassword()
Specified by:
getPassword in interface AuthenticationProtos.TokenOrBuilder

setPassword

public AuthenticationProtos.Token.Builder setPassword(com.google.protobuf.ByteString value)

clearPassword

public AuthenticationProtos.Token.Builder clearPassword()

hasService

public boolean hasService()
Specified by:
hasService in interface AuthenticationProtos.TokenOrBuilder

getService

public com.google.protobuf.ByteString getService()
Specified by:
getService in interface AuthenticationProtos.TokenOrBuilder

setService

public AuthenticationProtos.Token.Builder setService(com.google.protobuf.ByteString value)

clearService

public AuthenticationProtos.Token.Builder clearService()


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