public static interface Grib1IndexProto.Grib1IndexOrBuilder
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; |
Grib1IndexProto.Grib1GdsSection |
getGdsList(int index)
repeated .Grib1GdsSection gdsList = 2; |
int |
getGdsListCount()
repeated .Grib1GdsSection gdsList = 2; |
java.util.List<Grib1IndexProto.Grib1GdsSection> |
getGdsListList()
repeated .Grib1GdsSection gdsList = 2; |
Grib1IndexProto.Grib1GdsSectionOrBuilder |
getGdsListOrBuilder(int index)
repeated .Grib1GdsSection gdsList = 2; |
java.util.List<? extends Grib1IndexProto.Grib1GdsSectionOrBuilder> |
getGdsListOrBuilderList()
repeated .Grib1GdsSection gdsList = 2; |
Grib1IndexProto.Grib1Record |
getRecords(int index)
repeated .Grib1Record records = 3; |
int |
getRecordsCount()
repeated .Grib1Record records = 3; |
java.util.List<Grib1IndexProto.Grib1Record> |
getRecordsList()
repeated .Grib1Record records = 3; |
Grib1IndexProto.Grib1RecordOrBuilder |
getRecordsOrBuilder(int index)
repeated .Grib1Record records = 3; |
java.util.List<? extends Grib1IndexProto.Grib1RecordOrBuilder> |
getRecordsOrBuilderList()
repeated .Grib1Record 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<Grib1IndexProto.Grib1GdsSection> getGdsListList()
repeated .Grib1GdsSection gdsList = 2;
GDS factored out
Grib1IndexProto.Grib1GdsSection getGdsList(int index)
repeated .Grib1GdsSection gdsList = 2;
GDS factored out
int getGdsListCount()
repeated .Grib1GdsSection gdsList = 2;
GDS factored out
java.util.List<? extends Grib1IndexProto.Grib1GdsSectionOrBuilder> getGdsListOrBuilderList()
repeated .Grib1GdsSection gdsList = 2;
GDS factored out
Grib1IndexProto.Grib1GdsSectionOrBuilder getGdsListOrBuilder(int index)
repeated .Grib1GdsSection gdsList = 2;
GDS factored out
java.util.List<Grib1IndexProto.Grib1Record> getRecordsList()
repeated .Grib1Record records = 3;
Grib1IndexProto.Grib1Record getRecords(int index)
repeated .Grib1Record records = 3;
int getRecordsCount()
repeated .Grib1Record records = 3;
java.util.List<? extends Grib1IndexProto.Grib1RecordOrBuilder> getRecordsOrBuilderList()
repeated .Grib1Record records = 3;
Grib1IndexProto.Grib1RecordOrBuilder getRecordsOrBuilder(int index)
repeated .Grib1Record records = 3;