public static interface PartitionCollectionProto.PartitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDirectory()
optional string directory = 3; |
com.google.protobuf.ByteString |
getDirectoryBytes()
optional string directory = 3; |
java.lang.String |
getFilename()
required string filename = 2; |
com.google.protobuf.ByteString |
getFilenameBytes()
required string filename = 2; |
long |
getLastModified()
optional uint64 lastModified = 4; |
long |
getLength()
optional int64 length = 5; |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
long |
getPartitionDate()
optional int64 partitionDate = 6; |
boolean |
hasDirectory()
optional string directory = 3; |
boolean |
hasFilename()
required string filename = 2; |
boolean |
hasLastModified()
optional uint64 lastModified = 4; |
boolean |
hasLength()
optional int64 length = 5; |
boolean |
hasName()
required string name = 1; |
boolean |
hasPartitionDate()
optional int64 partitionDate = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
java.lang.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.ncx3 file, reletive to gc.
java.lang.String getFilename()
required string filename = 2;
the gribCollection.ncx3 file, reletive to gc.
com.google.protobuf.ByteString getFilenameBytes()
required string filename = 2;
the gribCollection.ncx3 file, reletive to gc.
boolean hasDirectory()
optional string directory = 3;
top directory
java.lang.String getDirectory()
optional string directory = 3;
top directory
com.google.protobuf.ByteString getDirectoryBytes()
optional string directory = 3;
top directory
boolean hasLastModified()
optional uint64 lastModified = 4;
long getLastModified()
optional uint64 lastModified = 4;
boolean hasLength()
optional int64 length = 5;
long getLength()
optional int64 length = 5;
boolean hasPartitionDate()
optional int64 partitionDate = 6;
partition date added 11/25/14
long getPartitionDate()
optional int64 partitionDate = 6;
partition date added 11/25/14