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

public static final class AuthenticationProtos.AuthenticationKey.Builder
extends com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.AuthenticationKey.Builder>
implements AuthenticationProtos.AuthenticationKeyOrBuilder

Protobuf type AuthenticationKey


Method Summary
 AuthenticationProtos.AuthenticationKey build()
           
 AuthenticationProtos.AuthenticationKey buildPartial()
           
 AuthenticationProtos.AuthenticationKey.Builder clear()
           
 AuthenticationProtos.AuthenticationKey.Builder clearExpirationDate()
          required int64 expiration_date = 2;
 AuthenticationProtos.AuthenticationKey.Builder clearId()
          required int32 id = 1;
 AuthenticationProtos.AuthenticationKey.Builder clearKey()
          required bytes key = 3;
 AuthenticationProtos.AuthenticationKey.Builder clone()
           
 AuthenticationProtos.AuthenticationKey getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 long getExpirationDate()
          required int64 expiration_date = 2;
 int getId()
          required int32 id = 1;
 com.google.protobuf.ByteString getKey()
          required bytes key = 3;
 boolean hasExpirationDate()
          required int64 expiration_date = 2;
 boolean hasId()
          required int32 id = 1;
 boolean hasKey()
          required bytes key = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 AuthenticationProtos.AuthenticationKey.Builder mergeFrom(AuthenticationProtos.AuthenticationKey other)
           
 AuthenticationProtos.AuthenticationKey.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 AuthenticationProtos.AuthenticationKey.Builder mergeFrom(com.google.protobuf.Message other)
           
 AuthenticationProtos.AuthenticationKey.Builder setExpirationDate(long value)
          required int64 expiration_date = 2;
 AuthenticationProtos.AuthenticationKey.Builder setId(int value)
          required int32 id = 1;
 AuthenticationProtos.AuthenticationKey.Builder setKey(com.google.protobuf.ByteString value)
          required bytes key = 3;
 
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.AuthenticationKey.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

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

mergeFrom

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

hasId

public boolean hasId()
required int32 id = 1;

Specified by:
hasId in interface AuthenticationProtos.AuthenticationKeyOrBuilder

getId

public int getId()
required int32 id = 1;

Specified by:
getId in interface AuthenticationProtos.AuthenticationKeyOrBuilder

setId

public AuthenticationProtos.AuthenticationKey.Builder setId(int value)
required int32 id = 1;


clearId

public AuthenticationProtos.AuthenticationKey.Builder clearId()
required int32 id = 1;


hasExpirationDate

public boolean hasExpirationDate()
required int64 expiration_date = 2;

Specified by:
hasExpirationDate in interface AuthenticationProtos.AuthenticationKeyOrBuilder

getExpirationDate

public long getExpirationDate()
required int64 expiration_date = 2;

Specified by:
getExpirationDate in interface AuthenticationProtos.AuthenticationKeyOrBuilder

setExpirationDate

public AuthenticationProtos.AuthenticationKey.Builder setExpirationDate(long value)
required int64 expiration_date = 2;


clearExpirationDate

public AuthenticationProtos.AuthenticationKey.Builder clearExpirationDate()
required int64 expiration_date = 2;


hasKey

public boolean hasKey()
required bytes key = 3;

Specified by:
hasKey in interface AuthenticationProtos.AuthenticationKeyOrBuilder

getKey

public com.google.protobuf.ByteString getKey()
required bytes key = 3;

Specified by:
getKey in interface AuthenticationProtos.AuthenticationKeyOrBuilder

setKey

public AuthenticationProtos.AuthenticationKey.Builder setKey(com.google.protobuf.ByteString value)
required bytes key = 3;


clearKey

public AuthenticationProtos.AuthenticationKey.Builder clearKey()
required bytes key = 3;



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