public static interface AuthenticationProtos.AuthenticationKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasId()
required int32 id = 1;
int getId()
required int32 id = 1;
boolean hasExpirationDate()
required int64 expiration_date = 2;
long getExpirationDate()
required int64 expiration_date = 2;
boolean hasKey()
required bytes key = 3;
com.google.protobuf.ByteString getKey()
required bytes key = 3;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.