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

public static final class GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder>
implements GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder

Protobuf type hadoop.common.GenericRefreshResponseCollectionProto


 Collection of responses from zero or more handlers.
 


Method Summary
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder addAllResponses(Iterable<? extends GenericRefreshProtocolProtos.GenericRefreshResponseProto> values)
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder addResponses(GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder builderForValue)
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder addResponses(GenericRefreshProtocolProtos.GenericRefreshResponseProto value)
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder addResponses(int index, GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder builderForValue)
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder addResponses(int index, GenericRefreshProtocolProtos.GenericRefreshResponseProto value)
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder addResponsesBuilder()
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder addResponsesBuilder(int index)
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto build()
           
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto buildPartial()
           
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder clear()
           
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder clearResponses()
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder clone()
           
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 GenericRefreshProtocolProtos.GenericRefreshResponseProto getResponses(int index)
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder getResponsesBuilder(int index)
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 List<GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder> getResponsesBuilderList()
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 int getResponsesCount()
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 List<GenericRefreshProtocolProtos.GenericRefreshResponseProto> getResponsesList()
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder getResponsesOrBuilder(int index)
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 List<? extends GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder> getResponsesOrBuilderList()
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder mergeFrom(GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto other)
           
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder removeResponses(int index)
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder setResponses(int index, GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder builderForValue)
          repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
 GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder setResponses(int index, GenericRefreshProtocolProtos.GenericRefreshResponseProto value)
          repeated .hadoop.common.GenericRefreshResponseProto responses = 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<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder>

clear

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.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<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder>

clone

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.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<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.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<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder>

getDefaultInstanceForType

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.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<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder>

mergeFrom

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder mergeFrom(GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto other)

isInitialized

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

mergeFrom

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.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<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder>
Throws:
IOException

getResponsesList

public List<GenericRefreshProtocolProtos.GenericRefreshResponseProto> getResponsesList()
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;

Specified by:
getResponsesList in interface GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder

getResponsesCount

public int getResponsesCount()
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;

Specified by:
getResponsesCount in interface GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder

getResponses

public GenericRefreshProtocolProtos.GenericRefreshResponseProto getResponses(int index)
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;

Specified by:
getResponses in interface GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder

setResponses

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder setResponses(int index,
                                                                                               GenericRefreshProtocolProtos.GenericRefreshResponseProto value)
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;


setResponses

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder setResponses(int index,
                                                                                               GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder builderForValue)
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;


addResponses

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder addResponses(GenericRefreshProtocolProtos.GenericRefreshResponseProto value)
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;


addResponses

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder addResponses(int index,
                                                                                               GenericRefreshProtocolProtos.GenericRefreshResponseProto value)
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;


addResponses

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder addResponses(GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder builderForValue)
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;


addResponses

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder addResponses(int index,
                                                                                               GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder builderForValue)
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;


addAllResponses

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder addAllResponses(Iterable<? extends GenericRefreshProtocolProtos.GenericRefreshResponseProto> values)
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;


clearResponses

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder clearResponses()
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;


removeResponses

public GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder removeResponses(int index)
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;


getResponsesBuilder

public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder getResponsesBuilder(int index)
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;


getResponsesOrBuilder

public GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder getResponsesOrBuilder(int index)
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;

Specified by:
getResponsesOrBuilder in interface GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder

getResponsesOrBuilderList

public List<? extends GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder> getResponsesOrBuilderList()
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;

Specified by:
getResponsesOrBuilderList in interface GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder

addResponsesBuilder

public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder addResponsesBuilder()
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;


addResponsesBuilder

public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder addResponsesBuilder(int index)
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;


getResponsesBuilderList

public List<GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder> getResponsesBuilderList()
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.