ucar.nc2.ft.point.remote
Class PointStreamProto.StationList.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>
ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
- All Implemented Interfaces:
- com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, Cloneable
- Enclosing class:
- PointStreamProto.StationList
public static final class PointStreamProto.StationList.Builder
- extends com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>
| Methods inherited from class com.google.protobuf.GeneratedMessage.Builder |
addRepeatedField, clearField, getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, 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, mergeFrom, newUninitializedMessageException |
| Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
addAll, newUninitializedMessageException |
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- Specified by:
clear in interface com.google.protobuf.MessageLite.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- Specified by:
clone in interface com.google.protobuf.MessageLite.Builder- Overrides:
clone in class com.google.protobuf.GeneratedMessage.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()
isInitialized
public boolean isInitialized()
- Specified by:
isInitialized in interface com.google.protobuf.MessageLite.Builder- Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>
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.AbstractMessage.Builder<PointStreamProto.StationList.Builder>
mergeFrom
public PointStreamProto.StationList.Builder mergeFrom(PointStreamProto.StationList other)
mergeFrom
public PointStreamProto.StationList.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<PointStreamProto.StationList.Builder>
- Throws:
IOException
getStationsList
public 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(Iterable<? extends PointStreamProto.Station> values)
clearStations
public PointStreamProto.StationList.Builder clearStations()
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.