public static final class PartitionCollectionProto.Partition extends com.google.protobuf.GeneratedMessage implements PartitionCollectionProto.PartitionOrBuilder
Partition| Modifier and Type | Class and Description |
|---|---|
static class |
PartitionCollectionProto.Partition.Builder
Protobuf type
Partition |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DIRECTORY_FIELD_NUMBER |
static int |
FILENAME_FIELD_NUMBER |
static int |
LASTMODIFIED_FIELD_NUMBER |
static int |
LENGTH_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<PartitionCollectionProto.Partition> |
PARSER |
static int |
PARTITIONDATE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static PartitionCollectionProto.Partition |
getDefaultInstance() |
PartitionCollectionProto.Partition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<PartitionCollectionProto.Partition> |
getParserForType() |
long |
getPartitionDate()
optional int64 partitionDate = 6; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PartitionCollectionProto.Partition.Builder |
newBuilder() |
static PartitionCollectionProto.Partition.Builder |
newBuilder(PartitionCollectionProto.Partition prototype) |
PartitionCollectionProto.Partition.Builder |
newBuilderForType() |
protected PartitionCollectionProto.Partition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PartitionCollectionProto.Partition |
parseDelimitedFrom(java.io.InputStream input) |
static PartitionCollectionProto.Partition |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PartitionCollectionProto.Partition |
parseFrom(byte[] data) |
static PartitionCollectionProto.Partition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PartitionCollectionProto.Partition |
parseFrom(com.google.protobuf.ByteString data) |
static PartitionCollectionProto.Partition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PartitionCollectionProto.Partition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PartitionCollectionProto.Partition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PartitionCollectionProto.Partition |
parseFrom(java.io.InputStream input) |
static PartitionCollectionProto.Partition |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PartitionCollectionProto.Partition.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<PartitionCollectionProto.Partition> PARSER
public static final int NAME_FIELD_NUMBER
public static final int FILENAME_FIELD_NUMBER
public static final int DIRECTORY_FIELD_NUMBER
public static final int LASTMODIFIED_FIELD_NUMBER
public static final int LENGTH_FIELD_NUMBER
public static final int PARTITIONDATE_FIELD_NUMBER
public static PartitionCollectionProto.Partition getDefaultInstance()
public PartitionCollectionProto.Partition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<PartitionCollectionProto.Partition> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
hasName in interface PartitionCollectionProto.PartitionOrBuilderpublic java.lang.String getName()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
getName in interface PartitionCollectionProto.PartitionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
getNameBytes in interface PartitionCollectionProto.PartitionOrBuilderpublic boolean hasFilename()
required string filename = 2;
the gribCollection.ncx3 file, reletive to gc.
hasFilename in interface PartitionCollectionProto.PartitionOrBuilderpublic java.lang.String getFilename()
required string filename = 2;
the gribCollection.ncx3 file, reletive to gc.
getFilename in interface PartitionCollectionProto.PartitionOrBuilderpublic com.google.protobuf.ByteString getFilenameBytes()
required string filename = 2;
the gribCollection.ncx3 file, reletive to gc.
getFilenameBytes in interface PartitionCollectionProto.PartitionOrBuilderpublic boolean hasDirectory()
optional string directory = 3;
top directory
hasDirectory in interface PartitionCollectionProto.PartitionOrBuilderpublic java.lang.String getDirectory()
optional string directory = 3;
top directory
getDirectory in interface PartitionCollectionProto.PartitionOrBuilderpublic com.google.protobuf.ByteString getDirectoryBytes()
optional string directory = 3;
top directory
getDirectoryBytes in interface PartitionCollectionProto.PartitionOrBuilderpublic boolean hasLastModified()
optional uint64 lastModified = 4;hasLastModified in interface PartitionCollectionProto.PartitionOrBuilderpublic long getLastModified()
optional uint64 lastModified = 4;getLastModified in interface PartitionCollectionProto.PartitionOrBuilderpublic boolean hasLength()
optional int64 length = 5;hasLength in interface PartitionCollectionProto.PartitionOrBuilderpublic long getLength()
optional int64 length = 5;getLength in interface PartitionCollectionProto.PartitionOrBuilderpublic boolean hasPartitionDate()
optional int64 partitionDate = 6;
partition date added 11/25/14
hasPartitionDate in interface PartitionCollectionProto.PartitionOrBuilderpublic long getPartitionDate()
optional int64 partitionDate = 6;
partition date added 11/25/14
getPartitionDate in interface PartitionCollectionProto.PartitionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static PartitionCollectionProto.Partition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PartitionCollectionProto.Partition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PartitionCollectionProto.Partition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PartitionCollectionProto.Partition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PartitionCollectionProto.Partition parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PartitionCollectionProto.Partition parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PartitionCollectionProto.Partition parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PartitionCollectionProto.Partition parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PartitionCollectionProto.Partition parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PartitionCollectionProto.Partition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PartitionCollectionProto.Partition.Builder newBuilder()
public PartitionCollectionProto.Partition.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PartitionCollectionProto.Partition.Builder newBuilder(PartitionCollectionProto.Partition prototype)
public PartitionCollectionProto.Partition.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PartitionCollectionProto.Partition.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage