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, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasOwner()
optional string owner = 1;hasOwner in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic String getOwner()
optional string owner = 1;getOwner in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 1;getOwnerBytes in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic boolean hasRenewer()
optional string renewer = 2;hasRenewer in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic String getRenewer()
optional string renewer = 2;getRenewer in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic com.google.protobuf.ByteString getRenewerBytes()
optional string renewer = 2;getRenewerBytes in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic boolean hasRealUser()
optional string realUser = 3;hasRealUser in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic String getRealUser()
optional string realUser = 3;getRealUser in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic com.google.protobuf.ByteString getRealUserBytes()
optional string realUser = 3;getRealUserBytes in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic boolean hasIssueDate()
optional int64 issueDate = 4;hasIssueDate in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic long getIssueDate()
optional int64 issueDate = 4;getIssueDate in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic boolean hasMaxDate()
optional int64 maxDate = 5;hasMaxDate in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic long getMaxDate()
optional int64 maxDate = 5;getMaxDate in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic boolean hasSequenceNumber()
optional int32 sequenceNumber = 6;hasSequenceNumber in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic int getSequenceNumber()
optional int32 sequenceNumber = 6;getSequenceNumber in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic boolean hasMasterKeyId()
optional int32 masterKeyId = 7 [default = -1];hasMasterKeyId in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic int getMasterKeyId()
optional int32 masterKeyId = 7 [default = -1];getMasterKeyId in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic boolean hasRenewDate()
optional int64 renewDate = 8;hasRenewDate in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic long getRenewDate()
optional int64 renewDate = 8;getRenewDate in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic boolean hasMessage()
optional string message = 9;hasMessage in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic String getMessage()
optional string message = 9;getMessage in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
optional string message = 9;getMessageBytes in interface YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto.Builder newBuilder()
public YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto.Builder newBuilder(YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto prototype)
public YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected YarnSecurityTestClientAMTokenProtos.RMDelegationTokenIdentifierForTestProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016 Apache Software Foundation. All Rights Reserved.