Package ucar.nc2.grib.grib2
Interface Grib2IndexProto.Grib2IndexOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Grib2IndexProto.Grib2Index
,Grib2IndexProto.Grib2Index.Builder
- Enclosing class:
- Grib2IndexProto
public static interface Grib2IndexProto.Grib2IndexOrBuilder 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;
Grib2IndexProto.GribGdsSection
getGdsList(int index)
GDS factored outint
getGdsListCount()
GDS factored outList<Grib2IndexProto.GribGdsSection>
getGdsListList()
GDS factored outGrib2IndexProto.GribGdsSectionOrBuilder
getGdsListOrBuilder(int index)
GDS factored outList<? extends Grib2IndexProto.GribGdsSectionOrBuilder>
getGdsListOrBuilderList()
GDS factored outGrib2IndexProto.Grib2Record
getRecords(int index)
repeated .Grib2Record records = 3;
int
getRecordsCount()
repeated .Grib2Record records = 3;
List<Grib2IndexProto.Grib2Record>
getRecordsList()
repeated .Grib2Record records = 3;
Grib2IndexProto.Grib2RecordOrBuilder
getRecordsOrBuilder(int index)
repeated .Grib2Record records = 3;
List<? extends Grib2IndexProto.Grib2RecordOrBuilder>
getRecordsOrBuilderList()
repeated .Grib2Record 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<Grib2IndexProto.GribGdsSection> getGdsListList()
GDS factored out
repeated .GribGdsSection gdsList = 2;
-
getGdsList
Grib2IndexProto.GribGdsSection getGdsList(int index)
GDS factored out
repeated .GribGdsSection gdsList = 2;
-
getGdsListCount
int getGdsListCount()
GDS factored out
repeated .GribGdsSection gdsList = 2;
-
getGdsListOrBuilderList
List<? extends Grib2IndexProto.GribGdsSectionOrBuilder> getGdsListOrBuilderList()
GDS factored out
repeated .GribGdsSection gdsList = 2;
-
getGdsListOrBuilder
Grib2IndexProto.GribGdsSectionOrBuilder getGdsListOrBuilder(int index)
GDS factored out
repeated .GribGdsSection gdsList = 2;
-
getRecordsList
List<Grib2IndexProto.Grib2Record> getRecordsList()
repeated .Grib2Record records = 3;
-
getRecords
Grib2IndexProto.Grib2Record getRecords(int index)
repeated .Grib2Record records = 3;
-
getRecordsCount
int getRecordsCount()
repeated .Grib2Record records = 3;
-
getRecordsOrBuilderList
List<? extends Grib2IndexProto.Grib2RecordOrBuilder> getRecordsOrBuilderList()
repeated .Grib2Record records = 3;
-
getRecordsOrBuilder
Grib2IndexProto.Grib2RecordOrBuilder getRecordsOrBuilder(int index)
repeated .Grib2Record records = 3;
-
-