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, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, PointStreamProto.StationListOrBuilder
- Enclosing class:
- PointStreamProto.StationList
public static final class PointStreamProto.StationList.Builder
- extends com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>
- implements PointStreamProto.StationListOrBuilder
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 interface com.google.protobuf.MessageOrBuilder |
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
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<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.GeneratedMessage.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
- Specified by:
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>
getDefaultInstanceForType
public PointStreamProto.StationList getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
build
public PointStreamProto.StationList build()
- Specified by:
build
in interface com.google.protobuf.Message.Builder
- Specified by:
build
in interface com.google.protobuf.MessageLite.Builder
buildPartial
public PointStreamProto.StationList buildPartial()
- Specified by:
buildPartial
in interface com.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interface com.google.protobuf.MessageLite.Builder
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)
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>
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()
- Specified by:
getStationsList
in interface PointStreamProto.StationListOrBuilder
getStationsCount
public int getStationsCount()
- Specified by:
getStationsCount
in interface PointStreamProto.StationListOrBuilder
getStations
public PointStreamProto.Station getStations(int index)
- Specified by:
getStations
in interface PointStreamProto.StationListOrBuilder
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(int index,
PointStreamProto.Station value)
addStations
public PointStreamProto.StationList.Builder addStations(PointStreamProto.Station.Builder builderForValue)
addStations
public PointStreamProto.StationList.Builder addStations(int index,
PointStreamProto.Station.Builder builderForValue)
addAllStations
public PointStreamProto.StationList.Builder addAllStations(Iterable<? extends PointStreamProto.Station> values)
clearStations
public PointStreamProto.StationList.Builder clearStations()
removeStations
public PointStreamProto.StationList.Builder removeStations(int index)
getStationsBuilder
public PointStreamProto.Station.Builder getStationsBuilder(int index)
getStationsOrBuilder
public PointStreamProto.StationOrBuilder getStationsOrBuilder(int index)
- Specified by:
getStationsOrBuilder
in interface PointStreamProto.StationListOrBuilder
getStationsOrBuilderList
public List<? extends PointStreamProto.StationOrBuilder> getStationsOrBuilderList()
- Specified by:
getStationsOrBuilderList
in interface PointStreamProto.StationListOrBuilder
addStationsBuilder
public PointStreamProto.Station.Builder addStationsBuilder()
addStationsBuilder
public PointStreamProto.Station.Builder addStationsBuilder(int index)
getStationsBuilderList
public List<PointStreamProto.Station.Builder> getStationsBuilderList()
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.