public static final class PointStreamProto.StationList.Builder extends com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder> implements PointStreamProto.StationListOrBuilder
pointStream.StationList
Modifier and Type | Method and Description |
---|---|
PointStreamProto.StationList.Builder |
addAllStations(java.lang.Iterable<? extends PointStreamProto.Station> values)
repeated .pointStream.Station stations = 1; |
PointStreamProto.StationList.Builder |
addStations(int index,
PointStreamProto.Station.Builder builderForValue)
repeated .pointStream.Station stations = 1; |
PointStreamProto.StationList.Builder |
addStations(int index,
PointStreamProto.Station value)
repeated .pointStream.Station stations = 1; |
PointStreamProto.StationList.Builder |
addStations(PointStreamProto.Station.Builder builderForValue)
repeated .pointStream.Station stations = 1; |
PointStreamProto.StationList.Builder |
addStations(PointStreamProto.Station value)
repeated .pointStream.Station stations = 1; |
PointStreamProto.Station.Builder |
addStationsBuilder()
repeated .pointStream.Station stations = 1; |
PointStreamProto.Station.Builder |
addStationsBuilder(int index)
repeated .pointStream.Station stations = 1; |
PointStreamProto.StationList |
build() |
PointStreamProto.StationList |
buildPartial() |
PointStreamProto.StationList.Builder |
clear() |
PointStreamProto.StationList.Builder |
clearStations()
repeated .pointStream.Station stations = 1; |
PointStreamProto.StationList.Builder |
clone() |
PointStreamProto.StationList |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
PointStreamProto.Station |
getStations(int index)
repeated .pointStream.Station stations = 1; |
PointStreamProto.Station.Builder |
getStationsBuilder(int index)
repeated .pointStream.Station stations = 1; |
java.util.List<PointStreamProto.Station.Builder> |
getStationsBuilderList()
repeated .pointStream.Station stations = 1; |
int |
getStationsCount()
repeated .pointStream.Station stations = 1; |
java.util.List<PointStreamProto.Station> |
getStationsList()
repeated .pointStream.Station stations = 1; |
PointStreamProto.StationOrBuilder |
getStationsOrBuilder(int index)
repeated .pointStream.Station stations = 1; |
java.util.List<? extends PointStreamProto.StationOrBuilder> |
getStationsOrBuilderList()
repeated .pointStream.Station stations = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PointStreamProto.StationList.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PointStreamProto.StationList.Builder |
mergeFrom(com.google.protobuf.Message other) |
PointStreamProto.StationList.Builder |
mergeFrom(PointStreamProto.StationList other) |
PointStreamProto.StationList.Builder |
removeStations(int index)
repeated .pointStream.Station stations = 1; |
PointStreamProto.StationList.Builder |
setStations(int index,
PointStreamProto.Station.Builder builderForValue)
repeated .pointStream.Station stations = 1; |
PointStreamProto.StationList.Builder |
setStations(int index,
PointStreamProto.Station value)
repeated .pointStream.Station stations = 1; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>
public PointStreamProto.StationList.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>
public PointStreamProto.StationList.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>
public PointStreamProto.StationList getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public PointStreamProto.StationList build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public PointStreamProto.StationList buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public PointStreamProto.StationList.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PointStreamProto.StationList.Builder>
public PointStreamProto.StationList.Builder mergeFrom(PointStreamProto.StationList other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>
public PointStreamProto.StationList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PointStreamProto.StationList.Builder>
java.io.IOException
public java.util.List<PointStreamProto.Station> getStationsList()
repeated .pointStream.Station stations = 1;
getStationsList
in interface PointStreamProto.StationListOrBuilder
public int getStationsCount()
repeated .pointStream.Station stations = 1;
getStationsCount
in interface PointStreamProto.StationListOrBuilder
public PointStreamProto.Station getStations(int index)
repeated .pointStream.Station stations = 1;
getStations
in interface PointStreamProto.StationListOrBuilder
public PointStreamProto.StationList.Builder setStations(int index, PointStreamProto.Station value)
repeated .pointStream.Station stations = 1;
public PointStreamProto.StationList.Builder setStations(int index, PointStreamProto.Station.Builder builderForValue)
repeated .pointStream.Station stations = 1;
public PointStreamProto.StationList.Builder addStations(PointStreamProto.Station value)
repeated .pointStream.Station stations = 1;
public PointStreamProto.StationList.Builder addStations(int index, PointStreamProto.Station value)
repeated .pointStream.Station stations = 1;
public PointStreamProto.StationList.Builder addStations(PointStreamProto.Station.Builder builderForValue)
repeated .pointStream.Station stations = 1;
public PointStreamProto.StationList.Builder addStations(int index, PointStreamProto.Station.Builder builderForValue)
repeated .pointStream.Station stations = 1;
public PointStreamProto.StationList.Builder addAllStations(java.lang.Iterable<? extends PointStreamProto.Station> values)
repeated .pointStream.Station stations = 1;
public PointStreamProto.StationList.Builder clearStations()
repeated .pointStream.Station stations = 1;
public PointStreamProto.StationList.Builder removeStations(int index)
repeated .pointStream.Station stations = 1;
public PointStreamProto.Station.Builder getStationsBuilder(int index)
repeated .pointStream.Station stations = 1;
public PointStreamProto.StationOrBuilder getStationsOrBuilder(int index)
repeated .pointStream.Station stations = 1;
getStationsOrBuilder
in interface PointStreamProto.StationListOrBuilder
public java.util.List<? extends PointStreamProto.StationOrBuilder> getStationsOrBuilderList()
repeated .pointStream.Station stations = 1;
getStationsOrBuilderList
in interface PointStreamProto.StationListOrBuilder
public PointStreamProto.Station.Builder addStationsBuilder()
repeated .pointStream.Station stations = 1;
public PointStreamProto.Station.Builder addStationsBuilder(int index)
repeated .pointStream.Station stations = 1;
public java.util.List<PointStreamProto.Station.Builder> getStationsBuilderList()
repeated .pointStream.Station stations = 1;