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