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>, 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 |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<PartitionCollectionProto.Partition> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
static PartitionCollectionProto.Partition |
getDefaultInstance() |
PartitionCollectionProto.Partition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDirectory()
required string directory = 3; |
com.google.protobuf.ByteString |
getDirectoryBytes()
required string directory = 3; |
String |
getFilename()
required string filename = 2; |
com.google.protobuf.ByteString |
getFilenameBytes()
required string filename = 2; |
long |
getLastModified()
optional uint64 lastModified = 4; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.Parser<PartitionCollectionProto.Partition> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDirectory()
required string directory = 3; |
boolean |
hasFilename()
required string filename = 2; |
boolean |
hasLastModified()
optional uint64 lastModified = 4; |
boolean |
hasName()
required string name = 1; |
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(InputStream input) |
static PartitionCollectionProto.Partition |
parseDelimitedFrom(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(InputStream input) |
static PartitionCollectionProto.Partition |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PartitionCollectionProto.Partition.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, 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 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 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.ncx2 file
hasFilename in interface PartitionCollectionProto.PartitionOrBuilderpublic String getFilename()
required string filename = 2;
the gribCollection.ncx2 file
getFilename in interface PartitionCollectionProto.PartitionOrBuilderpublic com.google.protobuf.ByteString getFilenameBytes()
required string filename = 2;
the gribCollection.ncx2 file
getFilenameBytes in interface PartitionCollectionProto.PartitionOrBuilderpublic boolean hasDirectory()
required string directory = 3;
top directory
hasDirectory in interface PartitionCollectionProto.PartitionOrBuilderpublic String getDirectory()
required string directory = 3;
top directory
getDirectory in interface PartitionCollectionProto.PartitionOrBuilderpublic com.google.protobuf.ByteString getDirectoryBytes()
required 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic 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(InputStream input) throws IOException
IOExceptionpublic static PartitionCollectionProto.Partition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PartitionCollectionProto.Partition parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PartitionCollectionProto.Partition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PartitionCollectionProto.Partition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PartitionCollectionProto.Partition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
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.GeneratedMessageCopyright © 1999–2015 UCAR/Unidata. All rights reserved.