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, writeStringNoTag
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<PartitionCollectionProto.Partition> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasName()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
hasName
in interface PartitionCollectionProto.PartitionOrBuilder
public java.lang.String getName()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
getName
in interface PartitionCollectionProto.PartitionOrBuilder
public 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.PartitionOrBuilder
public boolean hasFilename()
required string filename = 2;
the gribCollection.ncx3 file, reletive to gc.
hasFilename
in interface PartitionCollectionProto.PartitionOrBuilder
public java.lang.String getFilename()
required string filename = 2;
the gribCollection.ncx3 file, reletive to gc.
getFilename
in interface PartitionCollectionProto.PartitionOrBuilder
public com.google.protobuf.ByteString getFilenameBytes()
required string filename = 2;
the gribCollection.ncx3 file, reletive to gc.
getFilenameBytes
in interface PartitionCollectionProto.PartitionOrBuilder
public boolean hasDirectory()
optional string directory = 3;
top directory
hasDirectory
in interface PartitionCollectionProto.PartitionOrBuilder
public java.lang.String getDirectory()
optional string directory = 3;
top directory
getDirectory
in interface PartitionCollectionProto.PartitionOrBuilder
public com.google.protobuf.ByteString getDirectoryBytes()
optional string directory = 3;
top directory
getDirectoryBytes
in interface PartitionCollectionProto.PartitionOrBuilder
public boolean hasLastModified()
optional uint64 lastModified = 4;
hasLastModified
in interface PartitionCollectionProto.PartitionOrBuilder
public long getLastModified()
optional uint64 lastModified = 4;
getLastModified
in interface PartitionCollectionProto.PartitionOrBuilder
public boolean hasLength()
optional int64 length = 5;
hasLength
in interface PartitionCollectionProto.PartitionOrBuilder
public long getLength()
optional int64 length = 5;
getLength
in interface PartitionCollectionProto.PartitionOrBuilder
public boolean hasPartitionDate()
optional int64 partitionDate = 6;
partition date added 11/25/14
hasPartitionDate
in interface PartitionCollectionProto.PartitionOrBuilder
public long getPartitionDate()
optional int64 partitionDate = 6;
partition date added 11/25/14
getPartitionDate
in interface PartitionCollectionProto.PartitionOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static PartitionCollectionProto.Partition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PartitionCollectionProto.Partition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PartitionCollectionProto.Partition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PartitionCollectionProto.Partition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PartitionCollectionProto.Partition parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static PartitionCollectionProto.Partition parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PartitionCollectionProto.Partition parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static PartitionCollectionProto.Partition parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PartitionCollectionProto.Partition parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static PartitionCollectionProto.Partition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static PartitionCollectionProto.Partition.Builder newBuilder()
public PartitionCollectionProto.Partition.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PartitionCollectionProto.Partition.Builder newBuilder(PartitionCollectionProto.Partition prototype)
public PartitionCollectionProto.Partition.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected PartitionCollectionProto.Partition.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage