public static final class FsImageProto.SecretManagerSection.PersistToken extends com.google.protobuf.GeneratedMessageV3 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 |
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
Deprecated.
|
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 |
---|---|
boolean |
equals(Object obj) |
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; |
int |
hashCode() |
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.GeneratedMessageV3.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.GeneratedMessageV3.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(ByteBuffer data) |
static FsImageProto.SecretManagerSection.PersistToken |
parseFrom(ByteBuffer 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) |
static com.google.protobuf.Parser<FsImageProto.SecretManagerSection.PersistToken> |
parser() |
FsImageProto.SecretManagerSection.PersistToken.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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
@Deprecated public static final com.google.protobuf.Parser<FsImageProto.SecretManagerSection.PersistToken> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
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
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
IOException
public int getSerializedSize()
public boolean equals(Object obj)
public int hashCode()
public static FsImageProto.SecretManagerSection.PersistToken parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.SecretManagerSection.PersistToken parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
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 FsImageProto.SecretManagerSection.PersistToken.Builder newBuilderForType()
public static FsImageProto.SecretManagerSection.PersistToken.Builder newBuilder()
public static FsImageProto.SecretManagerSection.PersistToken.Builder newBuilder(FsImageProto.SecretManagerSection.PersistToken prototype)
public FsImageProto.SecretManagerSection.PersistToken.Builder toBuilder()
protected FsImageProto.SecretManagerSection.PersistToken.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static FsImageProto.SecretManagerSection.PersistToken getDefaultInstance()
public static com.google.protobuf.Parser<FsImageProto.SecretManagerSection.PersistToken> parser()
public com.google.protobuf.Parser<FsImageProto.SecretManagerSection.PersistToken> getParserForType()
public FsImageProto.SecretManagerSection.PersistToken getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.