Package ucar.nc2.ft.point.remote
Interface PointStreamProto.StationListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointStreamProto.StationList,PointStreamProto.StationList.Builder
- Enclosing class:
- PointStreamProto
public static interface PointStreamProto.StationListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointStreamProto.StationgetStations(int index)repeated .Station stations = 1;intgetStationsCount()repeated .Station stations = 1;List<PointStreamProto.Station>getStationsList()repeated .Station stations = 1;PointStreamProto.StationOrBuildergetStationsOrBuilder(int index)repeated .Station stations = 1;List<? extends PointStreamProto.StationOrBuilder>getStationsOrBuilderList()repeated .Station stations = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStationsList
List<PointStreamProto.Station> getStationsList()
repeated .Station stations = 1;
-
getStations
PointStreamProto.Station getStations(int index)
repeated .Station stations = 1;
-
getStationsCount
int getStationsCount()
repeated .Station stations = 1;
-
getStationsOrBuilderList
List<? extends PointStreamProto.StationOrBuilder> getStationsOrBuilderList()
repeated .Station stations = 1;
-
getStationsOrBuilder
PointStreamProto.StationOrBuilder getStationsOrBuilder(int index)
repeated .Station stations = 1;
-
-