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

public static final class ScopeProtos.ServiceInfo.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ScopeProtos.ServiceInfo.Builder>
implements ScopeProtos.ServiceInfoOrBuilder


Method Summary
 ScopeProtos.ServiceInfo.Builder addAllCommandList(java.lang.Iterable<? extends ScopeProtos.CommandInfo> values)
           
 ScopeProtos.ServiceInfo.Builder addAllEventList(java.lang.Iterable<? extends ScopeProtos.EventInfo> values)
           
 ScopeProtos.ServiceInfo.Builder addCommandList(int index, ScopeProtos.CommandInfo.Builder builderForValue)
           
 ScopeProtos.ServiceInfo.Builder addCommandList(int index, ScopeProtos.CommandInfo value)
           
 ScopeProtos.ServiceInfo.Builder addCommandList(ScopeProtos.CommandInfo.Builder builderForValue)
           
 ScopeProtos.ServiceInfo.Builder addCommandList(ScopeProtos.CommandInfo value)
           
 ScopeProtos.CommandInfo.Builder addCommandListBuilder()
           
 ScopeProtos.CommandInfo.Builder addCommandListBuilder(int index)
           
 ScopeProtos.ServiceInfo.Builder addEventList(int index, ScopeProtos.EventInfo.Builder builderForValue)
           
 ScopeProtos.ServiceInfo.Builder addEventList(int index, ScopeProtos.EventInfo value)
           
 ScopeProtos.ServiceInfo.Builder addEventList(ScopeProtos.EventInfo.Builder builderForValue)
           
 ScopeProtos.ServiceInfo.Builder addEventList(ScopeProtos.EventInfo value)
           
 ScopeProtos.EventInfo.Builder addEventListBuilder()
           
 ScopeProtos.EventInfo.Builder addEventListBuilder(int index)
           
 ScopeProtos.ServiceInfo build()
           
 ScopeProtos.ServiceInfo buildPartial()
           
 ScopeProtos.ServiceInfo.Builder clear()
           
 ScopeProtos.ServiceInfo.Builder clearCommandList()
           
 ScopeProtos.ServiceInfo.Builder clearEventList()
           
 ScopeProtos.ServiceInfo.Builder clone()
           
 ScopeProtos.CommandInfo getCommandList(int index)
           
 ScopeProtos.CommandInfo.Builder getCommandListBuilder(int index)
           
 java.util.List<ScopeProtos.CommandInfo.Builder> getCommandListBuilderList()
           
 int getCommandListCount()
           
 java.util.List<ScopeProtos.CommandInfo> getCommandListList()
           
 ScopeProtos.CommandInfoOrBuilder getCommandListOrBuilder(int index)
           
 java.util.List<? extends ScopeProtos.CommandInfoOrBuilder> getCommandListOrBuilderList()
           
 ScopeProtos.ServiceInfo getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 ScopeProtos.EventInfo getEventList(int index)
           
 ScopeProtos.EventInfo.Builder getEventListBuilder(int index)
           
 java.util.List<ScopeProtos.EventInfo.Builder> getEventListBuilderList()
           
 int getEventListCount()
           
 java.util.List<ScopeProtos.EventInfo> getEventListList()
           
 ScopeProtos.EventInfoOrBuilder getEventListOrBuilder(int index)
           
 java.util.List<? extends ScopeProtos.EventInfoOrBuilder> getEventListOrBuilderList()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ScopeProtos.ServiceInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ScopeProtos.ServiceInfo.Builder mergeFrom(com.google.protobuf.Message other)
           
 ScopeProtos.ServiceInfo.Builder mergeFrom(ScopeProtos.ServiceInfo other)
           
 ScopeProtos.ServiceInfo.Builder removeCommandList(int index)
           
 ScopeProtos.ServiceInfo.Builder removeEventList(int index)
           
 ScopeProtos.ServiceInfo.Builder setCommandList(int index, ScopeProtos.CommandInfo.Builder builderForValue)
           
 ScopeProtos.ServiceInfo.Builder setCommandList(int index, ScopeProtos.CommandInfo value)
           
 ScopeProtos.ServiceInfo.Builder setEventList(int index, ScopeProtos.EventInfo.Builder builderForValue)
           
 ScopeProtos.ServiceInfo.Builder setEventList(int index, ScopeProtos.EventInfo 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<ScopeProtos.ServiceInfo.Builder>

clear

public ScopeProtos.ServiceInfo.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<ScopeProtos.ServiceInfo.Builder>

clone

public ScopeProtos.ServiceInfo.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<ScopeProtos.ServiceInfo.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<ScopeProtos.ServiceInfo.Builder>

getDefaultInstanceForType

public ScopeProtos.ServiceInfo getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public ScopeProtos.ServiceInfo.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<ScopeProtos.ServiceInfo.Builder>

mergeFrom

public ScopeProtos.ServiceInfo.Builder mergeFrom(ScopeProtos.ServiceInfo other)

isInitialized

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

mergeFrom

public ScopeProtos.ServiceInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.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<ScopeProtos.ServiceInfo.Builder>
Throws:
java.io.IOException

getCommandListList

public java.util.List<ScopeProtos.CommandInfo> getCommandListList()
Specified by:
getCommandListList in interface ScopeProtos.ServiceInfoOrBuilder

getCommandListCount

public int getCommandListCount()
Specified by:
getCommandListCount in interface ScopeProtos.ServiceInfoOrBuilder

getCommandList

public ScopeProtos.CommandInfo getCommandList(int index)
Specified by:
getCommandList in interface ScopeProtos.ServiceInfoOrBuilder

setCommandList

public ScopeProtos.ServiceInfo.Builder setCommandList(int index,
                                                      ScopeProtos.CommandInfo value)

setCommandList

public ScopeProtos.ServiceInfo.Builder setCommandList(int index,
                                                      ScopeProtos.CommandInfo.Builder builderForValue)

addCommandList

public ScopeProtos.ServiceInfo.Builder addCommandList(ScopeProtos.CommandInfo value)

addCommandList

public ScopeProtos.ServiceInfo.Builder addCommandList(int index,
                                                      ScopeProtos.CommandInfo value)

addCommandList

public ScopeProtos.ServiceInfo.Builder addCommandList(ScopeProtos.CommandInfo.Builder builderForValue)

addCommandList

public ScopeProtos.ServiceInfo.Builder addCommandList(int index,
                                                      ScopeProtos.CommandInfo.Builder builderForValue)

addAllCommandList

public ScopeProtos.ServiceInfo.Builder addAllCommandList(java.lang.Iterable<? extends ScopeProtos.CommandInfo> values)

clearCommandList

public ScopeProtos.ServiceInfo.Builder clearCommandList()

removeCommandList

public ScopeProtos.ServiceInfo.Builder removeCommandList(int index)

getCommandListBuilder

public ScopeProtos.CommandInfo.Builder getCommandListBuilder(int index)

getCommandListOrBuilder

public ScopeProtos.CommandInfoOrBuilder getCommandListOrBuilder(int index)
Specified by:
getCommandListOrBuilder in interface ScopeProtos.ServiceInfoOrBuilder

getCommandListOrBuilderList

public java.util.List<? extends ScopeProtos.CommandInfoOrBuilder> getCommandListOrBuilderList()
Specified by:
getCommandListOrBuilderList in interface ScopeProtos.ServiceInfoOrBuilder

addCommandListBuilder

public ScopeProtos.CommandInfo.Builder addCommandListBuilder()

addCommandListBuilder

public ScopeProtos.CommandInfo.Builder addCommandListBuilder(int index)

getCommandListBuilderList

public java.util.List<ScopeProtos.CommandInfo.Builder> getCommandListBuilderList()

getEventListList

public java.util.List<ScopeProtos.EventInfo> getEventListList()
Specified by:
getEventListList in interface ScopeProtos.ServiceInfoOrBuilder

getEventListCount

public int getEventListCount()
Specified by:
getEventListCount in interface ScopeProtos.ServiceInfoOrBuilder

getEventList

public ScopeProtos.EventInfo getEventList(int index)
Specified by:
getEventList in interface ScopeProtos.ServiceInfoOrBuilder

setEventList

public ScopeProtos.ServiceInfo.Builder setEventList(int index,
                                                    ScopeProtos.EventInfo value)

setEventList

public ScopeProtos.ServiceInfo.Builder setEventList(int index,
                                                    ScopeProtos.EventInfo.Builder builderForValue)

addEventList

public ScopeProtos.ServiceInfo.Builder addEventList(ScopeProtos.EventInfo value)

addEventList

public ScopeProtos.ServiceInfo.Builder addEventList(int index,
                                                    ScopeProtos.EventInfo value)

addEventList

public ScopeProtos.ServiceInfo.Builder addEventList(ScopeProtos.EventInfo.Builder builderForValue)

addEventList

public ScopeProtos.ServiceInfo.Builder addEventList(int index,
                                                    ScopeProtos.EventInfo.Builder builderForValue)

addAllEventList

public ScopeProtos.ServiceInfo.Builder addAllEventList(java.lang.Iterable<? extends ScopeProtos.EventInfo> values)

clearEventList

public ScopeProtos.ServiceInfo.Builder clearEventList()

removeEventList

public ScopeProtos.ServiceInfo.Builder removeEventList(int index)

getEventListBuilder

public ScopeProtos.EventInfo.Builder getEventListBuilder(int index)

getEventListOrBuilder

public ScopeProtos.EventInfoOrBuilder getEventListOrBuilder(int index)
Specified by:
getEventListOrBuilder in interface ScopeProtos.ServiceInfoOrBuilder

getEventListOrBuilderList

public java.util.List<? extends ScopeProtos.EventInfoOrBuilder> getEventListOrBuilderList()
Specified by:
getEventListOrBuilderList in interface ScopeProtos.ServiceInfoOrBuilder

addEventListBuilder

public ScopeProtos.EventInfo.Builder addEventListBuilder()

addEventListBuilder

public ScopeProtos.EventInfo.Builder addEventListBuilder(int index)

getEventListBuilderList

public java.util.List<ScopeProtos.EventInfo.Builder> getEventListBuilderList()


Copyright © 2011. All Rights Reserved.