public static interface GribCollectionProto.PartitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename()
required string filename = 2; |
com.google.protobuf.ByteString |
getFilenameBytes()
required string filename = 2; |
long |
getLastModified()
optional uint64 lastModified = 3; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
boolean |
hasFilename()
required string filename = 2; |
boolean |
hasLastModified()
optional uint64 lastModified = 3; |
boolean |
hasName()
required string name = 1; |
boolean hasName()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
String getName()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
boolean hasFilename()
required string filename = 2;
the gribCollection.ncx file
String getFilename()
required string filename = 2;
the gribCollection.ncx file
com.google.protobuf.ByteString getFilenameBytes()
required string filename = 2;
the gribCollection.ncx file
boolean hasLastModified()
optional uint64 lastModified = 3;long getLastModified()
optional uint64 lastModified = 3;Copyright © 1999–2013 UCAR/Unidata. All rights reserved.