public static final class GribCollectionProto.GribCollectionIndex.Builder extends com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.GribCollectionIndex.Builder> implements GribCollectionProto.GribCollectionIndexOrBuilder
gribCollectionIndex.GribCollectionIndex| Modifier and Type | Method and Description |
|---|---|
GribCollectionProto.GribCollectionIndex.Builder |
addAllFiles(Iterable<String> values)
repeated string files = 2; |
GribCollectionProto.GribCollectionIndex.Builder |
addAllGroups(Iterable<? extends GribCollectionProto.Group> values)
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.GribCollectionIndex.Builder |
addAllMfiles(Iterable<? extends GribCollectionProto.MFile> values)
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.GribCollectionIndex.Builder |
addAllParams(Iterable<? extends GribCollectionProto.Parameter> values)
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.GribCollectionIndex.Builder |
addAllPartitions(Iterable<? extends GribCollectionProto.Partition> values)
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.GribCollectionIndex.Builder |
addFiles(String value)
repeated string files = 2; |
GribCollectionProto.GribCollectionIndex.Builder |
addFilesBytes(com.google.protobuf.ByteString value)
repeated string files = 2; |
GribCollectionProto.GribCollectionIndex.Builder |
addGroups(GribCollectionProto.Group.Builder builderForValue)
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.GribCollectionIndex.Builder |
addGroups(GribCollectionProto.Group value)
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.GribCollectionIndex.Builder |
addGroups(int index,
GribCollectionProto.Group.Builder builderForValue)
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.GribCollectionIndex.Builder |
addGroups(int index,
GribCollectionProto.Group value)
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.Group.Builder |
addGroupsBuilder()
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.Group.Builder |
addGroupsBuilder(int index)
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.GribCollectionIndex.Builder |
addMfiles(GribCollectionProto.MFile.Builder builderForValue)
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.GribCollectionIndex.Builder |
addMfiles(GribCollectionProto.MFile value)
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.GribCollectionIndex.Builder |
addMfiles(int index,
GribCollectionProto.MFile.Builder builderForValue)
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.GribCollectionIndex.Builder |
addMfiles(int index,
GribCollectionProto.MFile value)
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.MFile.Builder |
addMfilesBuilder()
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.MFile.Builder |
addMfilesBuilder(int index)
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.GribCollectionIndex.Builder |
addParams(GribCollectionProto.Parameter.Builder builderForValue)
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.GribCollectionIndex.Builder |
addParams(GribCollectionProto.Parameter value)
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.GribCollectionIndex.Builder |
addParams(int index,
GribCollectionProto.Parameter.Builder builderForValue)
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.GribCollectionIndex.Builder |
addParams(int index,
GribCollectionProto.Parameter value)
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.Parameter.Builder |
addParamsBuilder()
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.Parameter.Builder |
addParamsBuilder(int index)
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.GribCollectionIndex.Builder |
addPartitions(GribCollectionProto.Partition.Builder builderForValue)
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.GribCollectionIndex.Builder |
addPartitions(GribCollectionProto.Partition value)
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.GribCollectionIndex.Builder |
addPartitions(int index,
GribCollectionProto.Partition.Builder builderForValue)
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.GribCollectionIndex.Builder |
addPartitions(int index,
GribCollectionProto.Partition value)
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.Partition.Builder |
addPartitionsBuilder()
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.Partition.Builder |
addPartitionsBuilder(int index)
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.GribCollectionIndex |
build() |
GribCollectionProto.GribCollectionIndex |
buildPartial() |
GribCollectionProto.GribCollectionIndex.Builder |
clear() |
GribCollectionProto.GribCollectionIndex.Builder |
clearBackProcessId()
optional int32 backProcessId = 12; |
GribCollectionProto.GribCollectionIndex.Builder |
clearCenter()
required int32 center = 5; |
GribCollectionProto.GribCollectionIndex.Builder |
clearDirName()
optional string dirName = 14; |
GribCollectionProto.GribCollectionIndex.Builder |
clearFiles()
repeated string files = 2; |
GribCollectionProto.GribCollectionIndex.Builder |
clearGenProcessId()
optional int32 genProcessId = 11; |
GribCollectionProto.GribCollectionIndex.Builder |
clearGenProcessType()
optional int32 genProcessType = 10; |
GribCollectionProto.GribCollectionIndex.Builder |
clearGroups()
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.GribCollectionIndex.Builder |
clearLocal()
required int32 local = 8; |
GribCollectionProto.GribCollectionIndex.Builder |
clearMaster()
required int32 master = 7; |
GribCollectionProto.GribCollectionIndex.Builder |
clearMfiles()
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.GribCollectionIndex.Builder |
clearName()
required string name = 1; |
GribCollectionProto.GribCollectionIndex.Builder |
clearParams()
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.GribCollectionIndex.Builder |
clearPartitions()
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.GribCollectionIndex.Builder |
clearSubcenter()
required int32 subcenter = 6; |
GribCollectionProto.GribCollectionIndex.Builder |
clone() |
int |
getBackProcessId()
optional int32 backProcessId = 12; |
int |
getCenter()
required int32 center = 5; |
GribCollectionProto.GribCollectionIndex |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDirName()
optional string dirName = 14; |
com.google.protobuf.ByteString |
getDirNameBytes()
optional string dirName = 14; |
String |
getFiles(int index)
repeated string files = 2; |
com.google.protobuf.ByteString |
getFilesBytes(int index)
repeated string files = 2; |
int |
getFilesCount()
repeated string files = 2; |
List<String> |
getFilesList()
repeated string files = 2; |
int |
getGenProcessId()
optional int32 genProcessId = 11; |
int |
getGenProcessType()
optional int32 genProcessType = 10; |
GribCollectionProto.Group |
getGroups(int index)
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.Group.Builder |
getGroupsBuilder(int index)
repeated .gribCollectionIndex.Group groups = 3; |
List<GribCollectionProto.Group.Builder> |
getGroupsBuilderList()
repeated .gribCollectionIndex.Group groups = 3; |
int |
getGroupsCount()
repeated .gribCollectionIndex.Group groups = 3; |
List<GribCollectionProto.Group> |
getGroupsList()
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.GroupOrBuilder |
getGroupsOrBuilder(int index)
repeated .gribCollectionIndex.Group groups = 3; |
List<? extends GribCollectionProto.GroupOrBuilder> |
getGroupsOrBuilderList()
repeated .gribCollectionIndex.Group groups = 3; |
int |
getLocal()
required int32 local = 8; |
int |
getMaster()
required int32 master = 7; |
GribCollectionProto.MFile |
getMfiles(int index)
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.MFile.Builder |
getMfilesBuilder(int index)
repeated .gribCollectionIndex.MFile mfiles = 15; |
List<GribCollectionProto.MFile.Builder> |
getMfilesBuilderList()
repeated .gribCollectionIndex.MFile mfiles = 15; |
int |
getMfilesCount()
repeated .gribCollectionIndex.MFile mfiles = 15; |
List<GribCollectionProto.MFile> |
getMfilesList()
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.MFileOrBuilder |
getMfilesOrBuilder(int index)
repeated .gribCollectionIndex.MFile mfiles = 15; |
List<? extends GribCollectionProto.MFileOrBuilder> |
getMfilesOrBuilderList()
repeated .gribCollectionIndex.MFile mfiles = 15; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
GribCollectionProto.Parameter |
getParams(int index)
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.Parameter.Builder |
getParamsBuilder(int index)
repeated .gribCollectionIndex.Parameter params = 4; |
List<GribCollectionProto.Parameter.Builder> |
getParamsBuilderList()
repeated .gribCollectionIndex.Parameter params = 4; |
int |
getParamsCount()
repeated .gribCollectionIndex.Parameter params = 4; |
List<GribCollectionProto.Parameter> |
getParamsList()
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.ParameterOrBuilder |
getParamsOrBuilder(int index)
repeated .gribCollectionIndex.Parameter params = 4; |
List<? extends GribCollectionProto.ParameterOrBuilder> |
getParamsOrBuilderList()
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.Partition |
getPartitions(int index)
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.Partition.Builder |
getPartitionsBuilder(int index)
repeated .gribCollectionIndex.Partition partitions = 13; |
List<GribCollectionProto.Partition.Builder> |
getPartitionsBuilderList()
repeated .gribCollectionIndex.Partition partitions = 13; |
int |
getPartitionsCount()
repeated .gribCollectionIndex.Partition partitions = 13; |
List<GribCollectionProto.Partition> |
getPartitionsList()
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.PartitionOrBuilder |
getPartitionsOrBuilder(int index)
repeated .gribCollectionIndex.Partition partitions = 13; |
List<? extends GribCollectionProto.PartitionOrBuilder> |
getPartitionsOrBuilderList()
repeated .gribCollectionIndex.Partition partitions = 13; |
int |
getSubcenter()
required int32 subcenter = 6; |
boolean |
hasBackProcessId()
optional int32 backProcessId = 12; |
boolean |
hasCenter()
required int32 center = 5; |
boolean |
hasDirName()
optional string dirName = 14; |
boolean |
hasGenProcessId()
optional int32 genProcessId = 11; |
boolean |
hasGenProcessType()
optional int32 genProcessType = 10; |
boolean |
hasLocal()
required int32 local = 8; |
boolean |
hasMaster()
required int32 master = 7; |
boolean |
hasName()
required string name = 1; |
boolean |
hasSubcenter()
required int32 subcenter = 6; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GribCollectionProto.GribCollectionIndex.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GribCollectionProto.GribCollectionIndex.Builder |
mergeFrom(GribCollectionProto.GribCollectionIndex other) |
GribCollectionProto.GribCollectionIndex.Builder |
mergeFrom(com.google.protobuf.Message other) |
GribCollectionProto.GribCollectionIndex.Builder |
removeGroups(int index)
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.GribCollectionIndex.Builder |
removeMfiles(int index)
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.GribCollectionIndex.Builder |
removeParams(int index)
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.GribCollectionIndex.Builder |
removePartitions(int index)
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.GribCollectionIndex.Builder |
setBackProcessId(int value)
optional int32 backProcessId = 12; |
GribCollectionProto.GribCollectionIndex.Builder |
setCenter(int value)
required int32 center = 5; |
GribCollectionProto.GribCollectionIndex.Builder |
setDirName(String value)
optional string dirName = 14; |
GribCollectionProto.GribCollectionIndex.Builder |
setDirNameBytes(com.google.protobuf.ByteString value)
optional string dirName = 14; |
GribCollectionProto.GribCollectionIndex.Builder |
setFiles(int index,
String value)
repeated string files = 2; |
GribCollectionProto.GribCollectionIndex.Builder |
setGenProcessId(int value)
optional int32 genProcessId = 11; |
GribCollectionProto.GribCollectionIndex.Builder |
setGenProcessType(int value)
optional int32 genProcessType = 10; |
GribCollectionProto.GribCollectionIndex.Builder |
setGroups(int index,
GribCollectionProto.Group.Builder builderForValue)
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.GribCollectionIndex.Builder |
setGroups(int index,
GribCollectionProto.Group value)
repeated .gribCollectionIndex.Group groups = 3; |
GribCollectionProto.GribCollectionIndex.Builder |
setLocal(int value)
required int32 local = 8; |
GribCollectionProto.GribCollectionIndex.Builder |
setMaster(int value)
required int32 master = 7; |
GribCollectionProto.GribCollectionIndex.Builder |
setMfiles(int index,
GribCollectionProto.MFile.Builder builderForValue)
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.GribCollectionIndex.Builder |
setMfiles(int index,
GribCollectionProto.MFile value)
repeated .gribCollectionIndex.MFile mfiles = 15; |
GribCollectionProto.GribCollectionIndex.Builder |
setName(String value)
required string name = 1; |
GribCollectionProto.GribCollectionIndex.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
GribCollectionProto.GribCollectionIndex.Builder |
setParams(int index,
GribCollectionProto.Parameter.Builder builderForValue)
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.GribCollectionIndex.Builder |
setParams(int index,
GribCollectionProto.Parameter value)
repeated .gribCollectionIndex.Parameter params = 4; |
GribCollectionProto.GribCollectionIndex.Builder |
setPartitions(int index,
GribCollectionProto.Partition.Builder builderForValue)
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.GribCollectionIndex.Builder |
setPartitions(int index,
GribCollectionProto.Partition value)
repeated .gribCollectionIndex.Partition partitions = 13; |
GribCollectionProto.GribCollectionIndex.Builder |
setSubcenter(int value)
required int32 subcenter = 6; |
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.GribCollectionIndex.Builder>public GribCollectionProto.GribCollectionIndex.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.GribCollectionIndex.Builder>public GribCollectionProto.GribCollectionIndex.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.GribCollectionIndex.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.GribCollectionIndex.Builder>public GribCollectionProto.GribCollectionIndex getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GribCollectionProto.GribCollectionIndex build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GribCollectionProto.GribCollectionIndex buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GribCollectionProto.GribCollectionIndex.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GribCollectionProto.GribCollectionIndex.Builder>public GribCollectionProto.GribCollectionIndex.Builder mergeFrom(GribCollectionProto.GribCollectionIndex other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.GribCollectionIndex.Builder>public GribCollectionProto.GribCollectionIndex.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.GribCollectionIndex.Builder>IOExceptionpublic boolean hasName()
required string name = 1;
must be unique - index filename is name.ncx
hasName in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic String getName()
required string name = 1;
must be unique - index filename is name.ncx
getName in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;
must be unique - index filename is name.ncx
getNameBytes in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setName(String value)
required string name = 1;
must be unique - index filename is name.ncx
public GribCollectionProto.GribCollectionIndex.Builder clearName()
required string name = 1;
must be unique - index filename is name.ncx
public GribCollectionProto.GribCollectionIndex.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;
must be unique - index filename is name.ncx
public List<String> getFilesList()
repeated string files = 2;
list of grib files (replaced by mfiles)
getFilesList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getFilesCount()
repeated string files = 2;
list of grib files (replaced by mfiles)
getFilesCount in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic String getFiles(int index)
repeated string files = 2;
list of grib files (replaced by mfiles)
getFiles in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic com.google.protobuf.ByteString getFilesBytes(int index)
repeated string files = 2;
list of grib files (replaced by mfiles)
getFilesBytes in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setFiles(int index, String value)
repeated string files = 2;
list of grib files (replaced by mfiles)
public GribCollectionProto.GribCollectionIndex.Builder addFiles(String value)
repeated string files = 2;
list of grib files (replaced by mfiles)
public GribCollectionProto.GribCollectionIndex.Builder addAllFiles(Iterable<String> values)
repeated string files = 2;
list of grib files (replaced by mfiles)
public GribCollectionProto.GribCollectionIndex.Builder clearFiles()
repeated string files = 2;
list of grib files (replaced by mfiles)
public GribCollectionProto.GribCollectionIndex.Builder addFilesBytes(com.google.protobuf.ByteString value)
repeated string files = 2;
list of grib files (replaced by mfiles)
public List<GribCollectionProto.Group> getGroupsList()
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
getGroupsList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getGroupsCount()
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
getGroupsCount in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.Group getGroups(int index)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
getGroups in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setGroups(int index, GribCollectionProto.Group value)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public GribCollectionProto.GribCollectionIndex.Builder setGroups(int index, GribCollectionProto.Group.Builder builderForValue)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public GribCollectionProto.GribCollectionIndex.Builder addGroups(GribCollectionProto.Group value)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public GribCollectionProto.GribCollectionIndex.Builder addGroups(int index, GribCollectionProto.Group value)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public GribCollectionProto.GribCollectionIndex.Builder addGroups(GribCollectionProto.Group.Builder builderForValue)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public GribCollectionProto.GribCollectionIndex.Builder addGroups(int index, GribCollectionProto.Group.Builder builderForValue)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public GribCollectionProto.GribCollectionIndex.Builder addAllGroups(Iterable<? extends GribCollectionProto.Group> values)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public GribCollectionProto.GribCollectionIndex.Builder clearGroups()
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public GribCollectionProto.GribCollectionIndex.Builder removeGroups(int index)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public GribCollectionProto.Group.Builder getGroupsBuilder(int index)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public GribCollectionProto.GroupOrBuilder getGroupsOrBuilder(int index)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
getGroupsOrBuilder in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic List<? extends GribCollectionProto.GroupOrBuilder> getGroupsOrBuilderList()
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
getGroupsOrBuilderList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.Group.Builder addGroupsBuilder()
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public GribCollectionProto.Group.Builder addGroupsBuilder(int index)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public List<GribCollectionProto.Group.Builder> getGroupsBuilderList()
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
public List<GribCollectionProto.Parameter> getParamsList()
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
getParamsList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getParamsCount()
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
getParamsCount in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.Parameter getParams(int index)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
getParams in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setParams(int index, GribCollectionProto.Parameter value)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public GribCollectionProto.GribCollectionIndex.Builder setParams(int index, GribCollectionProto.Parameter.Builder builderForValue)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public GribCollectionProto.GribCollectionIndex.Builder addParams(GribCollectionProto.Parameter value)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public GribCollectionProto.GribCollectionIndex.Builder addParams(int index, GribCollectionProto.Parameter value)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public GribCollectionProto.GribCollectionIndex.Builder addParams(GribCollectionProto.Parameter.Builder builderForValue)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public GribCollectionProto.GribCollectionIndex.Builder addParams(int index, GribCollectionProto.Parameter.Builder builderForValue)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public GribCollectionProto.GribCollectionIndex.Builder addAllParams(Iterable<? extends GribCollectionProto.Parameter> values)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public GribCollectionProto.GribCollectionIndex.Builder clearParams()
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public GribCollectionProto.GribCollectionIndex.Builder removeParams(int index)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public GribCollectionProto.Parameter.Builder getParamsBuilder(int index)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public GribCollectionProto.ParameterOrBuilder getParamsOrBuilder(int index)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
getParamsOrBuilder in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic List<? extends GribCollectionProto.ParameterOrBuilder> getParamsOrBuilderList()
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
getParamsOrBuilderList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.Parameter.Builder addParamsBuilder()
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public GribCollectionProto.Parameter.Builder addParamsBuilder(int index)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public List<GribCollectionProto.Parameter.Builder> getParamsBuilderList()
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
public boolean hasCenter()
required int32 center = 5;
these 4 fields are to get a GribTable object
hasCenter in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getCenter()
required int32 center = 5;
these 4 fields are to get a GribTable object
getCenter in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setCenter(int value)
required int32 center = 5;
these 4 fields are to get a GribTable object
public GribCollectionProto.GribCollectionIndex.Builder clearCenter()
required int32 center = 5;
these 4 fields are to get a GribTable object
public boolean hasSubcenter()
required int32 subcenter = 6;hasSubcenter in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getSubcenter()
required int32 subcenter = 6;getSubcenter in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setSubcenter(int value)
required int32 subcenter = 6;public GribCollectionProto.GribCollectionIndex.Builder clearSubcenter()
required int32 subcenter = 6;public boolean hasMaster()
required int32 master = 7;hasMaster in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getMaster()
required int32 master = 7;getMaster in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setMaster(int value)
required int32 master = 7;public GribCollectionProto.GribCollectionIndex.Builder clearMaster()
required int32 master = 7;public boolean hasLocal()
required int32 local = 8;
grib1 table Version
hasLocal in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getLocal()
required int32 local = 8;
grib1 table Version
getLocal in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setLocal(int value)
required int32 local = 8;
grib1 table Version
public GribCollectionProto.GribCollectionIndex.Builder clearLocal()
required int32 local = 8;
grib1 table Version
public boolean hasGenProcessType()
optional int32 genProcessType = 10;hasGenProcessType in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getGenProcessType()
optional int32 genProcessType = 10;getGenProcessType in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setGenProcessType(int value)
optional int32 genProcessType = 10;public GribCollectionProto.GribCollectionIndex.Builder clearGenProcessType()
optional int32 genProcessType = 10;public boolean hasGenProcessId()
optional int32 genProcessId = 11;hasGenProcessId in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getGenProcessId()
optional int32 genProcessId = 11;getGenProcessId in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setGenProcessId(int value)
optional int32 genProcessId = 11;public GribCollectionProto.GribCollectionIndex.Builder clearGenProcessId()
optional int32 genProcessId = 11;public boolean hasBackProcessId()
optional int32 backProcessId = 12;hasBackProcessId in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getBackProcessId()
optional int32 backProcessId = 12;getBackProcessId in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setBackProcessId(int value)
optional int32 backProcessId = 12;public GribCollectionProto.GribCollectionIndex.Builder clearBackProcessId()
optional int32 backProcessId = 12;public List<GribCollectionProto.Partition> getPartitionsList()
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
getPartitionsList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getPartitionsCount()
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
getPartitionsCount in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.Partition getPartitions(int index)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
getPartitions in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setPartitions(int index, GribCollectionProto.Partition value)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public GribCollectionProto.GribCollectionIndex.Builder setPartitions(int index, GribCollectionProto.Partition.Builder builderForValue)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public GribCollectionProto.GribCollectionIndex.Builder addPartitions(GribCollectionProto.Partition value)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public GribCollectionProto.GribCollectionIndex.Builder addPartitions(int index, GribCollectionProto.Partition value)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public GribCollectionProto.GribCollectionIndex.Builder addPartitions(GribCollectionProto.Partition.Builder builderForValue)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public GribCollectionProto.GribCollectionIndex.Builder addPartitions(int index, GribCollectionProto.Partition.Builder builderForValue)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public GribCollectionProto.GribCollectionIndex.Builder addAllPartitions(Iterable<? extends GribCollectionProto.Partition> values)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public GribCollectionProto.GribCollectionIndex.Builder clearPartitions()
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public GribCollectionProto.GribCollectionIndex.Builder removePartitions(int index)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public GribCollectionProto.Partition.Builder getPartitionsBuilder(int index)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public GribCollectionProto.PartitionOrBuilder getPartitionsOrBuilder(int index)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
getPartitionsOrBuilder in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic List<? extends GribCollectionProto.PartitionOrBuilder> getPartitionsOrBuilderList()
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
getPartitionsOrBuilderList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.Partition.Builder addPartitionsBuilder()
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public GribCollectionProto.Partition.Builder addPartitionsBuilder(int index)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public List<GribCollectionProto.Partition.Builder> getPartitionsBuilderList()
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
public boolean hasDirName()
optional string dirName = 14;
filename reletive to this
hasDirName in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic String getDirName()
optional string dirName = 14;
filename reletive to this
getDirName in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic com.google.protobuf.ByteString getDirNameBytes()
optional string dirName = 14;
filename reletive to this
getDirNameBytes in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setDirName(String value)
optional string dirName = 14;
filename reletive to this
public GribCollectionProto.GribCollectionIndex.Builder clearDirName()
optional string dirName = 14;
filename reletive to this
public GribCollectionProto.GribCollectionIndex.Builder setDirNameBytes(com.google.protobuf.ByteString value)
optional string dirName = 14;
filename reletive to this
public List<GribCollectionProto.MFile> getMfilesList()
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
getMfilesList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getMfilesCount()
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
getMfilesCount in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.MFile getMfiles(int index)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
getMfiles in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.GribCollectionIndex.Builder setMfiles(int index, GribCollectionProto.MFile value)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
public GribCollectionProto.GribCollectionIndex.Builder setMfiles(int index, GribCollectionProto.MFile.Builder builderForValue)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
public GribCollectionProto.GribCollectionIndex.Builder addMfiles(GribCollectionProto.MFile value)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
public GribCollectionProto.GribCollectionIndex.Builder addMfiles(int index, GribCollectionProto.MFile value)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
public GribCollectionProto.GribCollectionIndex.Builder addMfiles(GribCollectionProto.MFile.Builder builderForValue)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
public GribCollectionProto.GribCollectionIndex.Builder addMfiles(int index, GribCollectionProto.MFile.Builder builderForValue)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
public GribCollectionProto.GribCollectionIndex.Builder addAllMfiles(Iterable<? extends GribCollectionProto.MFile> values)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
public GribCollectionProto.GribCollectionIndex.Builder clearMfiles()
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
public GribCollectionProto.GribCollectionIndex.Builder removeMfiles(int index)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
public GribCollectionProto.MFile.Builder getMfilesBuilder(int index)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
public GribCollectionProto.MFileOrBuilder getMfilesOrBuilder(int index)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
getMfilesOrBuilder in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic List<? extends GribCollectionProto.MFileOrBuilder> getMfilesOrBuilderList()
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
getMfilesOrBuilderList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic GribCollectionProto.MFile.Builder addMfilesBuilder()
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
public GribCollectionProto.MFile.Builder addMfilesBuilder(int index)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
public List<GribCollectionProto.MFile.Builder> getMfilesBuilderList()
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.