public static final class FsImageProto.SecretManagerSection.PersistToken extends com.google.protobuf.GeneratedMessage implements FsImageProto.SecretManagerSection.PersistTokenOrBuilder
hadoop.hdfs.fsimage.SecretManagerSection.PersistToken
Modifier and Type | Class and Description |
---|---|
static class |
FsImageProto.SecretManagerSection.PersistToken.Builder
Protobuf type
hadoop.hdfs.fsimage.SecretManagerSection.PersistToken |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
EXPIRYDATE_FIELD_NUMBER |
static int |
ISSUEDATE_FIELD_NUMBER |
static int |
MASTERKEYID_FIELD_NUMBER |
static int |
MAXDATE_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static com.google.protobuf.Parser<FsImageProto.SecretManagerSection.PersistToken> |
PARSER |
static int |
REALUSER_FIELD_NUMBER |
static int |
RENEWER_FIELD_NUMBER |
static int |
SEQUENCENUMBER_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static FsImageProto.SecretManagerSection.PersistToken |
getDefaultInstance() |
FsImageProto.SecretManagerSection.PersistToken |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getExpiryDate()
optional uint64 expiryDate = 9; |
long |
getIssueDate()
optional uint64 issueDate = 5; |
int |
getMasterKeyId()
optional uint32 masterKeyId = 8; |
long |
getMaxDate()
optional uint64 maxDate = 6; |
String |
getOwner()
optional string owner = 2; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 2; |
com.google.protobuf.Parser<FsImageProto.SecretManagerSection.PersistToken> |
getParserForType() |
String |
getRealUser()
optional string realUser = 4; |
com.google.protobuf.ByteString |
getRealUserBytes()
optional string realUser = 4; |
String |
getRenewer()
optional string renewer = 3; |
com.google.protobuf.ByteString |
getRenewerBytes()
optional string renewer = 3; |
int |
getSequenceNumber()
optional uint32 sequenceNumber = 7; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getVersion()
optional uint32 version = 1; |
boolean |
hasExpiryDate()
optional uint64 expiryDate = 9; |
boolean |
hasIssueDate()
optional uint64 issueDate = 5; |
boolean |
hasMasterKeyId()
optional uint32 masterKeyId = 8; |
boolean |
hasMaxDate()
optional uint64 maxDate = 6; |
boolean |
hasOwner()
optional string owner = 2; |
boolean |
hasRealUser()
optional string realUser = 4; |
boolean |
hasRenewer()
optional string renewer = 3; |
boolean |
hasSequenceNumber()
optional uint32 sequenceNumber = 7; |
boolean |
hasVersion()
optional uint32 version = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FsImageProto.SecretManagerSection.PersistToken.Builder |
newBuilder() |
static FsImageProto.SecretManagerSection.PersistToken.Builder |
newBuilder(FsImageProto.SecretManagerSection.PersistToken prototype) |
FsImageProto.SecretManagerSection.PersistToken.Builder |
newBuilderForType() |
protected FsImageProto.SecretManagerSection.PersistToken.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static FsImageProto.SecretManagerSection.PersistToken |
parseDelimitedFrom(InputStream input) |
static FsImageProto.SecretManagerSection.PersistToken |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.SecretManagerSection.PersistToken |
parseFrom(byte[] data) |
static FsImageProto.SecretManagerSection.PersistToken |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.SecretManagerSection.PersistToken |
parseFrom(com.google.protobuf.ByteString data) |
static FsImageProto.SecretManagerSection.PersistToken |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.SecretManagerSection.PersistToken |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FsImageProto.SecretManagerSection.PersistToken |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.SecretManagerSection.PersistToken |
parseFrom(InputStream input) |
static FsImageProto.SecretManagerSection.PersistToken |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FsImageProto.SecretManagerSection.PersistToken.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<FsImageProto.SecretManagerSection.PersistToken> PARSER
public static final int VERSION_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER
public static final int RENEWER_FIELD_NUMBER
public static final int REALUSER_FIELD_NUMBER
public static final int ISSUEDATE_FIELD_NUMBER
public static final int MAXDATE_FIELD_NUMBER
public static final int SEQUENCENUMBER_FIELD_NUMBER
public static final int MASTERKEYID_FIELD_NUMBER
public static final int EXPIRYDATE_FIELD_NUMBER
public static FsImageProto.SecretManagerSection.PersistToken getDefaultInstance()
public FsImageProto.SecretManagerSection.PersistToken getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<FsImageProto.SecretManagerSection.PersistToken> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasVersion()
optional uint32 version = 1;
hasVersion
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public int getVersion()
optional uint32 version = 1;
getVersion
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public boolean hasOwner()
optional string owner = 2;
hasOwner
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public String getOwner()
optional string owner = 2;
getOwner
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 2;
getOwnerBytes
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public boolean hasRenewer()
optional string renewer = 3;
hasRenewer
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public String getRenewer()
optional string renewer = 3;
getRenewer
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public com.google.protobuf.ByteString getRenewerBytes()
optional string renewer = 3;
getRenewerBytes
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public boolean hasRealUser()
optional string realUser = 4;
hasRealUser
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public String getRealUser()
optional string realUser = 4;
getRealUser
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public com.google.protobuf.ByteString getRealUserBytes()
optional string realUser = 4;
getRealUserBytes
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public boolean hasIssueDate()
optional uint64 issueDate = 5;
hasIssueDate
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public long getIssueDate()
optional uint64 issueDate = 5;
getIssueDate
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public boolean hasMaxDate()
optional uint64 maxDate = 6;
hasMaxDate
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public long getMaxDate()
optional uint64 maxDate = 6;
getMaxDate
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public boolean hasSequenceNumber()
optional uint32 sequenceNumber = 7;
hasSequenceNumber
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public int getSequenceNumber()
optional uint32 sequenceNumber = 7;
getSequenceNumber
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public boolean hasMasterKeyId()
optional uint32 masterKeyId = 8;
hasMasterKeyId
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public int getMasterKeyId()
optional uint32 masterKeyId = 8;
getMasterKeyId
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public boolean hasExpiryDate()
optional uint64 expiryDate = 9;
hasExpiryDate
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public long getExpiryDate()
optional uint64 expiryDate = 9;
getExpiryDate
in interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static FsImageProto.SecretManagerSection.PersistToken parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.SecretManagerSection.PersistToken parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.SecretManagerSection.PersistToken parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.SecretManagerSection.PersistToken parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.SecretManagerSection.PersistToken parseFrom(InputStream input) throws IOException
IOException
public static FsImageProto.SecretManagerSection.PersistToken parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.SecretManagerSection.PersistToken parseDelimitedFrom(InputStream input) throws IOException
IOException
public static FsImageProto.SecretManagerSection.PersistToken parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.SecretManagerSection.PersistToken parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static FsImageProto.SecretManagerSection.PersistToken parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.SecretManagerSection.PersistToken.Builder newBuilder()
public FsImageProto.SecretManagerSection.PersistToken.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static FsImageProto.SecretManagerSection.PersistToken.Builder newBuilder(FsImageProto.SecretManagerSection.PersistToken prototype)
public FsImageProto.SecretManagerSection.PersistToken.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected FsImageProto.SecretManagerSection.PersistToken.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2017 Apache Software Foundation. All Rights Reserved.