public static final class YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto extends com.google.protobuf.GeneratedMessage implements YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
hadoop.yarn.RMDelegationTokenIdentifierForTestProto
Modifier and Type | Class and Description |
---|---|
static class |
YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto.Builder
Protobuf type
hadoop.yarn.RMDelegationTokenIdentifierForTestProto |
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 |
ISSUEDATE_FIELD_NUMBER |
static int |
MASTERKEYID_FIELD_NUMBER |
static int |
MAXDATE_FIELD_NUMBER |
static int |
MESSAGE_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static com.google.protobuf.Parser<YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto> |
PARSER |
static int |
REALUSER_FIELD_NUMBER |
static int |
RENEWDATE_FIELD_NUMBER |
static int |
RENEWER_FIELD_NUMBER |
static int |
SEQUENCENUMBER_FIELD_NUMBER |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto> PARSER
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 RENEWDATE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto getDefaultInstance()
public YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto 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<YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasOwner()
optional string owner = 1;
hasOwner
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public String getOwner()
optional string owner = 1;
getOwner
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 1;
getOwnerBytes
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public boolean hasRenewer()
optional string renewer = 2;
hasRenewer
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public String getRenewer()
optional string renewer = 2;
getRenewer
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public com.google.protobuf.ByteString getRenewerBytes()
optional string renewer = 2;
getRenewerBytes
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public boolean hasRealUser()
optional string realUser = 3;
hasRealUser
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public String getRealUser()
optional string realUser = 3;
getRealUser
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public com.google.protobuf.ByteString getRealUserBytes()
optional string realUser = 3;
getRealUserBytes
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public boolean hasIssueDate()
optional int64 issueDate = 4;
hasIssueDate
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public long getIssueDate()
optional int64 issueDate = 4;
getIssueDate
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public boolean hasMaxDate()
optional int64 maxDate = 5;
hasMaxDate
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public long getMaxDate()
optional int64 maxDate = 5;
getMaxDate
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public boolean hasSequenceNumber()
optional int32 sequenceNumber = 6;
hasSequenceNumber
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public int getSequenceNumber()
optional int32 sequenceNumber = 6;
getSequenceNumber
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public boolean hasMasterKeyId()
optional int32 masterKeyId = 7 [default = -1];
hasMasterKeyId
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public int getMasterKeyId()
optional int32 masterKeyId = 7 [default = -1];
getMasterKeyId
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public boolean hasRenewDate()
optional int64 renewDate = 8;
hasRenewDate
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public long getRenewDate()
optional int64 renewDate = 8;
getRenewDate
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public boolean hasMessage()
optional string message = 9;
hasMessage
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public String getMessage()
optional string message = 9;
getMessage
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
public com.google.protobuf.ByteString getMessageBytes()
optional string message = 9;
getMessageBytes
in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilder
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 boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(InputStream input) throws IOException
IOException
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto.Builder newBuilder()
public YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto.Builder newBuilder(YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto prototype)
public YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2019 Apache Software Foundation. All Rights Reserved.