Package ucar.nc2.ft.point.bufr
Interface BufrCdmIndexProto.BufrIndexOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BufrCdmIndexProto.BufrIndex,BufrCdmIndexProto.BufrIndex.Builder
- Enclosing class:
- BufrCdmIndexProto
public static interface BufrCdmIndexProto.BufrIndexOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEnd()uint64 end = 5;StringgetFilename()string filename = 1;com.google.protobuf.ByteStringgetFilenameBytes()string filename = 1;longgetNobs()uint64 nobs = 6;BufrCdmIndexProto.FieldgetRoot().Field root = 3;BufrCdmIndexProto.FieldOrBuildergetRootOrBuilder().Field root = 3;longgetStart()msecs since epochBufrCdmIndexProto.StationgetStations(int index)repeated .Station stations = 2;intgetStationsCount()repeated .Station stations = 2;List<BufrCdmIndexProto.Station>getStationsList()repeated .Station stations = 2;BufrCdmIndexProto.StationOrBuildergetStationsOrBuilder(int index)repeated .Station stations = 2;List<? extends BufrCdmIndexProto.StationOrBuilder>getStationsOrBuilderList()repeated .Station stations = 2;booleanhasRoot().Field root = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFilename
String getFilename()
string filename = 1;- Returns:
- The filename.
-
getFilenameBytes
com.google.protobuf.ByteString getFilenameBytes()
string filename = 1;- Returns:
- The bytes for filename.
-
getStationsList
List<BufrCdmIndexProto.Station> getStationsList()
repeated .Station stations = 2;
-
getStations
BufrCdmIndexProto.Station getStations(int index)
repeated .Station stations = 2;
-
getStationsCount
int getStationsCount()
repeated .Station stations = 2;
-
getStationsOrBuilderList
List<? extends BufrCdmIndexProto.StationOrBuilder> getStationsOrBuilderList()
repeated .Station stations = 2;
-
getStationsOrBuilder
BufrCdmIndexProto.StationOrBuilder getStationsOrBuilder(int index)
repeated .Station stations = 2;
-
hasRoot
boolean hasRoot()
.Field root = 3;- Returns:
- Whether the root field is set.
-
getRoot
BufrCdmIndexProto.Field getRoot()
.Field root = 3;- Returns:
- The root.
-
getRootOrBuilder
BufrCdmIndexProto.FieldOrBuilder getRootOrBuilder()
.Field root = 3;
-
getStart
long getStart()
msecs since epoch
uint64 start = 4;- Returns:
- The start.
-
getEnd
long getEnd()
uint64 end = 5;- Returns:
- The end.
-
getNobs
long getNobs()
uint64 nobs = 6;- Returns:
- The nobs.
-
-