org.apache.tez.dag.api.client.rpc
Class DAGClientAMProtocolRPC.GetVertexStatusResponseProto.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<DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder>
              extended by org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, DAGClientAMProtocolRPC.GetVertexStatusResponseProtoOrBuilder
Enclosing class:
DAGClientAMProtocolRPC.GetVertexStatusResponseProto

public static final class DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder>
implements DAGClientAMProtocolRPC.GetVertexStatusResponseProtoOrBuilder

Protobuf type GetVertexStatusResponseProto


Method Summary
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto build()
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto buildPartial()
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder clear()
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder clearVertexStatus()
          optional .VertexStatusProto vertexStatus = 1;
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder clone()
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 DAGProtos.VertexStatusProto getVertexStatus()
          optional .VertexStatusProto vertexStatus = 1;
 DAGProtos.VertexStatusProto.Builder getVertexStatusBuilder()
          optional .VertexStatusProto vertexStatus = 1;
 DAGProtos.VertexStatusProtoOrBuilder getVertexStatusOrBuilder()
          optional .VertexStatusProto vertexStatus = 1;
 boolean hasVertexStatus()
          optional .VertexStatusProto vertexStatus = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder mergeFrom(DAGClientAMProtocolRPC.GetVertexStatusResponseProto other)
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder mergeVertexStatus(DAGProtos.VertexStatusProto value)
          optional .VertexStatusProto vertexStatus = 1;
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder setVertexStatus(DAGProtos.VertexStatusProto.Builder builderForValue)
          optional .VertexStatusProto vertexStatus = 1;
 DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder setVertexStatus(DAGProtos.VertexStatusProto value)
          optional .VertexStatusProto vertexStatus = 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<DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder>

clear

public DAGClientAMProtocolRPC.GetVertexStatusResponseProto.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<DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder>

clone

public DAGClientAMProtocolRPC.GetVertexStatusResponseProto.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<DAGClientAMProtocolRPC.GetVertexStatusResponseProto.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<DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder>

getDefaultInstanceForType

public DAGClientAMProtocolRPC.GetVertexStatusResponseProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public DAGClientAMProtocolRPC.GetVertexStatusResponseProto.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<DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder>

mergeFrom

public DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder mergeFrom(DAGClientAMProtocolRPC.GetVertexStatusResponseProto other)

isInitialized

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

mergeFrom

public DAGClientAMProtocolRPC.GetVertexStatusResponseProto.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<DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder>
Throws:
IOException

hasVertexStatus

public boolean hasVertexStatus()
optional .VertexStatusProto vertexStatus = 1;

Specified by:
hasVertexStatus in interface DAGClientAMProtocolRPC.GetVertexStatusResponseProtoOrBuilder

getVertexStatus

public DAGProtos.VertexStatusProto getVertexStatus()
optional .VertexStatusProto vertexStatus = 1;

Specified by:
getVertexStatus in interface DAGClientAMProtocolRPC.GetVertexStatusResponseProtoOrBuilder

setVertexStatus

public DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder setVertexStatus(DAGProtos.VertexStatusProto value)
optional .VertexStatusProto vertexStatus = 1;


setVertexStatus

public DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder setVertexStatus(DAGProtos.VertexStatusProto.Builder builderForValue)
optional .VertexStatusProto vertexStatus = 1;


mergeVertexStatus

public DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder mergeVertexStatus(DAGProtos.VertexStatusProto value)
optional .VertexStatusProto vertexStatus = 1;


clearVertexStatus

public DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder clearVertexStatus()
optional .VertexStatusProto vertexStatus = 1;


getVertexStatusBuilder

public DAGProtos.VertexStatusProto.Builder getVertexStatusBuilder()
optional .VertexStatusProto vertexStatus = 1;


getVertexStatusOrBuilder

public DAGProtos.VertexStatusProtoOrBuilder getVertexStatusOrBuilder()
optional .VertexStatusProto vertexStatus = 1;

Specified by:
getVertexStatusOrBuilder in interface DAGClientAMProtocolRPC.GetVertexStatusResponseProtoOrBuilder


Copyright © 2014 Apache Software Foundation. All rights reserved.