public static interface Grib2IndexProto.Grib2IndexOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilename()
required string filename = 1; |
com.google.protobuf.ByteString |
getFilenameBytes()
required string filename = 1; |
Grib2IndexProto.GribGdsSection |
getGdsList(int index)
repeated .GribGdsSection gdsList = 2; |
int |
getGdsListCount()
repeated .GribGdsSection gdsList = 2; |
java.util.List<Grib2IndexProto.GribGdsSection> |
getGdsListList()
repeated .GribGdsSection gdsList = 2; |
Grib2IndexProto.GribGdsSectionOrBuilder |
getGdsListOrBuilder(int index)
repeated .GribGdsSection gdsList = 2; |
java.util.List<? extends Grib2IndexProto.GribGdsSectionOrBuilder> |
getGdsListOrBuilderList()
repeated .GribGdsSection gdsList = 2; |
Grib2IndexProto.Grib2Record |
getRecords(int index)
repeated .Grib2Record records = 3; |
int |
getRecordsCount()
repeated .Grib2Record records = 3; |
java.util.List<Grib2IndexProto.Grib2Record> |
getRecordsList()
repeated .Grib2Record records = 3; |
Grib2IndexProto.Grib2RecordOrBuilder |
getRecordsOrBuilder(int index)
repeated .Grib2Record records = 3; |
java.util.List<? extends Grib2IndexProto.Grib2RecordOrBuilder> |
getRecordsOrBuilderList()
repeated .Grib2Record records = 3; |
boolean |
hasFilename()
required string filename = 1; |
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<Grib2IndexProto.GribGdsSection> getGdsListList()
repeated .GribGdsSection gdsList = 2;
GDS factored out
Grib2IndexProto.GribGdsSection getGdsList(int index)
repeated .GribGdsSection gdsList = 2;
GDS factored out
int getGdsListCount()
repeated .GribGdsSection gdsList = 2;
GDS factored out
java.util.List<? extends Grib2IndexProto.GribGdsSectionOrBuilder> getGdsListOrBuilderList()
repeated .GribGdsSection gdsList = 2;
GDS factored out
Grib2IndexProto.GribGdsSectionOrBuilder getGdsListOrBuilder(int index)
repeated .GribGdsSection gdsList = 2;
GDS factored out
java.util.List<Grib2IndexProto.Grib2Record> getRecordsList()
repeated .Grib2Record records = 3;
Grib2IndexProto.Grib2Record getRecords(int index)
repeated .Grib2Record records = 3;
int getRecordsCount()
repeated .Grib2Record records = 3;
java.util.List<? extends Grib2IndexProto.Grib2RecordOrBuilder> getRecordsOrBuilderList()
repeated .Grib2Record records = 3;
Grib2IndexProto.Grib2RecordOrBuilder getRecordsOrBuilder(int index)
repeated .Grib2Record records = 3;