ucar.nc2.ft.point.remote
Class PointStreamProto.StationList.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
      extended by com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>
          extended by ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, java.lang.Cloneable
Enclosing class:
PointStreamProto.StationList

public static final class PointStreamProto.StationList.Builder
extends com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>


Method Summary
 PointStreamProto.StationList.Builder addAllStations(java.lang.Iterable<? extends PointStreamProto.Station> values)
           
 PointStreamProto.StationList.Builder addStations(PointStreamProto.Station.Builder builderForValue)
           
 PointStreamProto.StationList.Builder addStations(PointStreamProto.Station value)
           
 PointStreamProto.StationList build()
           
 PointStreamProto.StationList buildPartial()
           
 PointStreamProto.StationList.Builder clear()
           
 PointStreamProto.StationList.Builder clearStations()
           
 PointStreamProto.StationList.Builder clone()
           
 PointStreamProto.StationList getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 PointStreamProto.Station getStations(int index)
           
 int getStationsCount()
           
 java.util.List<PointStreamProto.Station> getStationsList()
           
protected  PointStreamProto.StationList internalGetResult()
           
 PointStreamProto.StationList.Builder mergeFrom(com.google.protobuf.CodedInputStream input)
           
 PointStreamProto.StationList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
 PointStreamProto.StationList.Builder mergeFrom(com.google.protobuf.Message other)
           
 PointStreamProto.StationList.Builder mergeFrom(PointStreamProto.StationList other)
           
 PointStreamProto.StationList.Builder setStations(int index, PointStreamProto.Station.Builder builderForValue)
           
 PointStreamProto.StationList.Builder setStations(int index, PointStreamProto.Station value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addAll, addRepeatedField, clearField, getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isInitialized, mergeUnknownFields, newBuilderForField, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

internalGetResult

protected PointStreamProto.StationList internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>

clear

public PointStreamProto.StationList.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Overrides:
clear in class com.google.protobuf.AbstractMessage.Builder<PointStreamProto.StationList.Builder>

clone

public PointStreamProto.StationList.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Overrides:
clone in class com.google.protobuf.AbstractMessage.Builder<PointStreamProto.StationList.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>

getDefaultInstanceForType

public PointStreamProto.StationList getDefaultInstanceForType()

build

public PointStreamProto.StationList build()

buildPartial

public PointStreamProto.StationList buildPartial()

mergeFrom

public PointStreamProto.StationList.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>

mergeFrom

public PointStreamProto.StationList.Builder mergeFrom(PointStreamProto.StationList other)

mergeFrom

public PointStreamProto.StationList.Builder mergeFrom(com.google.protobuf.CodedInputStream input)
                                               throws java.io.IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PointStreamProto.StationList.Builder>
Throws:
java.io.IOException

mergeFrom

public PointStreamProto.StationList.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistry extensionRegistry)
                                               throws java.io.IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PointStreamProto.StationList.Builder>
Throws:
java.io.IOException

getStationsList

public java.util.List<PointStreamProto.Station> getStationsList()

getStationsCount

public int getStationsCount()

getStations

public PointStreamProto.Station getStations(int index)

setStations

public PointStreamProto.StationList.Builder setStations(int index,
                                                        PointStreamProto.Station value)

setStations

public PointStreamProto.StationList.Builder setStations(int index,
                                                        PointStreamProto.Station.Builder builderForValue)

addStations

public PointStreamProto.StationList.Builder addStations(PointStreamProto.Station value)

addStations

public PointStreamProto.StationList.Builder addStations(PointStreamProto.Station.Builder builderForValue)

addAllStations

public PointStreamProto.StationList.Builder addAllStations(java.lang.Iterable<? extends PointStreamProto.Station> values)

clearStations

public PointStreamProto.StationList.Builder clearStations()