public static interface GribCollectionProto.MFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename()
optional string filename = 1; |
com.google.protobuf.ByteString |
getFilenameBytes()
optional string filename = 1; |
int |
getIndex()
optional uint32 index = 3; |
long |
getLastModified()
optional uint64 lastModified = 2; |
long |
getLength()
optional uint64 length = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFilename()
optional string filename = 1;
reletive to topDir
com.google.protobuf.ByteString getFilenameBytes()
optional string filename = 1;
reletive to topDir
long getLastModified()
optional uint64 lastModified = 2;int getIndex()
optional uint32 index = 3;
the records use this number
long getLength()
optional uint64 length = 4;