public static final class AuthenticationProtos.AuthenticationKey.Builder extends com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.AuthenticationKey.Builder> implements AuthenticationProtos.AuthenticationKeyOrBuilder
AuthenticationKey
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.AuthenticationKey.Builder>
public AuthenticationProtos.AuthenticationKey.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.AuthenticationKey.Builder>
public AuthenticationProtos.AuthenticationKey.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.AuthenticationKey.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.AuthenticationKey.Builder>
public AuthenticationProtos.AuthenticationKey getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public AuthenticationProtos.AuthenticationKey build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public AuthenticationProtos.AuthenticationKey buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public AuthenticationProtos.AuthenticationKey.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<AuthenticationProtos.AuthenticationKey.Builder>
public AuthenticationProtos.AuthenticationKey.Builder mergeFrom(AuthenticationProtos.AuthenticationKey other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.AuthenticationKey.Builder>
public AuthenticationProtos.AuthenticationKey.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<AuthenticationProtos.AuthenticationKey.Builder>
IOException
public boolean hasId()
required int32 id = 1;
hasId
in interface AuthenticationProtos.AuthenticationKeyOrBuilder
public int getId()
required int32 id = 1;
getId
in interface AuthenticationProtos.AuthenticationKeyOrBuilder
public AuthenticationProtos.AuthenticationKey.Builder setId(int value)
required int32 id = 1;
public AuthenticationProtos.AuthenticationKey.Builder clearId()
required int32 id = 1;
public boolean hasExpirationDate()
required int64 expiration_date = 2;
hasExpirationDate
in interface AuthenticationProtos.AuthenticationKeyOrBuilder
public long getExpirationDate()
required int64 expiration_date = 2;
getExpirationDate
in interface AuthenticationProtos.AuthenticationKeyOrBuilder
public AuthenticationProtos.AuthenticationKey.Builder setExpirationDate(long value)
required int64 expiration_date = 2;
public AuthenticationProtos.AuthenticationKey.Builder clearExpirationDate()
required int64 expiration_date = 2;
public boolean hasKey()
required bytes key = 3;
hasKey
in interface AuthenticationProtos.AuthenticationKeyOrBuilder
public com.google.protobuf.ByteString getKey()
required bytes key = 3;
getKey
in interface AuthenticationProtos.AuthenticationKeyOrBuilder
public AuthenticationProtos.AuthenticationKey.Builder setKey(com.google.protobuf.ByteString value)
required bytes key = 3;
public AuthenticationProtos.AuthenticationKey.Builder clearKey()
required bytes key = 3;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.