org.apache.hadoop.yarn.proto
Class YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>
              extended by org.apache.hadoop.yarn.proto.YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder
Enclosing class:
YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto

public static final class YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>
implements YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder

Protobuf type hadoop.yarn.ClientToAMTokenIdentifierForTestProto


Method Summary
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto build()
           
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto buildPartial()
           
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clear()
           
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clearAppAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clearClientName()
          optional string clientName = 2;
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clearMessage()
          optional string message = 3;
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.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;
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getMessage()
          optional string message = 3;
 com.google.protobuf.ByteString getMessageBytes()
          optional string message = 3;
 boolean hasAppAttemptId()
          optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
 boolean hasClientName()
          optional string clientName = 2;
 boolean hasMessage()
          optional string message = 3;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder mergeAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto value)
          optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder mergeFrom(YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto other)
           
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto.Builder builderForValue)
          optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto value)
          optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setClientName(String value)
          optional string clientName = 2;
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setClientNameBytes(com.google.protobuf.ByteString value)
          optional string clientName = 2;
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setMessage(String value)
          optional string message = 3;
 YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setMessageBytes(com.google.protobuf.ByteString value)
          optional string message = 3;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>

clear

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>

clone

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>

getDefaultInstanceForType

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>

mergeFrom

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder mergeFrom(YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>

mergeFrom

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                            throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder>
Throws:
IOException

hasAppAttemptId

public boolean hasAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;

Specified by:
hasAppAttemptId in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder

getAppAttemptId

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto getAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;

Specified by:
getAppAttemptId in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder

setAppAttemptId

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto value)
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;


setAppAttemptId

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto.Builder builderForValue)
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;


mergeAppAttemptId

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder mergeAppAttemptId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto value)
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;


clearAppAttemptId

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clearAppAttemptId()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;


getAppAttemptIdBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProto.Builder getAppAttemptIdBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;


getAppAttemptIdOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptIdProtoOrBuilder getAppAttemptIdOrBuilder()
optional .hadoop.yarn.ApplicationAttemptIdProto appAttemptId = 1;

Specified by:
getAppAttemptIdOrBuilder in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder

hasClientName

public boolean hasClientName()
optional string clientName = 2;

Specified by:
hasClientName in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder

getClientName

public String getClientName()
optional string clientName = 2;

Specified by:
getClientName in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder

getClientNameBytes

public com.google.protobuf.ByteString getClientNameBytes()
optional string clientName = 2;

Specified by:
getClientNameBytes in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder

setClientName

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setClientName(String value)
optional string clientName = 2;


clearClientName

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clearClientName()
optional string clientName = 2;


setClientNameBytes

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setClientNameBytes(com.google.protobuf.ByteString value)
optional string clientName = 2;


hasMessage

public boolean hasMessage()
optional string message = 3;

Specified by:
hasMessage in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder

getMessage

public String getMessage()
optional string message = 3;

Specified by:
getMessage in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder

getMessageBytes

public com.google.protobuf.ByteString getMessageBytes()
optional string message = 3;

Specified by:
getMessageBytes in interface YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProtoOrBuilder

setMessage

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setMessage(String value)
optional string message = 3;


clearMessage

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder clearMessage()
optional string message = 3;


setMessageBytes

public YarnSecurityTestClientAMTokenProtos.ClientToAMTokenIdentifierForTestProto.Builder setMessageBytes(com.google.protobuf.ByteString value)
optional string message = 3;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.