Package ucar.nc2.grib.collection
Interface GribCollectionProto.MFileOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GribCollectionProto.MFile
,GribCollectionProto.MFile.Builder
- Enclosing class:
- GribCollectionProto
public static interface GribCollectionProto.MFileOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFilename()
relative to topDircom.google.protobuf.ByteString
getFilenameBytes()
relative to topDirint
getIndex()
the records use this numberlong
getLastModified()
uint64 lastModified = 2;
long
getLength()
uint64 length = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFilename
String getFilename()
relative to topDir
string filename = 1;
- Returns:
- The filename.
-
getFilenameBytes
com.google.protobuf.ByteString getFilenameBytes()
relative to topDir
string filename = 1;
- Returns:
- The bytes for filename.
-
getLastModified
long getLastModified()
uint64 lastModified = 2;
- Returns:
- The lastModified.
-
getIndex
int getIndex()
the records use this number
uint32 index = 3;
- Returns:
- The index.
-
getLength
long getLength()
uint64 length = 4;
- Returns:
- The length.
-
-