public static final class AuthenticationProtos.AuthenticationKey extends com.google.protobuf.GeneratedMessage implements AuthenticationProtos.AuthenticationKeyOrBuilder
hbase.pb.AuthenticationKey| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationProtos.AuthenticationKey.Builder
Protobuf type
hbase.pb.AuthenticationKey |
| Modifier and Type | Field and Description |
|---|---|
static int |
EXPIRATION_DATE_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
KEY_FIELD_NUMBER |
static <any> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static AuthenticationProtos.AuthenticationKey |
getDefaultInstance() |
AuthenticationProtos.AuthenticationKey |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getExpirationDate()
required int64 expiration_date = 2; |
int |
getId()
required int32 id = 1; |
com.google.protobuf.ByteString |
getKey()
required bytes key = 3; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasExpirationDate()
required int64 expiration_date = 2; |
int |
hashCode() |
boolean |
hasId()
required int32 id = 1; |
boolean |
hasKey()
required bytes key = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AuthenticationProtos.AuthenticationKey.Builder |
newBuilder() |
static AuthenticationProtos.AuthenticationKey.Builder |
newBuilder(AuthenticationProtos.AuthenticationKey prototype) |
AuthenticationProtos.AuthenticationKey.Builder |
newBuilderForType() |
protected AuthenticationProtos.AuthenticationKey.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static AuthenticationProtos.AuthenticationKey |
parseDelimitedFrom(java.io.InputStream input) |
static AuthenticationProtos.AuthenticationKey |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationProtos.AuthenticationKey |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationProtos.AuthenticationKey |
parseFrom(com.google.protobuf.ByteString data) |
static AuthenticationProtos.AuthenticationKey |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationProtos.AuthenticationKey |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AuthenticationProtos.AuthenticationKey |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationProtos.AuthenticationKey |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthenticationProtos.AuthenticationKey.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int ID_FIELD_NUMBER
public static final int EXPIRATION_DATE_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
public static AuthenticationProtos.AuthenticationKey getDefaultInstance()
public AuthenticationProtos.AuthenticationKey getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasId()
required int32 id = 1;hasId in interface AuthenticationProtos.AuthenticationKeyOrBuilderpublic int getId()
required int32 id = 1;getId in interface AuthenticationProtos.AuthenticationKeyOrBuilderpublic boolean hasExpirationDate()
required int64 expiration_date = 2;hasExpirationDate in interface AuthenticationProtos.AuthenticationKeyOrBuilderpublic long getExpirationDate()
required int64 expiration_date = 2;getExpirationDate in interface AuthenticationProtos.AuthenticationKeyOrBuilderpublic boolean hasKey()
required bytes key = 3;hasKey in interface AuthenticationProtos.AuthenticationKeyOrBuilderpublic com.google.protobuf.ByteString getKey()
required bytes key = 3;getKey in interface AuthenticationProtos.AuthenticationKeyOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static AuthenticationProtos.AuthenticationKey parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthenticationProtos.AuthenticationKey parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthenticationProtos.AuthenticationKey parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthenticationProtos.AuthenticationKey parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AuthenticationProtos.AuthenticationKey parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AuthenticationProtos.AuthenticationKey parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AuthenticationProtos.AuthenticationKey parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AuthenticationProtos.AuthenticationKey parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AuthenticationProtos.AuthenticationKey.Builder newBuilder()
public AuthenticationProtos.AuthenticationKey.Builder newBuilderForType()
public static AuthenticationProtos.AuthenticationKey.Builder newBuilder(AuthenticationProtos.AuthenticationKey prototype)
public AuthenticationProtos.AuthenticationKey.Builder toBuilder()
protected AuthenticationProtos.AuthenticationKey.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)