public static interface GribCollectionProto.GribCollectionOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GribCollectionProto.GribCollection>
Modifier and Type | Method and Description |
---|---|
int |
getBackProcessId()
optional int32 backProcessId = 13; |
int |
getCenter()
required int32 center = 7; |
GribCollectionProto.FcConfig |
getConfig()
optional .FcConfig config = 21; |
GribCollectionProto.FcConfigOrBuilder |
getConfigOrBuilder()
optional .FcConfig config = 21; |
GribCollectionProto.Dataset |
getDataset(int index)
repeated .Dataset dataset = 4; |
int |
getDatasetCount()
repeated .Dataset dataset = 4; |
java.util.List<GribCollectionProto.Dataset> |
getDatasetList()
repeated .Dataset dataset = 4; |
GribCollectionProto.DatasetOrBuilder |
getDatasetOrBuilder(int index)
repeated .Dataset dataset = 4; |
java.util.List<? extends GribCollectionProto.DatasetOrBuilder> |
getDatasetOrBuilderList()
repeated .Dataset dataset = 4; |
GribCollectionProto.Gds |
getGds(int index)
repeated .Gds gds = 5; |
int |
getGdsCount()
repeated .Gds gds = 5; |
java.util.List<GribCollectionProto.Gds> |
getGdsList()
repeated .Gds gds = 5; |
GribCollectionProto.GdsOrBuilder |
getGdsOrBuilder(int index)
repeated .Gds gds = 5; |
java.util.List<? extends GribCollectionProto.GdsOrBuilder> |
getGdsOrBuilderList()
repeated .Gds gds = 5; |
int |
getGenProcessId()
optional int32 genProcessId = 12; |
int |
getGenProcessType()
optional int32 genProcessType = 11; |
int |
getLocal()
required int32 local = 10; |
int |
getMaster()
required int32 master = 9; |
GribCollectionProto.Coord |
getMasterRuntime()
required .Coord masterRuntime = 6; |
GribCollectionProto.CoordOrBuilder |
getMasterRuntimeOrBuilder()
required .Coord masterRuntime = 6; |
GribCollectionProto.MFile |
getMfiles(int index)
repeated .MFile mfiles = 3; |
int |
getMfilesCount()
repeated .MFile mfiles = 3; |
java.util.List<GribCollectionProto.MFile> |
getMfilesList()
repeated .MFile mfiles = 3; |
GribCollectionProto.MFileOrBuilder |
getMfilesOrBuilder(int index)
repeated .MFile mfiles = 3; |
java.util.List<? extends GribCollectionProto.MFileOrBuilder> |
getMfilesOrBuilderList()
repeated .MFile mfiles = 3; |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
GribCollectionProto.Parameter |
getParams(int index)
repeated .Parameter params = 20; |
int |
getParamsCount()
repeated .Parameter params = 20; |
java.util.List<GribCollectionProto.Parameter> |
getParamsList()
repeated .Parameter params = 20; |
GribCollectionProto.ParameterOrBuilder |
getParamsOrBuilder(int index)
repeated .Parameter params = 20; |
java.util.List<? extends GribCollectionProto.ParameterOrBuilder> |
getParamsOrBuilderList()
repeated .Parameter params = 20; |
int |
getSubcenter()
required int32 subcenter = 8; |
java.lang.String |
getTopDir()
required string topDir = 2; |
com.google.protobuf.ByteString |
getTopDirBytes()
required string topDir = 2; |
int |
getVersion()
optional int32 version = 14 [default = 0]; |
boolean |
hasBackProcessId()
optional int32 backProcessId = 13; |
boolean |
hasCenter()
required int32 center = 7; |
boolean |
hasConfig()
optional .FcConfig config = 21; |
boolean |
hasGenProcessId()
optional int32 genProcessId = 12; |
boolean |
hasGenProcessType()
optional int32 genProcessType = 11; |
boolean |
hasLocal()
required int32 local = 10; |
boolean |
hasMaster()
required int32 master = 9; |
boolean |
hasMasterRuntime()
required .Coord masterRuntime = 6; |
boolean |
hasName()
required string name = 1; |
boolean |
hasSubcenter()
required int32 subcenter = 8; |
boolean |
hasTopDir()
required string topDir = 2; |
boolean |
hasVersion()
optional int32 version = 14 [default = 0]; |
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
boolean hasName()
required string name = 1;
must be unique - index filename is name.ncx
java.lang.String getName()
required string name = 1;
must be unique - index filename is name.ncx
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
must be unique - index filename is name.ncx
boolean hasTopDir()
required string topDir = 2;
MFile, Partition filenames are reletive to this
java.lang.String getTopDir()
required string topDir = 2;
MFile, Partition filenames are reletive to this
com.google.protobuf.ByteString getTopDirBytes()
required string topDir = 2;
MFile, Partition filenames are reletive to this
java.util.List<GribCollectionProto.MFile> getMfilesList()
repeated .MFile mfiles = 3;
list of grib MFiles
GribCollectionProto.MFile getMfiles(int index)
repeated .MFile mfiles = 3;
list of grib MFiles
int getMfilesCount()
repeated .MFile mfiles = 3;
list of grib MFiles
java.util.List<? extends GribCollectionProto.MFileOrBuilder> getMfilesOrBuilderList()
repeated .MFile mfiles = 3;
list of grib MFiles
GribCollectionProto.MFileOrBuilder getMfilesOrBuilder(int index)
repeated .MFile mfiles = 3;
list of grib MFiles
java.util.List<GribCollectionProto.Dataset> getDatasetList()
repeated .Dataset dataset = 4;
GribCollectionProto.Dataset getDataset(int index)
repeated .Dataset dataset = 4;
int getDatasetCount()
repeated .Dataset dataset = 4;
java.util.List<? extends GribCollectionProto.DatasetOrBuilder> getDatasetOrBuilderList()
repeated .Dataset dataset = 4;
GribCollectionProto.DatasetOrBuilder getDatasetOrBuilder(int index)
repeated .Dataset dataset = 4;
java.util.List<GribCollectionProto.Gds> getGdsList()
repeated .Gds gds = 5;
unique Gds, shared amongst datasets
GribCollectionProto.Gds getGds(int index)
repeated .Gds gds = 5;
unique Gds, shared amongst datasets
int getGdsCount()
repeated .Gds gds = 5;
unique Gds, shared amongst datasets
java.util.List<? extends GribCollectionProto.GdsOrBuilder> getGdsOrBuilderList()
repeated .Gds gds = 5;
unique Gds, shared amongst datasets
GribCollectionProto.GdsOrBuilder getGdsOrBuilder(int index)
repeated .Gds gds = 5;
unique Gds, shared amongst datasets
boolean hasMasterRuntime()
required .Coord masterRuntime = 6;
list of runtimes in this GC
GribCollectionProto.Coord getMasterRuntime()
required .Coord masterRuntime = 6;
list of runtimes in this GC
GribCollectionProto.CoordOrBuilder getMasterRuntimeOrBuilder()
required .Coord masterRuntime = 6;
list of runtimes in this GC
boolean hasCenter()
required int32 center = 7;
these 4 fields are to get a GribCustomizer
int getCenter()
required int32 center = 7;
these 4 fields are to get a GribCustomizer
boolean hasSubcenter()
required int32 subcenter = 8;
int getSubcenter()
required int32 subcenter = 8;
boolean hasMaster()
required int32 master = 9;
int getMaster()
required int32 master = 9;
boolean hasLocal()
required int32 local = 10;
grib1 table Version
int getLocal()
required int32 local = 10;
grib1 table Version
boolean hasGenProcessType()
optional int32 genProcessType = 11;
int getGenProcessType()
optional int32 genProcessType = 11;
boolean hasGenProcessId()
optional int32 genProcessId = 12;
int getGenProcessId()
optional int32 genProcessId = 12;
boolean hasBackProcessId()
optional int32 backProcessId = 13;
int getBackProcessId()
optional int32 backProcessId = 13;
boolean hasVersion()
optional int32 version = 14 [default = 0];
int getVersion()
optional int32 version = 14 [default = 0];
java.util.List<GribCollectionProto.Parameter> getParamsList()
repeated .Parameter params = 20;
not used
GribCollectionProto.Parameter getParams(int index)
repeated .Parameter params = 20;
not used
int getParamsCount()
repeated .Parameter params = 20;
not used
java.util.List<? extends GribCollectionProto.ParameterOrBuilder> getParamsOrBuilderList()
repeated .Parameter params = 20;
not used
GribCollectionProto.ParameterOrBuilder getParamsOrBuilder(int index)
repeated .Parameter params = 20;
not used
boolean hasConfig()
optional .FcConfig config = 21;
GribCollectionProto.FcConfig getConfig()
optional .FcConfig config = 21;
GribCollectionProto.FcConfigOrBuilder getConfigOrBuilder()
optional .FcConfig config = 21;