public static final class GribCollectionProto.GribCollection extends com.google.protobuf.GeneratedMessage.ExtendableMessage<GribCollectionProto.GribCollection> implements GribCollectionProto.GribCollectionOrBuilder
GribCollection| Modifier and Type | Class and Description |
|---|---|
static class |
GribCollectionProto.GribCollection.Builder
Protobuf type
GribCollection |
com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWritercom.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, 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 |
BACKPROCESSID_FIELD_NUMBER |
static int |
CENTER_FIELD_NUMBER |
static int |
CONFIG_FIELD_NUMBER |
static int |
DATASET_FIELD_NUMBER |
static int |
GDS_FIELD_NUMBER |
static int |
GENPROCESSID_FIELD_NUMBER |
static int |
GENPROCESSTYPE_FIELD_NUMBER |
static int |
LOCAL_FIELD_NUMBER |
static int |
MASTER_FIELD_NUMBER |
static int |
MASTERRUNTIME_FIELD_NUMBER |
static int |
MFILES_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PARAMS_FIELD_NUMBER |
static com.google.protobuf.Parser<GribCollectionProto.GribCollection> |
PARSER |
static int |
SUBCENTER_FIELD_NUMBER |
static int |
TOPDIR_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
| 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; |
static GribCollectionProto.GribCollection |
getDefaultInstance() |
GribCollectionProto.GribCollection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<GribCollectionProto.GribCollection> |
getParserForType() |
int |
getSerializedSize() |
int |
getSubcenter()
required int32 subcenter = 8; |
java.lang.String |
getTopDir()
required string topDir = 2; |
com.google.protobuf.ByteString |
getTopDirBytes()
required string topDir = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GribCollectionProto.GribCollection.Builder |
newBuilder() |
static GribCollectionProto.GribCollection.Builder |
newBuilder(GribCollectionProto.GribCollection prototype) |
GribCollectionProto.GribCollection.Builder |
newBuilderForType() |
protected GribCollectionProto.GribCollection.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static GribCollectionProto.GribCollection |
parseDelimitedFrom(java.io.InputStream input) |
static GribCollectionProto.GribCollection |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GribCollectionProto.GribCollection |
parseFrom(byte[] data) |
static GribCollectionProto.GribCollection |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GribCollectionProto.GribCollection |
parseFrom(com.google.protobuf.ByteString data) |
static GribCollectionProto.GribCollection |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GribCollectionProto.GribCollection |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GribCollectionProto.GribCollection |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GribCollectionProto.GribCollection |
parseFrom(java.io.InputStream input) |
static GribCollectionProto.GribCollection |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GribCollectionProto.GribCollection.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasExtension, hasExtension, hasField, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownFieldcomputeStringSize, computeStringSizeNoTag, getDescriptorForType, getOneofFieldDescriptor, hasOneof, internalGetMapField, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionpublic static com.google.protobuf.Parser<GribCollectionProto.GribCollection> PARSER
public static final int NAME_FIELD_NUMBER
public static final int TOPDIR_FIELD_NUMBER
public static final int MFILES_FIELD_NUMBER
public static final int DATASET_FIELD_NUMBER
public static final int GDS_FIELD_NUMBER
public static final int MASTERRUNTIME_FIELD_NUMBER
public static final int CENTER_FIELD_NUMBER
public static final int SUBCENTER_FIELD_NUMBER
public static final int MASTER_FIELD_NUMBER
public static final int LOCAL_FIELD_NUMBER
public static final int GENPROCESSTYPE_FIELD_NUMBER
public static final int GENPROCESSID_FIELD_NUMBER
public static final int BACKPROCESSID_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int PARAMS_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
public static GribCollectionProto.GribCollection getDefaultInstance()
public GribCollectionProto.GribCollection getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GribCollectionProto.GribCollection>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<GribCollectionProto.GribCollection> 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;
must be unique - index filename is name.ncx
hasName in interface GribCollectionProto.GribCollectionOrBuilderpublic java.lang.String getName()
required string name = 1;
must be unique - index filename is name.ncx
getName in interface GribCollectionProto.GribCollectionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;
must be unique - index filename is name.ncx
getNameBytes in interface GribCollectionProto.GribCollectionOrBuilderpublic boolean hasTopDir()
required string topDir = 2;
MFile, Partition filenames are reletive to this
hasTopDir in interface GribCollectionProto.GribCollectionOrBuilderpublic java.lang.String getTopDir()
required string topDir = 2;
MFile, Partition filenames are reletive to this
getTopDir in interface GribCollectionProto.GribCollectionOrBuilderpublic com.google.protobuf.ByteString getTopDirBytes()
required string topDir = 2;
MFile, Partition filenames are reletive to this
getTopDirBytes in interface GribCollectionProto.GribCollectionOrBuilderpublic java.util.List<GribCollectionProto.MFile> getMfilesList()
repeated .MFile mfiles = 3;
list of grib MFiles
getMfilesList in interface GribCollectionProto.GribCollectionOrBuilderpublic java.util.List<? extends GribCollectionProto.MFileOrBuilder> getMfilesOrBuilderList()
repeated .MFile mfiles = 3;
list of grib MFiles
getMfilesOrBuilderList in interface GribCollectionProto.GribCollectionOrBuilderpublic int getMfilesCount()
repeated .MFile mfiles = 3;
list of grib MFiles
getMfilesCount in interface GribCollectionProto.GribCollectionOrBuilderpublic GribCollectionProto.MFile getMfiles(int index)
repeated .MFile mfiles = 3;
list of grib MFiles
getMfiles in interface GribCollectionProto.GribCollectionOrBuilderpublic GribCollectionProto.MFileOrBuilder getMfilesOrBuilder(int index)
repeated .MFile mfiles = 3;
list of grib MFiles
getMfilesOrBuilder in interface GribCollectionProto.GribCollectionOrBuilderpublic java.util.List<GribCollectionProto.Dataset> getDatasetList()
repeated .Dataset dataset = 4;getDatasetList in interface GribCollectionProto.GribCollectionOrBuilderpublic java.util.List<? extends GribCollectionProto.DatasetOrBuilder> getDatasetOrBuilderList()
repeated .Dataset dataset = 4;getDatasetOrBuilderList in interface GribCollectionProto.GribCollectionOrBuilderpublic int getDatasetCount()
repeated .Dataset dataset = 4;getDatasetCount in interface GribCollectionProto.GribCollectionOrBuilderpublic GribCollectionProto.Dataset getDataset(int index)
repeated .Dataset dataset = 4;getDataset in interface GribCollectionProto.GribCollectionOrBuilderpublic GribCollectionProto.DatasetOrBuilder getDatasetOrBuilder(int index)
repeated .Dataset dataset = 4;getDatasetOrBuilder in interface GribCollectionProto.GribCollectionOrBuilderpublic java.util.List<GribCollectionProto.Gds> getGdsList()
repeated .Gds gds = 5;
unique Gds, shared amongst datasets
getGdsList in interface GribCollectionProto.GribCollectionOrBuilderpublic java.util.List<? extends GribCollectionProto.GdsOrBuilder> getGdsOrBuilderList()
repeated .Gds gds = 5;
unique Gds, shared amongst datasets
getGdsOrBuilderList in interface GribCollectionProto.GribCollectionOrBuilderpublic int getGdsCount()
repeated .Gds gds = 5;
unique Gds, shared amongst datasets
getGdsCount in interface GribCollectionProto.GribCollectionOrBuilderpublic GribCollectionProto.Gds getGds(int index)
repeated .Gds gds = 5;
unique Gds, shared amongst datasets
getGds in interface GribCollectionProto.GribCollectionOrBuilderpublic GribCollectionProto.GdsOrBuilder getGdsOrBuilder(int index)
repeated .Gds gds = 5;
unique Gds, shared amongst datasets
getGdsOrBuilder in interface GribCollectionProto.GribCollectionOrBuilderpublic boolean hasMasterRuntime()
required .Coord masterRuntime = 6;
list of runtimes in this GC
hasMasterRuntime in interface GribCollectionProto.GribCollectionOrBuilderpublic GribCollectionProto.Coord getMasterRuntime()
required .Coord masterRuntime = 6;
list of runtimes in this GC
getMasterRuntime in interface GribCollectionProto.GribCollectionOrBuilderpublic GribCollectionProto.CoordOrBuilder getMasterRuntimeOrBuilder()
required .Coord masterRuntime = 6;
list of runtimes in this GC
getMasterRuntimeOrBuilder in interface GribCollectionProto.GribCollectionOrBuilderpublic boolean hasCenter()
required int32 center = 7;
these 4 fields are to get a GribCustomizer
hasCenter in interface GribCollectionProto.GribCollectionOrBuilderpublic int getCenter()
required int32 center = 7;
these 4 fields are to get a GribCustomizer
getCenter in interface GribCollectionProto.GribCollectionOrBuilderpublic boolean hasSubcenter()
required int32 subcenter = 8;hasSubcenter in interface GribCollectionProto.GribCollectionOrBuilderpublic int getSubcenter()
required int32 subcenter = 8;getSubcenter in interface GribCollectionProto.GribCollectionOrBuilderpublic boolean hasMaster()
required int32 master = 9;hasMaster in interface GribCollectionProto.GribCollectionOrBuilderpublic int getMaster()
required int32 master = 9;getMaster in interface GribCollectionProto.GribCollectionOrBuilderpublic boolean hasLocal()
required int32 local = 10;
grib1 table Version
hasLocal in interface GribCollectionProto.GribCollectionOrBuilderpublic int getLocal()
required int32 local = 10;
grib1 table Version
getLocal in interface GribCollectionProto.GribCollectionOrBuilderpublic boolean hasGenProcessType()
optional int32 genProcessType = 11;hasGenProcessType in interface GribCollectionProto.GribCollectionOrBuilderpublic int getGenProcessType()
optional int32 genProcessType = 11;getGenProcessType in interface GribCollectionProto.GribCollectionOrBuilderpublic boolean hasGenProcessId()
optional int32 genProcessId = 12;hasGenProcessId in interface GribCollectionProto.GribCollectionOrBuilderpublic int getGenProcessId()
optional int32 genProcessId = 12;getGenProcessId in interface GribCollectionProto.GribCollectionOrBuilderpublic boolean hasBackProcessId()
optional int32 backProcessId = 13;hasBackProcessId in interface GribCollectionProto.GribCollectionOrBuilderpublic int getBackProcessId()
optional int32 backProcessId = 13;getBackProcessId in interface GribCollectionProto.GribCollectionOrBuilderpublic boolean hasVersion()
optional int32 version = 14 [default = 0];hasVersion in interface GribCollectionProto.GribCollectionOrBuilderpublic int getVersion()
optional int32 version = 14 [default = 0];getVersion in interface GribCollectionProto.GribCollectionOrBuilderpublic java.util.List<GribCollectionProto.Parameter> getParamsList()
repeated .Parameter params = 20;
not used
getParamsList in interface GribCollectionProto.GribCollectionOrBuilderpublic java.util.List<? extends GribCollectionProto.ParameterOrBuilder> getParamsOrBuilderList()
repeated .Parameter params = 20;
not used
getParamsOrBuilderList in interface GribCollectionProto.GribCollectionOrBuilderpublic int getParamsCount()
repeated .Parameter params = 20;
not used
getParamsCount in interface GribCollectionProto.GribCollectionOrBuilderpublic GribCollectionProto.Parameter getParams(int index)
repeated .Parameter params = 20;
not used
getParams in interface GribCollectionProto.GribCollectionOrBuilderpublic GribCollectionProto.ParameterOrBuilder getParamsOrBuilder(int index)
repeated .Parameter params = 20;
not used
getParamsOrBuilder in interface GribCollectionProto.GribCollectionOrBuilderpublic boolean hasConfig()
optional .FcConfig config = 21;hasConfig in interface GribCollectionProto.GribCollectionOrBuilderpublic GribCollectionProto.FcConfig getConfig()
optional .FcConfig config = 21;getConfig in interface GribCollectionProto.GribCollectionOrBuilderpublic GribCollectionProto.FcConfigOrBuilder getConfigOrBuilder()
optional .FcConfig config = 21;getConfigOrBuilder in interface GribCollectionProto.GribCollectionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.ExtendableMessage<GribCollectionProto.GribCollection>public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static GribCollectionProto.GribCollection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GribCollectionProto.GribCollection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GribCollectionProto.GribCollection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GribCollectionProto.GribCollection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GribCollectionProto.GribCollection parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static GribCollectionProto.GribCollection parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static GribCollectionProto.GribCollection parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static GribCollectionProto.GribCollection parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static GribCollectionProto.GribCollection parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static GribCollectionProto.GribCollection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static GribCollectionProto.GribCollection.Builder newBuilder()
public GribCollectionProto.GribCollection.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GribCollectionProto.GribCollection.Builder newBuilder(GribCollectionProto.GribCollection prototype)
public GribCollectionProto.GribCollection.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GribCollectionProto.GribCollection.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage