org.apache.hadoop.yarn.proto
Class YarnServiceProtos.GetApplicationReportResponseProto.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<YarnServiceProtos.GetApplicationReportResponseProto.Builder>
              extended by org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportResponseProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, YarnServiceProtos.GetApplicationReportResponseProtoOrBuilder
Enclosing class:
YarnServiceProtos.GetApplicationReportResponseProto

public static final class YarnServiceProtos.GetApplicationReportResponseProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetApplicationReportResponseProto.Builder>
implements YarnServiceProtos.GetApplicationReportResponseProtoOrBuilder

Protobuf type hadoop.yarn.GetApplicationReportResponseProto


Method Summary
 YarnServiceProtos.GetApplicationReportResponseProto build()
           
 YarnServiceProtos.GetApplicationReportResponseProto buildPartial()
           
 YarnServiceProtos.GetApplicationReportResponseProto.Builder clear()
           
 YarnServiceProtos.GetApplicationReportResponseProto.Builder clearApplicationReport()
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 YarnServiceProtos.GetApplicationReportResponseProto.Builder clone()
           
 YarnProtos.ApplicationReportProto getApplicationReport()
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 YarnProtos.ApplicationReportProto.Builder getApplicationReportBuilder()
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 YarnProtos.ApplicationReportProtoOrBuilder getApplicationReportOrBuilder()
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 YarnServiceProtos.GetApplicationReportResponseProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean hasApplicationReport()
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServiceProtos.GetApplicationReportResponseProto.Builder mergeApplicationReport(YarnProtos.ApplicationReportProto value)
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 YarnServiceProtos.GetApplicationReportResponseProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.GetApplicationReportResponseProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.GetApplicationReportResponseProto.Builder mergeFrom(YarnServiceProtos.GetApplicationReportResponseProto other)
           
 YarnServiceProtos.GetApplicationReportResponseProto.Builder setApplicationReport(YarnProtos.ApplicationReportProto.Builder builderForValue)
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 YarnServiceProtos.GetApplicationReportResponseProto.Builder setApplicationReport(YarnProtos.ApplicationReportProto value)
          optional .hadoop.yarn.ApplicationReportProto application_report = 1;
 
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<YarnServiceProtos.GetApplicationReportResponseProto.Builder>

clear

public YarnServiceProtos.GetApplicationReportResponseProto.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<YarnServiceProtos.GetApplicationReportResponseProto.Builder>

clone

public YarnServiceProtos.GetApplicationReportResponseProto.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<YarnServiceProtos.GetApplicationReportResponseProto.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<YarnServiceProtos.GetApplicationReportResponseProto.Builder>

getDefaultInstanceForType

public YarnServiceProtos.GetApplicationReportResponseProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public YarnServiceProtos.GetApplicationReportResponseProto.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<YarnServiceProtos.GetApplicationReportResponseProto.Builder>

mergeFrom

public YarnServiceProtos.GetApplicationReportResponseProto.Builder mergeFrom(YarnServiceProtos.GetApplicationReportResponseProto other)

isInitialized

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

mergeFrom

public YarnServiceProtos.GetApplicationReportResponseProto.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<YarnServiceProtos.GetApplicationReportResponseProto.Builder>
Throws:
IOException

hasApplicationReport

public boolean hasApplicationReport()
optional .hadoop.yarn.ApplicationReportProto application_report = 1;

Specified by:
hasApplicationReport in interface YarnServiceProtos.GetApplicationReportResponseProtoOrBuilder

getApplicationReport

public YarnProtos.ApplicationReportProto getApplicationReport()
optional .hadoop.yarn.ApplicationReportProto application_report = 1;

Specified by:
getApplicationReport in interface YarnServiceProtos.GetApplicationReportResponseProtoOrBuilder

setApplicationReport

public YarnServiceProtos.GetApplicationReportResponseProto.Builder setApplicationReport(YarnProtos.ApplicationReportProto value)
optional .hadoop.yarn.ApplicationReportProto application_report = 1;


setApplicationReport

public YarnServiceProtos.GetApplicationReportResponseProto.Builder setApplicationReport(YarnProtos.ApplicationReportProto.Builder builderForValue)
optional .hadoop.yarn.ApplicationReportProto application_report = 1;


mergeApplicationReport

public YarnServiceProtos.GetApplicationReportResponseProto.Builder mergeApplicationReport(YarnProtos.ApplicationReportProto value)
optional .hadoop.yarn.ApplicationReportProto application_report = 1;


clearApplicationReport

public YarnServiceProtos.GetApplicationReportResponseProto.Builder clearApplicationReport()
optional .hadoop.yarn.ApplicationReportProto application_report = 1;


getApplicationReportBuilder

public YarnProtos.ApplicationReportProto.Builder getApplicationReportBuilder()
optional .hadoop.yarn.ApplicationReportProto application_report = 1;


getApplicationReportOrBuilder

public YarnProtos.ApplicationReportProtoOrBuilder getApplicationReportOrBuilder()
optional .hadoop.yarn.ApplicationReportProto application_report = 1;

Specified by:
getApplicationReportOrBuilder in interface YarnServiceProtos.GetApplicationReportResponseProtoOrBuilder


Copyright © 2014 Apache Software Foundation. All Rights Reserved.