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, setUnknownFields
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<PartitionCollectionProto.Partition.Builder>
public PartitionCollectionProto.Partition.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<PartitionCollectionProto.Partition.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<PartitionCollectionProto.Partition.Builder>
public PartitionCollectionProto.Partition getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public PartitionCollectionProto.Partition build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public PartitionCollectionProto.Partition buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public PartitionCollectionProto.Partition.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PartitionCollectionProto.Partition.Builder>
java.io.IOException
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 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.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 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.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 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.PartitionOrBuilder
public long getLastModified()
optional uint64 lastModified = 4;
getLastModified
in interface PartitionCollectionProto.PartitionOrBuilder
public 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.PartitionOrBuilder
public long getLength()
optional int64 length = 5;
getLength
in interface PartitionCollectionProto.PartitionOrBuilder
public 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.PartitionOrBuilder
public long getPartitionDate()
optional int64 partitionDate = 6;
partition date added 11/25/14
getPartitionDate
in interface PartitionCollectionProto.PartitionOrBuilder
public 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