public static final class YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder> implements YarnSecurityTokenProtos.ClientToAMTokenIdentifierProtoOrBuilder
hadoop.yarn.ClientToAMTokenIdentifierProto
Modifier and Type | Method and Description |
---|---|
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto |
build() |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto |
buildPartial() |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder |
clear() |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder |
clearAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1; |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder |
clearClientName()
optional string clientName = 2; |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder |
clone() |
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto |
getAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1; |
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto.Builder |
getAppAttemptIdBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1; |
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProtoOrBuilder |
getAppAttemptIdOrBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1; |
String |
getClientName()
optional string clientName = 2; |
com.google.protobuf.ByteString |
getClientNameBytes()
optional string clientName = 2; |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
hasAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1; |
boolean |
hasClientName()
optional string clientName = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder |
mergeAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto value)
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1; |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder |
mergeFrom(YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto other) |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder |
setAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto.Builder builderForValue)
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1; |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder |
setAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto value)
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1; |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder |
setClientName(String value)
optional string clientName = 2; |
YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder |
setClientNameBytes(com.google.protobuf.ByteString value)
optional string clientName = 2; |
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<YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder>
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.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<YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder>
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.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<YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.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<YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder>
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder>
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder mergeFrom(YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder>
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.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<YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder>
IOException
public boolean hasAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
hasAppAttemptId
in interface YarnSecurityTokenProtos.ClientToAMTokenIdentifierProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto getAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
getAppAttemptId
in interface YarnSecurityTokenProtos.ClientToAMTokenIdentifierProtoOrBuilder
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder setAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto value)
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder setAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto.Builder builderForValue)
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder mergeAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto value)
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.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 YarnSecurityTokenProtos.ClientToAMTokenIdentifierProtoOrBuilder
public boolean hasClientName()
optional string clientName = 2;
hasClientName
in interface YarnSecurityTokenProtos.ClientToAMTokenIdentifierProtoOrBuilder
public String getClientName()
optional string clientName = 2;
getClientName
in interface YarnSecurityTokenProtos.ClientToAMTokenIdentifierProtoOrBuilder
public com.google.protobuf.ByteString getClientNameBytes()
optional string clientName = 2;
getClientNameBytes
in interface YarnSecurityTokenProtos.ClientToAMTokenIdentifierProtoOrBuilder
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder setClientName(String value)
optional string clientName = 2;
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder clearClientName()
optional string clientName = 2;
public YarnSecurityTokenProtos.ClientToAMTokenIdentifierProto.Builder setClientNameBytes(com.google.protobuf.ByteString value)
optional string clientName = 2;
Copyright © 2017 Apache Software Foundation. All Rights Reserved.