PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.addAllStations(Iterable<? extends PointStreamProto.Station> values)
repeated .pointStream.Station stations = 1;
|
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.addStations(int index,
PointStreamProto.Station.Builder builderForValue)
repeated .pointStream.Station stations = 1;
|
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.addStations(int index,
PointStreamProto.Station value)
repeated .pointStream.Station stations = 1;
|
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.addStations(PointStreamProto.Station.Builder builderForValue)
repeated .pointStream.Station stations = 1;
|
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.addStations(PointStreamProto.Station value)
repeated .pointStream.Station stations = 1;
|
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.clear() |
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.clearStations()
repeated .pointStream.Station stations = 1;
|
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.clone() |
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.mergeFrom(com.google.protobuf.Message other) |
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.mergeFrom(PointStreamProto.StationList other) |
static PointStreamProto.StationList.Builder |
PointStreamProto.StationList.newBuilder() |
static PointStreamProto.StationList.Builder |
PointStreamProto.StationList.newBuilder(PointStreamProto.StationList prototype) |
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.newBuilderForType() |
protected PointStreamProto.StationList.Builder |
PointStreamProto.StationList.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.removeStations(int index)
repeated .pointStream.Station stations = 1;
|
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.setStations(int index,
PointStreamProto.Station.Builder builderForValue)
repeated .pointStream.Station stations = 1;
|
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.Builder.setStations(int index,
PointStreamProto.Station value)
repeated .pointStream.Station stations = 1;
|
PointStreamProto.StationList.Builder |
PointStreamProto.StationList.toBuilder() |