public static final class GribCollectionProto.GribCollectionIndex extends com.google.protobuf.GeneratedMessage implements GribCollectionProto.GribCollectionIndexOrBuilder
gribCollectionIndex.GribCollectionIndex| Modifier and Type | Class and Description |
|---|---|
static class |
GribCollectionProto.GribCollectionIndex.Builder
Protobuf type
gribCollectionIndex.GribCollectionIndex |
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 |
BACKPROCESSID_FIELD_NUMBER |
static int |
CENTER_FIELD_NUMBER |
static int |
DIRNAME_FIELD_NUMBER |
static int |
FILES_FIELD_NUMBER |
static int |
GENPROCESSID_FIELD_NUMBER |
static int |
GENPROCESSTYPE_FIELD_NUMBER |
static int |
GROUPS_FIELD_NUMBER |
static int |
LOCAL_FIELD_NUMBER |
static int |
MASTER_FIELD_NUMBER |
static int |
MFILES_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PARAMS_FIELD_NUMBER |
static com.google.protobuf.Parser<GribCollectionProto.GribCollectionIndex> |
PARSER |
static int |
PARTITIONS_FIELD_NUMBER |
static int |
SUBCENTER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
int |
getBackProcessId()
optional int32 backProcessId = 12; |
int |
getCenter()
required int32 center = 5; |
static GribCollectionProto.GribCollectionIndex |
getDefaultInstance() |
GribCollectionProto.GribCollectionIndex |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
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; |
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; |
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; |
com.google.protobuf.Parser<GribCollectionProto.GribCollectionIndex> |
getParserForType() |
GribCollectionProto.Partition |
getPartitions(int index)
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 |
getSerializedSize() |
int |
getSubcenter()
required int32 subcenter = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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() |
static GribCollectionProto.GribCollectionIndex.Builder |
newBuilder() |
static GribCollectionProto.GribCollectionIndex.Builder |
newBuilder(GribCollectionProto.GribCollectionIndex prototype) |
GribCollectionProto.GribCollectionIndex.Builder |
newBuilderForType() |
protected GribCollectionProto.GribCollectionIndex.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static GribCollectionProto.GribCollectionIndex |
parseDelimitedFrom(InputStream input) |
static GribCollectionProto.GribCollectionIndex |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GribCollectionProto.GribCollectionIndex |
parseFrom(byte[] data) |
static GribCollectionProto.GribCollectionIndex |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GribCollectionProto.GribCollectionIndex |
parseFrom(com.google.protobuf.ByteString data) |
static GribCollectionProto.GribCollectionIndex |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GribCollectionProto.GribCollectionIndex |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GribCollectionProto.GribCollectionIndex |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GribCollectionProto.GribCollectionIndex |
parseFrom(InputStream input) |
static GribCollectionProto.GribCollectionIndex |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GribCollectionProto.GribCollectionIndex.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<GribCollectionProto.GribCollectionIndex> PARSER
public static final int NAME_FIELD_NUMBER
public static final int FILES_FIELD_NUMBER
public static final int GROUPS_FIELD_NUMBER
public static final int PARAMS_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 PARTITIONS_FIELD_NUMBER
public static final int DIRNAME_FIELD_NUMBER
public static final int MFILES_FIELD_NUMBER
public static GribCollectionProto.GribCollectionIndex getDefaultInstance()
public GribCollectionProto.GribCollectionIndex 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<GribCollectionProto.GribCollectionIndex> 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.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 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 List<GribCollectionProto.Group> getGroupsList()
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
getGroupsList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic List<? extends GribCollectionProto.GroupOrBuilder> getGroupsOrBuilderList()
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
getGroupsOrBuilderList 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.GroupOrBuilder getGroupsOrBuilder(int index)
repeated .gribCollectionIndex.Group groups = 3;
separate groups for each GDS
getGroupsOrBuilder in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic List<GribCollectionProto.Parameter> getParamsList()
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
getParamsList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic List<? extends GribCollectionProto.ParameterOrBuilder> getParamsOrBuilderList()
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
getParamsOrBuilderList 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.ParameterOrBuilder getParamsOrBuilder(int index)
repeated .gribCollectionIndex.Parameter params = 4;
global attributes
getParamsOrBuilder in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic 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 boolean hasSubcenter()
required int32 subcenter = 6;hasSubcenter in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getSubcenter()
required int32 subcenter = 6;getSubcenter in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic boolean hasMaster()
required int32 master = 7;hasMaster in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getMaster()
required int32 master = 7;getMaster in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic 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 boolean hasGenProcessType()
optional int32 genProcessType = 10;hasGenProcessType in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getGenProcessType()
optional int32 genProcessType = 10;getGenProcessType in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic boolean hasGenProcessId()
optional int32 genProcessId = 11;hasGenProcessId in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getGenProcessId()
optional int32 genProcessId = 11;getGenProcessId in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic boolean hasBackProcessId()
optional int32 backProcessId = 12;hasBackProcessId in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic int getBackProcessId()
optional int32 backProcessId = 12;getBackProcessId in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic List<GribCollectionProto.Partition> getPartitionsList()
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
getPartitionsList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic List<? extends GribCollectionProto.PartitionOrBuilder> getPartitionsOrBuilderList()
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
getPartitionsOrBuilderList 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.PartitionOrBuilder getPartitionsOrBuilder(int index)
repeated .gribCollectionIndex.Partition partitions = 13;
for time partitions only
getPartitionsOrBuilder in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic 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 List<GribCollectionProto.MFile> getMfilesList()
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
getMfilesList in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic List<? extends GribCollectionProto.MFileOrBuilder> getMfilesOrBuilderList()
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
getMfilesOrBuilderList 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.MFileOrBuilder getMfilesOrBuilder(int index)
repeated .gribCollectionIndex.MFile mfiles = 15;
list of grib MFiles
getMfilesOrBuilder in interface GribCollectionProto.GribCollectionIndexOrBuilderpublic 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 GribCollectionProto.GribCollectionIndex parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GribCollectionProto.GribCollectionIndex parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GribCollectionProto.GribCollectionIndex parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GribCollectionProto.GribCollectionIndex parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GribCollectionProto.GribCollectionIndex parseFrom(InputStream input) throws IOException
IOExceptionpublic static GribCollectionProto.GribCollectionIndex parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GribCollectionProto.GribCollectionIndex parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GribCollectionProto.GribCollectionIndex parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GribCollectionProto.GribCollectionIndex parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GribCollectionProto.GribCollectionIndex parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GribCollectionProto.GribCollectionIndex.Builder newBuilder()
public GribCollectionProto.GribCollectionIndex.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GribCollectionProto.GribCollectionIndex.Builder newBuilder(GribCollectionProto.GribCollectionIndex prototype)
public GribCollectionProto.GribCollectionIndex.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GribCollectionProto.GribCollectionIndex.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.