public static final class PartitionCollectionProto.Partition.Builder extends com.google.protobuf.GeneratedMessage.Builder<PartitionCollectionProto.Partition.Builder> implements PartitionCollectionProto.PartitionOrBuilder
Partition| Modifier and Type | Method and Description |
|---|---|
PartitionCollectionProto.Partition |
build() |
PartitionCollectionProto.Partition |
buildPartial() |
PartitionCollectionProto.Partition.Builder |
clear() |
PartitionCollectionProto.Partition.Builder |
clearDirectory()
optional string directory = 3; |
PartitionCollectionProto.Partition.Builder |
clearFilename()
required string filename = 2; |
PartitionCollectionProto.Partition.Builder |
clearLastModified()
optional uint64 lastModified = 4; |
PartitionCollectionProto.Partition.Builder |
clearLength()
optional int64 length = 5; |
PartitionCollectionProto.Partition.Builder |
clearName()
required string name = 1; |
PartitionCollectionProto.Partition.Builder |
clearPartitionDate()
optional int64 partitionDate = 6; |
PartitionCollectionProto.Partition.Builder |
clone() |
PartitionCollectionProto.Partition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PartitionCollectionProto.Partition.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PartitionCollectionProto.Partition.Builder |
mergeFrom(com.google.protobuf.Message other) |
PartitionCollectionProto.Partition.Builder |
mergeFrom(PartitionCollectionProto.Partition other) |
PartitionCollectionProto.Partition.Builder |
setDirectory(java.lang.String value)
optional string directory = 3; |
PartitionCollectionProto.Partition.Builder |
setDirectoryBytes(com.google.protobuf.ByteString value)
optional string directory = 3; |
PartitionCollectionProto.Partition.Builder |
setFilename(java.lang.String value)
required string filename = 2; |
PartitionCollectionProto.Partition.Builder |
setFilenameBytes(com.google.protobuf.ByteString value)
required string filename = 2; |
PartitionCollectionProto.Partition.Builder |
setLastModified(long value)
optional uint64 lastModified = 4; |
PartitionCollectionProto.Partition.Builder |
setLength(long value)
optional int64 length = 5; |
PartitionCollectionProto.Partition.Builder |
setName(java.lang.String value)
required string name = 1; |
PartitionCollectionProto.Partition.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
PartitionCollectionProto.Partition.Builder |
setPartitionDate(long value)
optional int64 partitionDate = 6; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<PartitionCollectionProto.Partition.Builder>public PartitionCollectionProto.Partition.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<PartitionCollectionProto.Partition.Builder>public PartitionCollectionProto.Partition.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<PartitionCollectionProto.Partition.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<PartitionCollectionProto.Partition.Builder>public PartitionCollectionProto.Partition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PartitionCollectionProto.Partition build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PartitionCollectionProto.Partition buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PartitionCollectionProto.Partition.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PartitionCollectionProto.Partition.Builder>public PartitionCollectionProto.Partition.Builder mergeFrom(PartitionCollectionProto.Partition other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<PartitionCollectionProto.Partition.Builder>public PartitionCollectionProto.Partition.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PartitionCollectionProto.Partition.Builder>java.io.IOExceptionpublic 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 PartitionCollectionProto.Partition.Builder setName(java.lang.String value)
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
public PartitionCollectionProto.Partition.Builder clearName()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
public PartitionCollectionProto.Partition.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
public 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 PartitionCollectionProto.Partition.Builder setFilename(java.lang.String value)
required string filename = 2;
the gribCollection.ncx3 file, reletive to gc.
public PartitionCollectionProto.Partition.Builder clearFilename()
required string filename = 2;
the gribCollection.ncx3 file, reletive to gc.
public PartitionCollectionProto.Partition.Builder setFilenameBytes(com.google.protobuf.ByteString value)
required string filename = 2;
the gribCollection.ncx3 file, reletive to gc.
public 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 PartitionCollectionProto.Partition.Builder setDirectory(java.lang.String value)
optional string directory = 3;
top directory
public PartitionCollectionProto.Partition.Builder clearDirectory()
optional string directory = 3;
top directory
public PartitionCollectionProto.Partition.Builder setDirectoryBytes(com.google.protobuf.ByteString value)
optional string directory = 3;
top directory
public boolean hasLastModified()
optional uint64 lastModified = 4;hasLastModified in interface PartitionCollectionProto.PartitionOrBuilderpublic long getLastModified()
optional uint64 lastModified = 4;getLastModified in interface PartitionCollectionProto.PartitionOrBuilderpublic PartitionCollectionProto.Partition.Builder setLastModified(long value)
optional uint64 lastModified = 4;public PartitionCollectionProto.Partition.Builder clearLastModified()
optional uint64 lastModified = 4;public boolean hasLength()
optional int64 length = 5;hasLength in interface PartitionCollectionProto.PartitionOrBuilderpublic long getLength()
optional int64 length = 5;getLength in interface PartitionCollectionProto.PartitionOrBuilderpublic PartitionCollectionProto.Partition.Builder setLength(long value)
optional int64 length = 5;public PartitionCollectionProto.Partition.Builder clearLength()
optional int64 length = 5;public 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 PartitionCollectionProto.Partition.Builder setPartitionDate(long value)
optional int64 partitionDate = 6;
partition date added 11/25/14
public PartitionCollectionProto.Partition.Builder clearPartitionDate()
optional int64 partitionDate = 6;
partition date added 11/25/14