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 StringgetFilename()reletive to topDircom.google.protobuf.ByteStringgetFilenameBytes()reletive to topDirintgetIndex()the records use this numberlonggetLastModified()uint64 lastModified = 2;longgetLength()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()
reletive to topDir
string filename = 1;- Returns:
- The filename.
-
getFilenameBytes
com.google.protobuf.ByteString getFilenameBytes()
reletive 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.
-
-