Package ucar.nc2.grib.grib1
Interface Grib1IndexProto.Grib1IndexOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Grib1IndexProto.Grib1Index
,Grib1IndexProto.Grib1Index.Builder
- Enclosing class:
- Grib1IndexProto
public static interface Grib1IndexProto.Grib1IndexOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFilename()
required string filename = 1;
com.google.protobuf.ByteString
getFilenameBytes()
required string filename = 1;
Grib1IndexProto.Grib1GdsSection
getGdsList(int index)
GDS factored outint
getGdsListCount()
GDS factored outList<Grib1IndexProto.Grib1GdsSection>
getGdsListList()
GDS factored outGrib1IndexProto.Grib1GdsSectionOrBuilder
getGdsListOrBuilder(int index)
GDS factored outList<? extends Grib1IndexProto.Grib1GdsSectionOrBuilder>
getGdsListOrBuilderList()
GDS factored outGrib1IndexProto.Grib1Record
getRecords(int index)
repeated .Grib1Record records = 3;
int
getRecordsCount()
repeated .Grib1Record records = 3;
List<Grib1IndexProto.Grib1Record>
getRecordsList()
repeated .Grib1Record records = 3;
Grib1IndexProto.Grib1RecordOrBuilder
getRecordsOrBuilder(int index)
repeated .Grib1Record records = 3;
List<? extends Grib1IndexProto.Grib1RecordOrBuilder>
getRecordsOrBuilderList()
repeated .Grib1Record records = 3;
boolean
hasFilename()
required string filename = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFilename
boolean hasFilename()
required string filename = 1;
- Returns:
- Whether the filename field is set.
-
getFilename
String getFilename()
required string filename = 1;
- Returns:
- The filename.
-
getFilenameBytes
com.google.protobuf.ByteString getFilenameBytes()
required string filename = 1;
- Returns:
- The bytes for filename.
-
getGdsListList
List<Grib1IndexProto.Grib1GdsSection> getGdsListList()
GDS factored out
repeated .Grib1GdsSection gdsList = 2;
-
getGdsList
Grib1IndexProto.Grib1GdsSection getGdsList(int index)
GDS factored out
repeated .Grib1GdsSection gdsList = 2;
-
getGdsListCount
int getGdsListCount()
GDS factored out
repeated .Grib1GdsSection gdsList = 2;
-
getGdsListOrBuilderList
List<? extends Grib1IndexProto.Grib1GdsSectionOrBuilder> getGdsListOrBuilderList()
GDS factored out
repeated .Grib1GdsSection gdsList = 2;
-
getGdsListOrBuilder
Grib1IndexProto.Grib1GdsSectionOrBuilder getGdsListOrBuilder(int index)
GDS factored out
repeated .Grib1GdsSection gdsList = 2;
-
getRecordsList
List<Grib1IndexProto.Grib1Record> getRecordsList()
repeated .Grib1Record records = 3;
-
getRecords
Grib1IndexProto.Grib1Record getRecords(int index)
repeated .Grib1Record records = 3;
-
getRecordsCount
int getRecordsCount()
repeated .Grib1Record records = 3;
-
getRecordsOrBuilderList
List<? extends Grib1IndexProto.Grib1RecordOrBuilder> getRecordsOrBuilderList()
repeated .Grib1Record records = 3;
-
getRecordsOrBuilder
Grib1IndexProto.Grib1RecordOrBuilder getRecordsOrBuilder(int index)
repeated .Grib1Record records = 3;
-
-