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

public static final class DAGProtos.StringProgressPairProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DAGProtos.StringProgressPairProto.Builder>
implements DAGProtos.StringProgressPairProtoOrBuilder

Protobuf type StringProgressPairProto


Method Summary
 DAGProtos.StringProgressPairProto build()
           
 DAGProtos.StringProgressPairProto buildPartial()
           
 DAGProtos.StringProgressPairProto.Builder clear()
           
 DAGProtos.StringProgressPairProto.Builder clearKey()
          required string key = 1;
 DAGProtos.StringProgressPairProto.Builder clearProgress()
          required .ProgressProto progress = 2;
 DAGProtos.StringProgressPairProto.Builder clone()
           
 DAGProtos.StringProgressPairProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getKey()
          required string key = 1;
 com.google.protobuf.ByteString getKeyBytes()
          required string key = 1;
 DAGProtos.ProgressProto getProgress()
          required .ProgressProto progress = 2;
 DAGProtos.ProgressProto.Builder getProgressBuilder()
          required .ProgressProto progress = 2;
 DAGProtos.ProgressProtoOrBuilder getProgressOrBuilder()
          required .ProgressProto progress = 2;
 boolean hasKey()
          required string key = 1;
 boolean hasProgress()
          required .ProgressProto progress = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 DAGProtos.StringProgressPairProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DAGProtos.StringProgressPairProto.Builder mergeFrom(DAGProtos.StringProgressPairProto other)
           
 DAGProtos.StringProgressPairProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 DAGProtos.StringProgressPairProto.Builder mergeProgress(DAGProtos.ProgressProto value)
          required .ProgressProto progress = 2;
 DAGProtos.StringProgressPairProto.Builder setKey(String value)
          required string key = 1;
 DAGProtos.StringProgressPairProto.Builder setKeyBytes(com.google.protobuf.ByteString value)
          required string key = 1;
 DAGProtos.StringProgressPairProto.Builder setProgress(DAGProtos.ProgressProto.Builder builderForValue)
          required .ProgressProto progress = 2;
 DAGProtos.StringProgressPairProto.Builder setProgress(DAGProtos.ProgressProto value)
          required .ProgressProto progress = 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.StringProgressPairProto.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

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

mergeFrom

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

hasKey

public boolean hasKey()
required string key = 1;

Specified by:
hasKey in interface DAGProtos.StringProgressPairProtoOrBuilder

getKey

public String getKey()
required string key = 1;

Specified by:
getKey in interface DAGProtos.StringProgressPairProtoOrBuilder

getKeyBytes

public com.google.protobuf.ByteString getKeyBytes()
required string key = 1;

Specified by:
getKeyBytes in interface DAGProtos.StringProgressPairProtoOrBuilder

setKey

public DAGProtos.StringProgressPairProto.Builder setKey(String value)
required string key = 1;


clearKey

public DAGProtos.StringProgressPairProto.Builder clearKey()
required string key = 1;


setKeyBytes

public DAGProtos.StringProgressPairProto.Builder setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1;


hasProgress

public boolean hasProgress()
required .ProgressProto progress = 2;

Specified by:
hasProgress in interface DAGProtos.StringProgressPairProtoOrBuilder

getProgress

public DAGProtos.ProgressProto getProgress()
required .ProgressProto progress = 2;

Specified by:
getProgress in interface DAGProtos.StringProgressPairProtoOrBuilder

setProgress

public DAGProtos.StringProgressPairProto.Builder setProgress(DAGProtos.ProgressProto value)
required .ProgressProto progress = 2;


setProgress

public DAGProtos.StringProgressPairProto.Builder setProgress(DAGProtos.ProgressProto.Builder builderForValue)
required .ProgressProto progress = 2;


mergeProgress

public DAGProtos.StringProgressPairProto.Builder mergeProgress(DAGProtos.ProgressProto value)
required .ProgressProto progress = 2;


clearProgress

public DAGProtos.StringProgressPairProto.Builder clearProgress()
required .ProgressProto progress = 2;


getProgressBuilder

public DAGProtos.ProgressProto.Builder getProgressBuilder()
required .ProgressProto progress = 2;


getProgressOrBuilder

public DAGProtos.ProgressProtoOrBuilder getProgressOrBuilder()
required .ProgressProto progress = 2;

Specified by:
getProgressOrBuilder in interface DAGProtos.StringProgressPairProtoOrBuilder


Copyright © 2014 Apache Software Foundation. All rights reserved.