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

public static final class DAGProtos.TezEntityDescriptorProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.TezEntityDescriptorProto.Builder>
implements DAGProtos.TezEntityDescriptorProtoOrBuilder

Protobuf type TezEntityDescriptorProto


Method Summary
 DAGProtos.TezEntityDescriptorProto build()
           
 DAGProtos.TezEntityDescriptorProto buildPartial()
           
 DAGProtos.TezEntityDescriptorProto.Builder clear()
           
 DAGProtos.TezEntityDescriptorProto.Builder clearClassName()
          optional string class_name = 1;
 DAGProtos.TezEntityDescriptorProto.Builder clearUserPayload()
          optional bytes user_payload = 2;
 DAGProtos.TezEntityDescriptorProto.Builder clone()
           
 String getClassName()
          optional string class_name = 1;
 com.google.protobuf.ByteString getClassNameBytes()
          optional string class_name = 1;
 DAGProtos.TezEntityDescriptorProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 com.google.protobuf.ByteString getUserPayload()
          optional bytes user_payload = 2;
 boolean hasClassName()
          optional string class_name = 1;
 boolean hasUserPayload()
          optional bytes user_payload = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 DAGProtos.TezEntityDescriptorProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGProtos.TezEntityDescriptorProto.Builder mergeFrom(DAGProtos.TezEntityDescriptorProto other)
           
 DAGProtos.TezEntityDescriptorProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 DAGProtos.TezEntityDescriptorProto.Builder setClassName(String value)
          optional string class_name = 1;
 DAGProtos.TezEntityDescriptorProto.Builder setClassNameBytes(com.google.protobuf.ByteString value)
          optional string class_name = 1;
 DAGProtos.TezEntityDescriptorProto.Builder setUserPayload(com.google.protobuf.ByteString value)
          optional bytes user_payload = 2;
 
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.TezEntityDescriptorProto.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

public DAGProtos.TezEntityDescriptorProto.Builder mergeFrom(DAGProtos.TezEntityDescriptorProto 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.TezEntityDescriptorProto.Builder>

mergeFrom

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

hasClassName

public boolean hasClassName()
optional string class_name = 1;

Specified by:
hasClassName in interface DAGProtos.TezEntityDescriptorProtoOrBuilder

getClassName

public String getClassName()
optional string class_name = 1;

Specified by:
getClassName in interface DAGProtos.TezEntityDescriptorProtoOrBuilder

getClassNameBytes

public com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 1;

Specified by:
getClassNameBytes in interface DAGProtos.TezEntityDescriptorProtoOrBuilder

setClassName

public DAGProtos.TezEntityDescriptorProto.Builder setClassName(String value)
optional string class_name = 1;


clearClassName

public DAGProtos.TezEntityDescriptorProto.Builder clearClassName()
optional string class_name = 1;


setClassNameBytes

public DAGProtos.TezEntityDescriptorProto.Builder setClassNameBytes(com.google.protobuf.ByteString value)
optional string class_name = 1;


hasUserPayload

public boolean hasUserPayload()
optional bytes user_payload = 2;

Specified by:
hasUserPayload in interface DAGProtos.TezEntityDescriptorProtoOrBuilder

getUserPayload

public com.google.protobuf.ByteString getUserPayload()
optional bytes user_payload = 2;

Specified by:
getUserPayload in interface DAGProtos.TezEntityDescriptorProtoOrBuilder

setUserPayload

public DAGProtos.TezEntityDescriptorProto.Builder setUserPayload(com.google.protobuf.ByteString value)
optional bytes user_payload = 2;


clearUserPayload

public DAGProtos.TezEntityDescriptorProto.Builder clearUserPayload()
optional bytes user_payload = 2;



Copyright © 2014 Apache Software Foundation. All rights reserved.