com.opera.core.systems.scope.protos
Class Esdbg6Protos.ObjectList.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<Esdbg6Protos.ObjectList.Builder>
              extended by com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Esdbg6Protos.ObjectListOrBuilder, Cloneable
Enclosing class:
Esdbg6Protos.ObjectList

public static final class Esdbg6Protos.ObjectList.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Esdbg6Protos.ObjectList.Builder>
implements Esdbg6Protos.ObjectListOrBuilder


Method Summary
 Esdbg6Protos.ObjectList.Builder addAllObjectList(Iterable<? extends Esdbg6Protos.ObjectInfo> values)
           
 Esdbg6Protos.ObjectList.Builder addObjectList(Esdbg6Protos.ObjectInfo.Builder builderForValue)
           
 Esdbg6Protos.ObjectList.Builder addObjectList(Esdbg6Protos.ObjectInfo value)
           
 Esdbg6Protos.ObjectList.Builder addObjectList(int index, Esdbg6Protos.ObjectInfo.Builder builderForValue)
           
 Esdbg6Protos.ObjectList.Builder addObjectList(int index, Esdbg6Protos.ObjectInfo value)
           
 Esdbg6Protos.ObjectInfo.Builder addObjectListBuilder()
           
 Esdbg6Protos.ObjectInfo.Builder addObjectListBuilder(int index)
           
 Esdbg6Protos.ObjectList build()
           
 Esdbg6Protos.ObjectList buildPartial()
           
 Esdbg6Protos.ObjectList.Builder clear()
           
 Esdbg6Protos.ObjectList.Builder clearObjectList()
           
 Esdbg6Protos.ObjectList.Builder clone()
           
 Esdbg6Protos.ObjectList getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 Esdbg6Protos.ObjectInfo getObjectList(int index)
           
 Esdbg6Protos.ObjectInfo.Builder getObjectListBuilder(int index)
           
 List<Esdbg6Protos.ObjectInfo.Builder> getObjectListBuilderList()
           
 int getObjectListCount()
           
 List<Esdbg6Protos.ObjectInfo> getObjectListList()
           
 Esdbg6Protos.ObjectInfoOrBuilder getObjectListOrBuilder(int index)
           
 List<? extends Esdbg6Protos.ObjectInfoOrBuilder> getObjectListOrBuilderList()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 Esdbg6Protos.ObjectList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Esdbg6Protos.ObjectList.Builder mergeFrom(Esdbg6Protos.ObjectList other)
           
 Esdbg6Protos.ObjectList.Builder mergeFrom(com.google.protobuf.Message other)
           
 Esdbg6Protos.ObjectList.Builder removeObjectList(int index)
           
 Esdbg6Protos.ObjectList.Builder setObjectList(int index, Esdbg6Protos.ObjectInfo.Builder builderForValue)
           
 Esdbg6Protos.ObjectList.Builder setObjectList(int index, Esdbg6Protos.ObjectInfo value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
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
getAllFields, getField, 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<Esdbg6Protos.ObjectList.Builder>

clear

public Esdbg6Protos.ObjectList.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<Esdbg6Protos.ObjectList.Builder>

clone

public Esdbg6Protos.ObjectList.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<Esdbg6Protos.ObjectList.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<Esdbg6Protos.ObjectList.Builder>

getDefaultInstanceForType

public Esdbg6Protos.ObjectList getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public Esdbg6Protos.ObjectList.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<Esdbg6Protos.ObjectList.Builder>

mergeFrom

public Esdbg6Protos.ObjectList.Builder mergeFrom(Esdbg6Protos.ObjectList other)

isInitialized

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

mergeFrom

public Esdbg6Protos.ObjectList.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<Esdbg6Protos.ObjectList.Builder>
Throws:
IOException

getObjectListList

public List<Esdbg6Protos.ObjectInfo> getObjectListList()
Specified by:
getObjectListList in interface Esdbg6Protos.ObjectListOrBuilder

getObjectListCount

public int getObjectListCount()
Specified by:
getObjectListCount in interface Esdbg6Protos.ObjectListOrBuilder

getObjectList

public Esdbg6Protos.ObjectInfo getObjectList(int index)
Specified by:
getObjectList in interface Esdbg6Protos.ObjectListOrBuilder

setObjectList

public Esdbg6Protos.ObjectList.Builder setObjectList(int index,
                                                     Esdbg6Protos.ObjectInfo value)

setObjectList

public Esdbg6Protos.ObjectList.Builder setObjectList(int index,
                                                     Esdbg6Protos.ObjectInfo.Builder builderForValue)

addObjectList

public Esdbg6Protos.ObjectList.Builder addObjectList(Esdbg6Protos.ObjectInfo value)

addObjectList

public Esdbg6Protos.ObjectList.Builder addObjectList(int index,
                                                     Esdbg6Protos.ObjectInfo value)

addObjectList

public Esdbg6Protos.ObjectList.Builder addObjectList(Esdbg6Protos.ObjectInfo.Builder builderForValue)

addObjectList

public Esdbg6Protos.ObjectList.Builder addObjectList(int index,
                                                     Esdbg6Protos.ObjectInfo.Builder builderForValue)

addAllObjectList

public Esdbg6Protos.ObjectList.Builder addAllObjectList(Iterable<? extends Esdbg6Protos.ObjectInfo> values)

clearObjectList

public Esdbg6Protos.ObjectList.Builder clearObjectList()

removeObjectList

public Esdbg6Protos.ObjectList.Builder removeObjectList(int index)

getObjectListBuilder

public Esdbg6Protos.ObjectInfo.Builder getObjectListBuilder(int index)

getObjectListOrBuilder

public Esdbg6Protos.ObjectInfoOrBuilder getObjectListOrBuilder(int index)
Specified by:
getObjectListOrBuilder in interface Esdbg6Protos.ObjectListOrBuilder

getObjectListOrBuilderList

public List<? extends Esdbg6Protos.ObjectInfoOrBuilder> getObjectListOrBuilderList()
Specified by:
getObjectListOrBuilderList in interface Esdbg6Protos.ObjectListOrBuilder

addObjectListBuilder

public Esdbg6Protos.ObjectInfo.Builder addObjectListBuilder()

addObjectListBuilder

public Esdbg6Protos.ObjectInfo.Builder addObjectListBuilder(int index)

getObjectListBuilderList

public List<Esdbg6Protos.ObjectInfo.Builder> getObjectListBuilderList()


Copyright © 2012. All Rights Reserved.