org.apache.tez.dag.api.records
Class DAGProtos.RootInputLeafOutputProto.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<DAGProtos.RootInputLeafOutputProto.Builder>
              extended by org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, DAGProtos.RootInputLeafOutputProtoOrBuilder
Enclosing class:
DAGProtos.RootInputLeafOutputProto

public static final class DAGProtos.RootInputLeafOutputProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.RootInputLeafOutputProto.Builder>
implements DAGProtos.RootInputLeafOutputProtoOrBuilder

Protobuf type RootInputLeafOutputProto


Method Summary
 DAGProtos.RootInputLeafOutputProto build()
           
 DAGProtos.RootInputLeafOutputProto buildPartial()
           
 DAGProtos.RootInputLeafOutputProto.Builder clear()
           
 DAGProtos.RootInputLeafOutputProto.Builder clearEntityDescriptor()
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 DAGProtos.RootInputLeafOutputProto.Builder clearInitializerClassName()
          optional string initializer_class_name = 3;
 DAGProtos.RootInputLeafOutputProto.Builder clearName()
          optional string name = 1;
 DAGProtos.RootInputLeafOutputProto.Builder clone()
           
 DAGProtos.RootInputLeafOutputProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 DAGProtos.TezEntityDescriptorProto getEntityDescriptor()
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 DAGProtos.TezEntityDescriptorProto.Builder getEntityDescriptorBuilder()
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 DAGProtos.TezEntityDescriptorProtoOrBuilder getEntityDescriptorOrBuilder()
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 String getInitializerClassName()
          optional string initializer_class_name = 3;
 com.google.protobuf.ByteString getInitializerClassNameBytes()
          optional string initializer_class_name = 3;
 String getName()
          optional string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          optional string name = 1;
 boolean hasEntityDescriptor()
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 boolean hasInitializerClassName()
          optional string initializer_class_name = 3;
 boolean hasName()
          optional string name = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 DAGProtos.RootInputLeafOutputProto.Builder mergeEntityDescriptor(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 DAGProtos.RootInputLeafOutputProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGProtos.RootInputLeafOutputProto.Builder mergeFrom(DAGProtos.RootInputLeafOutputProto other)
           
 DAGProtos.RootInputLeafOutputProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 DAGProtos.RootInputLeafOutputProto.Builder setEntityDescriptor(DAGProtos.TezEntityDescriptorProto.Builder builderForValue)
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 DAGProtos.RootInputLeafOutputProto.Builder setEntityDescriptor(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 DAGProtos.RootInputLeafOutputProto.Builder setInitializerClassName(String value)
          optional string initializer_class_name = 3;
 DAGProtos.RootInputLeafOutputProto.Builder setInitializerClassNameBytes(com.google.protobuf.ByteString value)
          optional string initializer_class_name = 3;
 DAGProtos.RootInputLeafOutputProto.Builder setName(String value)
          optional string name = 1;
 DAGProtos.RootInputLeafOutputProto.Builder setNameBytes(com.google.protobuf.ByteString value)
          optional string name = 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<DAGProtos.RootInputLeafOutputProto.Builder>

clear

public DAGProtos.RootInputLeafOutputProto.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<DAGProtos.RootInputLeafOutputProto.Builder>

clone

public DAGProtos.RootInputLeafOutputProto.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<DAGProtos.RootInputLeafOutputProto.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<DAGProtos.RootInputLeafOutputProto.Builder>

getDefaultInstanceForType

public DAGProtos.RootInputLeafOutputProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public DAGProtos.RootInputLeafOutputProto.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<DAGProtos.RootInputLeafOutputProto.Builder>

mergeFrom

public DAGProtos.RootInputLeafOutputProto.Builder mergeFrom(DAGProtos.RootInputLeafOutputProto other)

isInitialized

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

mergeFrom

public DAGProtos.RootInputLeafOutputProto.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<DAGProtos.RootInputLeafOutputProto.Builder>
Throws:
IOException

hasName

public boolean hasName()
optional string name = 1;

Specified by:
hasName in interface DAGProtos.RootInputLeafOutputProtoOrBuilder

getName

public String getName()
optional string name = 1;

Specified by:
getName in interface DAGProtos.RootInputLeafOutputProtoOrBuilder

getNameBytes

public com.google.protobuf.ByteString getNameBytes()
optional string name = 1;

Specified by:
getNameBytes in interface DAGProtos.RootInputLeafOutputProtoOrBuilder

setName

public DAGProtos.RootInputLeafOutputProto.Builder setName(String value)
optional string name = 1;


clearName

public DAGProtos.RootInputLeafOutputProto.Builder clearName()
optional string name = 1;


setNameBytes

public DAGProtos.RootInputLeafOutputProto.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;


hasEntityDescriptor

public boolean hasEntityDescriptor()
optional .TezEntityDescriptorProto entity_descriptor = 2;

Specified by:
hasEntityDescriptor in interface DAGProtos.RootInputLeafOutputProtoOrBuilder

getEntityDescriptor

public DAGProtos.TezEntityDescriptorProto getEntityDescriptor()
optional .TezEntityDescriptorProto entity_descriptor = 2;

Specified by:
getEntityDescriptor in interface DAGProtos.RootInputLeafOutputProtoOrBuilder

setEntityDescriptor

public DAGProtos.RootInputLeafOutputProto.Builder setEntityDescriptor(DAGProtos.TezEntityDescriptorProto value)
optional .TezEntityDescriptorProto entity_descriptor = 2;


setEntityDescriptor

public DAGProtos.RootInputLeafOutputProto.Builder setEntityDescriptor(DAGProtos.TezEntityDescriptorProto.Builder builderForValue)
optional .TezEntityDescriptorProto entity_descriptor = 2;


mergeEntityDescriptor

public DAGProtos.RootInputLeafOutputProto.Builder mergeEntityDescriptor(DAGProtos.TezEntityDescriptorProto value)
optional .TezEntityDescriptorProto entity_descriptor = 2;


clearEntityDescriptor

public DAGProtos.RootInputLeafOutputProto.Builder clearEntityDescriptor()
optional .TezEntityDescriptorProto entity_descriptor = 2;


getEntityDescriptorBuilder

public DAGProtos.TezEntityDescriptorProto.Builder getEntityDescriptorBuilder()
optional .TezEntityDescriptorProto entity_descriptor = 2;


getEntityDescriptorOrBuilder

public DAGProtos.TezEntityDescriptorProtoOrBuilder getEntityDescriptorOrBuilder()
optional .TezEntityDescriptorProto entity_descriptor = 2;

Specified by:
getEntityDescriptorOrBuilder in interface DAGProtos.RootInputLeafOutputProtoOrBuilder

hasInitializerClassName

public boolean hasInitializerClassName()
optional string initializer_class_name = 3;

Specified by:
hasInitializerClassName in interface DAGProtos.RootInputLeafOutputProtoOrBuilder

getInitializerClassName

public String getInitializerClassName()
optional string initializer_class_name = 3;

Specified by:
getInitializerClassName in interface DAGProtos.RootInputLeafOutputProtoOrBuilder

getInitializerClassNameBytes

public com.google.protobuf.ByteString getInitializerClassNameBytes()
optional string initializer_class_name = 3;

Specified by:
getInitializerClassNameBytes in interface DAGProtos.RootInputLeafOutputProtoOrBuilder

setInitializerClassName

public DAGProtos.RootInputLeafOutputProto.Builder setInitializerClassName(String value)
optional string initializer_class_name = 3;


clearInitializerClassName

public DAGProtos.RootInputLeafOutputProto.Builder clearInitializerClassName()
optional string initializer_class_name = 3;


setInitializerClassNameBytes

public DAGProtos.RootInputLeafOutputProto.Builder setInitializerClassNameBytes(com.google.protobuf.ByteString value)
optional string initializer_class_name = 3;



Copyright © 2014 Apache Software Foundation. All rights reserved.