public static interface BufrCdmIndexProto.BufrIndexOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getEnd()
required uint64 end = 5; |
java.lang.String |
getFilename()
required string filename = 1; |
com.google.protobuf.ByteString |
getFilenameBytes()
required string filename = 1; |
long |
getNobs()
required uint64 nobs = 6; |
BufrCdmIndexProto.Field |
getRoot()
required .bufrCdmIndex.Field root = 3; |
BufrCdmIndexProto.FieldOrBuilder |
getRootOrBuilder()
required .bufrCdmIndex.Field root = 3; |
long |
getStart()
required uint64 start = 4; |
BufrCdmIndexProto.Station |
getStations(int index)
repeated .bufrCdmIndex.Station stations = 2; |
int |
getStationsCount()
repeated .bufrCdmIndex.Station stations = 2; |
java.util.List<BufrCdmIndexProto.Station> |
getStationsList()
repeated .bufrCdmIndex.Station stations = 2; |
BufrCdmIndexProto.StationOrBuilder |
getStationsOrBuilder(int index)
repeated .bufrCdmIndex.Station stations = 2; |
java.util.List<? extends BufrCdmIndexProto.StationOrBuilder> |
getStationsOrBuilderList()
repeated .bufrCdmIndex.Station stations = 2; |
boolean |
hasEnd()
required uint64 end = 5; |
boolean |
hasFilename()
required string filename = 1; |
boolean |
hasNobs()
required uint64 nobs = 6; |
boolean |
hasRoot()
required .bufrCdmIndex.Field root = 3; |
boolean |
hasStart()
required uint64 start = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasFilename()
required string filename = 1;
java.lang.String getFilename()
required string filename = 1;
com.google.protobuf.ByteString getFilenameBytes()
required string filename = 1;
java.util.List<BufrCdmIndexProto.Station> getStationsList()
repeated .bufrCdmIndex.Station stations = 2;
BufrCdmIndexProto.Station getStations(int index)
repeated .bufrCdmIndex.Station stations = 2;
int getStationsCount()
repeated .bufrCdmIndex.Station stations = 2;
java.util.List<? extends BufrCdmIndexProto.StationOrBuilder> getStationsOrBuilderList()
repeated .bufrCdmIndex.Station stations = 2;
BufrCdmIndexProto.StationOrBuilder getStationsOrBuilder(int index)
repeated .bufrCdmIndex.Station stations = 2;
boolean hasRoot()
required .bufrCdmIndex.Field root = 3;
BufrCdmIndexProto.Field getRoot()
required .bufrCdmIndex.Field root = 3;
BufrCdmIndexProto.FieldOrBuilder getRootOrBuilder()
required .bufrCdmIndex.Field root = 3;
boolean hasStart()
required uint64 start = 4;
msecs since epoch
long getStart()
required uint64 start = 4;
msecs since epoch
boolean hasEnd()
required uint64 end = 5;
long getEnd()
required uint64 end = 5;
boolean hasNobs()
required uint64 nobs = 6;
long getNobs()
required uint64 nobs = 6;