public static final class GribCollectionProto.Partition.Builder extends com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.Partition.Builder> implements GribCollectionProto.PartitionOrBuilder
gribCollectionIndex.Partition| Modifier and Type | Method and Description |
|---|---|
GribCollectionProto.Partition |
build() |
GribCollectionProto.Partition |
buildPartial() |
GribCollectionProto.Partition.Builder |
clear() |
GribCollectionProto.Partition.Builder |
clearFilename()
required string filename = 2; |
GribCollectionProto.Partition.Builder |
clearLastModified()
optional uint64 lastModified = 3; |
GribCollectionProto.Partition.Builder |
clearName()
required string name = 1; |
GribCollectionProto.Partition.Builder |
clone() |
GribCollectionProto.Partition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFilename()
required string filename = 2; |
com.google.protobuf.ByteString |
getFilenameBytes()
required string filename = 2; |
long |
getLastModified()
optional uint64 lastModified = 3; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
boolean |
hasFilename()
required string filename = 2; |
boolean |
hasLastModified()
optional uint64 lastModified = 3; |
boolean |
hasName()
required string name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GribCollectionProto.Partition.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GribCollectionProto.Partition.Builder |
mergeFrom(GribCollectionProto.Partition other) |
GribCollectionProto.Partition.Builder |
mergeFrom(com.google.protobuf.Message other) |
GribCollectionProto.Partition.Builder |
setFilename(String value)
required string filename = 2; |
GribCollectionProto.Partition.Builder |
setFilenameBytes(com.google.protobuf.ByteString value)
required string filename = 2; |
GribCollectionProto.Partition.Builder |
setLastModified(long value)
optional uint64 lastModified = 3; |
GribCollectionProto.Partition.Builder |
setName(String value)
required string name = 1; |
GribCollectionProto.Partition.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.Partition.Builder>public GribCollectionProto.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<GribCollectionProto.Partition.Builder>public GribCollectionProto.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<GribCollectionProto.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<GribCollectionProto.Partition.Builder>public GribCollectionProto.Partition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GribCollectionProto.Partition build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GribCollectionProto.Partition buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GribCollectionProto.Partition.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GribCollectionProto.Partition.Builder>public GribCollectionProto.Partition.Builder mergeFrom(GribCollectionProto.Partition other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.Partition.Builder>public GribCollectionProto.Partition.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GribCollectionProto.Partition.Builder>IOExceptionpublic boolean hasName()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
hasName in interface GribCollectionProto.PartitionOrBuilderpublic String getName()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
getName in interface GribCollectionProto.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 GribCollectionProto.PartitionOrBuilderpublic GribCollectionProto.Partition.Builder setName(String value)
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
public GribCollectionProto.Partition.Builder clearName()
required string name = 1;
name is used in TDS - eg the subdirectory when generated by TimePartitionCollections
public GribCollectionProto.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.ncx file
hasFilename in interface GribCollectionProto.PartitionOrBuilderpublic String getFilename()
required string filename = 2;
the gribCollection.ncx file
getFilename in interface GribCollectionProto.PartitionOrBuilderpublic com.google.protobuf.ByteString getFilenameBytes()
required string filename = 2;
the gribCollection.ncx file
getFilenameBytes in interface GribCollectionProto.PartitionOrBuilderpublic GribCollectionProto.Partition.Builder setFilename(String value)
required string filename = 2;
the gribCollection.ncx file
public GribCollectionProto.Partition.Builder clearFilename()
required string filename = 2;
the gribCollection.ncx file
public GribCollectionProto.Partition.Builder setFilenameBytes(com.google.protobuf.ByteString value)
required string filename = 2;
the gribCollection.ncx file
public boolean hasLastModified()
optional uint64 lastModified = 3;hasLastModified in interface GribCollectionProto.PartitionOrBuilderpublic long getLastModified()
optional uint64 lastModified = 3;getLastModified in interface GribCollectionProto.PartitionOrBuilderpublic GribCollectionProto.Partition.Builder setLastModified(long value)
optional uint64 lastModified = 3;public GribCollectionProto.Partition.Builder clearLastModified()
optional uint64 lastModified = 3;Copyright © 1999–2014 UCAR/Unidata. All rights reserved.