public static final class PointStreamProto.StationList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PointStreamProto.StationList.Builder> implements PointStreamProto.StationListOrBuilder
StationList
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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 clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<PointStreamProto.StationList.Builder>
public PointStreamProto.StationList.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<PointStreamProto.StationList.Builder>
public PointStreamProto.StationList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<PointStreamProto.StationList.Builder>
public PointStreamProto.StationList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<PointStreamProto.StationList.Builder>
public PointStreamProto.StationList.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<PointStreamProto.StationList.Builder>
public PointStreamProto.StationList.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<PointStreamProto.StationList.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.GeneratedMessageV3.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 .Station stations = 1;
getStationsList
in interface PointStreamProto.StationListOrBuilder
public int getStationsCount()
repeated .Station stations = 1;
getStationsCount
in interface PointStreamProto.StationListOrBuilder
public PointStreamProto.Station getStations(int index)
repeated .Station stations = 1;
getStations
in interface PointStreamProto.StationListOrBuilder
public PointStreamProto.StationList.Builder setStations(int index, PointStreamProto.Station value)
repeated .Station stations = 1;
public PointStreamProto.StationList.Builder setStations(int index, PointStreamProto.Station.Builder builderForValue)
repeated .Station stations = 1;
public PointStreamProto.StationList.Builder addStations(PointStreamProto.Station value)
repeated .Station stations = 1;
public PointStreamProto.StationList.Builder addStations(int index, PointStreamProto.Station value)
repeated .Station stations = 1;
public PointStreamProto.StationList.Builder addStations(PointStreamProto.Station.Builder builderForValue)
repeated .Station stations = 1;
public PointStreamProto.StationList.Builder addStations(int index, PointStreamProto.Station.Builder builderForValue)
repeated .Station stations = 1;
public PointStreamProto.StationList.Builder addAllStations(java.lang.Iterable<? extends PointStreamProto.Station> values)
repeated .Station stations = 1;
public PointStreamProto.StationList.Builder clearStations()
repeated .Station stations = 1;
public PointStreamProto.StationList.Builder removeStations(int index)
repeated .Station stations = 1;
public PointStreamProto.Station.Builder getStationsBuilder(int index)
repeated .Station stations = 1;
public PointStreamProto.StationOrBuilder getStationsOrBuilder(int index)
repeated .Station stations = 1;
getStationsOrBuilder
in interface PointStreamProto.StationListOrBuilder
public java.util.List<? extends PointStreamProto.StationOrBuilder> getStationsOrBuilderList()
repeated .Station stations = 1;
getStationsOrBuilderList
in interface PointStreamProto.StationListOrBuilder
public PointStreamProto.Station.Builder addStationsBuilder()
repeated .Station stations = 1;
public PointStreamProto.Station.Builder addStationsBuilder(int index)
repeated .Station stations = 1;
public java.util.List<PointStreamProto.Station.Builder> getStationsBuilderList()
repeated .Station stations = 1;
public final PointStreamProto.StationList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<PointStreamProto.StationList.Builder>
public final PointStreamProto.StationList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<PointStreamProto.StationList.Builder>