public static interface GribCollectionProto.PartitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename()
optional string filename = 2; |
com.google.protobuf.ByteString |
getFilenameBytes()
optional string filename = 2; |
long |
getLastModified()
optional uint64 lastModified = 4; |
long |
getLength()
optional int64 length = 5; |
java.lang.String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
long |
getPartitionDate()
optional int64 partitionDate = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
optional string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
java.lang.String getFilename()
optional string filename = 2;
the gribCollection.ncx file, reletive to gc.
com.google.protobuf.ByteString getFilenameBytes()
optional string filename = 2;
the gribCollection.ncx file, reletive to gc.
long getLastModified()
optional uint64 lastModified = 4;long getLength()
optional int64 length = 5;long getPartitionDate()
optional int64 partitionDate = 6;
partition date added 11/25/14