public static final class YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder> implements YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder
hadoop.yarn.ClientToAMTokenIdentifierForTestProto
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder mergeFrom(YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>
IOException
public boolean hasAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
hasAppAttemptId
in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto getAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
getAppAttemptId
in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto value)
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto.Builder builderForValue)
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder mergeAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto value)
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clearAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto.Builder getAppAttemptIdBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProtoOrBuilder getAppAttemptIdOrBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
getAppAttemptIdOrBuilder
in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder
public boolean hasClientName()
optional string clientName = 2;
hasClientName
in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder
public String getClientName()
optional string clientName = 2;
getClientName
in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder
public com.google.protobuf.ByteString getClientNameBytes()
optional string clientName = 2;
getClientNameBytes
in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setClientName(String value)
optional string clientName = 2;
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clearClientName()
optional string clientName = 2;
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setClientNameBytes(com.google.protobuf.ByteString value)
optional string clientName = 2;
public boolean hasMessage()
optional string message = 3;
hasMessage
in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder
public String getMessage()
optional string message = 3;
getMessage
in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder
public com.google.protobuf.ByteString getMessageBytes()
optional string message = 3;
getMessageBytes
in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setMessage(String value)
optional string message = 3;
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clearMessage()
optional string message = 3;
public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setMessageBytes(com.google.protobuf.ByteString value)
optional string message = 3;
Copyright © 2017 Apache Software Foundation. All Rights Reserved.