public static final class GribCollectionProto.Variable extends com.google.protobuf.GeneratedMessage implements GribCollectionProto.VariableOrBuilder
Variable| Modifier and Type | Class and Description |
|---|---|
static class |
GribCollectionProto.Variable.Builder
Protobuf type
Variable |
com.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 |
COORDIDX_FIELD_NUMBER |
static int |
DISCIPLINE_FIELD_NUMBER |
static int |
IDS_FIELD_NUMBER |
static int |
MISSING_FIELD_NUMBER |
static int |
NDUPS_FIELD_NUMBER |
static int |
NRECORDS_FIELD_NUMBER |
static int |
PARTVARIABLE_FIELD_NUMBER |
static int |
PDS_FIELD_NUMBER |
static int |
RECORDSLEN_FIELD_NUMBER |
static int |
RECORDSPOS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
int |
getCoordIdx(int index)
repeated uint32 coordIdx = 6 [packed = true]; |
int |
getCoordIdxCount()
repeated uint32 coordIdx = 6 [packed = true]; |
List<Integer> |
getCoordIdxList()
repeated uint32 coordIdx = 6 [packed = true]; |
static GribCollectionProto.Variable |
getDefaultInstance() |
GribCollectionProto.Variable |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getDiscipline()
optional uint32 discipline = 1; |
int |
getIds(int index)
repeated uint32 ids = 3 [packed = true]; |
int |
getIdsCount()
repeated uint32 ids = 3 [packed = true]; |
List<Integer> |
getIdsList()
repeated uint32 ids = 3 [packed = true]; |
int |
getMissing()
optional uint32 missing = 10; |
int |
getNdups()
optional uint32 ndups = 8; |
int |
getNrecords()
optional uint32 nrecords = 9; |
com.google.protobuf.Parser<GribCollectionProto.Variable> |
getParserForType() |
GribCollectionProto.PartitionVariable |
getPartVariable(int index)
repeated .PartitionVariable partVariable = 100; |
int |
getPartVariableCount()
repeated .PartitionVariable partVariable = 100; |
List<GribCollectionProto.PartitionVariable> |
getPartVariableList()
repeated .PartitionVariable partVariable = 100; |
GribCollectionProto.PartitionVariableOrBuilder |
getPartVariableOrBuilder(int index)
repeated .PartitionVariable partVariable = 100; |
List<? extends GribCollectionProto.PartitionVariableOrBuilder> |
getPartVariableOrBuilderList()
repeated .PartitionVariable partVariable = 100; |
com.google.protobuf.ByteString |
getPds()
optional bytes pds = 2; |
int |
getRecordsLen()
optional uint32 recordsLen = 5; |
long |
getRecordsPos()
optional uint64 recordsPos = 4; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GribCollectionProto.Variable.Builder |
newBuilder() |
static GribCollectionProto.Variable.Builder |
newBuilder(GribCollectionProto.Variable prototype) |
GribCollectionProto.Variable.Builder |
newBuilderForType() |
protected GribCollectionProto.Variable.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static GribCollectionProto.Variable |
parseDelimitedFrom(InputStream input) |
static GribCollectionProto.Variable |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GribCollectionProto.Variable |
parseFrom(byte[] data) |
static GribCollectionProto.Variable |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GribCollectionProto.Variable |
parseFrom(com.google.protobuf.ByteString data) |
static GribCollectionProto.Variable |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GribCollectionProto.Variable |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GribCollectionProto.Variable |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GribCollectionProto.Variable |
parseFrom(InputStream input) |
static GribCollectionProto.Variable |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GribCollectionProto.Variable> |
parser() |
GribCollectionProto.Variable.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeReplace, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DISCIPLINE_FIELD_NUMBER
public static final int PDS_FIELD_NUMBER
public static final int IDS_FIELD_NUMBER
public static final int RECORDSPOS_FIELD_NUMBER
public static final int RECORDSLEN_FIELD_NUMBER
public static final int COORDIDX_FIELD_NUMBER
public static final int NDUPS_FIELD_NUMBER
public static final int NRECORDS_FIELD_NUMBER
public static final int MISSING_FIELD_NUMBER
public static final int PARTVARIABLE_FIELD_NUMBER
public 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 int getDiscipline()
optional uint32 discipline = 1;getDiscipline in interface GribCollectionProto.VariableOrBuilderpublic com.google.protobuf.ByteString getPds()
optional bytes pds = 2;
raw pds
getPds in interface GribCollectionProto.VariableOrBuilderpublic List<Integer> getIdsList()
repeated uint32 ids = 3 [packed = true];
extra info not in pds; grib2 id section
getIdsList in interface GribCollectionProto.VariableOrBuilderpublic int getIdsCount()
repeated uint32 ids = 3 [packed = true];
extra info not in pds; grib2 id section
getIdsCount in interface GribCollectionProto.VariableOrBuilderpublic int getIds(int index)
repeated uint32 ids = 3 [packed = true];
extra info not in pds; grib2 id section
getIds in interface GribCollectionProto.VariableOrBuilderpublic long getRecordsPos()
optional uint64 recordsPos = 4;
offset of SparseArray message for this Variable
getRecordsPos in interface GribCollectionProto.VariableOrBuilderpublic int getRecordsLen()
optional uint32 recordsLen = 5;
size of SparseArray message for this Variable
getRecordsLen in interface GribCollectionProto.VariableOrBuilderpublic List<Integer> getCoordIdxList()
repeated uint32 coordIdx = 6 [packed = true];
indexes into Group.coords
getCoordIdxList in interface GribCollectionProto.VariableOrBuilderpublic int getCoordIdxCount()
repeated uint32 coordIdx = 6 [packed = true];
indexes into Group.coords
getCoordIdxCount in interface GribCollectionProto.VariableOrBuilderpublic int getCoordIdx(int index)
repeated uint32 coordIdx = 6 [packed = true];
indexes into Group.coords
getCoordIdx in interface GribCollectionProto.VariableOrBuilderpublic int getNdups()
optional uint32 ndups = 8;
optionally keep stats
getNdups in interface GribCollectionProto.VariableOrBuilderpublic int getNrecords()
optional uint32 nrecords = 9;getNrecords in interface GribCollectionProto.VariableOrBuilderpublic int getMissing()
optional uint32 missing = 10;getMissing in interface GribCollectionProto.VariableOrBuilderpublic List<GribCollectionProto.PartitionVariable> getPartVariableList()
repeated .PartitionVariable partVariable = 100;
partition only
getPartVariableList in interface GribCollectionProto.VariableOrBuilderpublic List<? extends GribCollectionProto.PartitionVariableOrBuilder> getPartVariableOrBuilderList()
repeated .PartitionVariable partVariable = 100;
partition only
getPartVariableOrBuilderList in interface GribCollectionProto.VariableOrBuilderpublic int getPartVariableCount()
repeated .PartitionVariable partVariable = 100;
partition only
getPartVariableCount in interface GribCollectionProto.VariableOrBuilderpublic GribCollectionProto.PartitionVariable getPartVariable(int index)
repeated .PartitionVariable partVariable = 100;
partition only
getPartVariable in interface GribCollectionProto.VariableOrBuilderpublic GribCollectionProto.PartitionVariableOrBuilder getPartVariableOrBuilder(int index)
repeated .PartitionVariable partVariable = 100;
partition only
getPartVariableOrBuilder in interface GribCollectionProto.VariableOrBuilderpublic 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.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static GribCollectionProto.Variable parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GribCollectionProto.Variable parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GribCollectionProto.Variable parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GribCollectionProto.Variable parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GribCollectionProto.Variable parseFrom(InputStream input) throws IOException
IOExceptionpublic static GribCollectionProto.Variable parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GribCollectionProto.Variable parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GribCollectionProto.Variable parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GribCollectionProto.Variable parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GribCollectionProto.Variable parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GribCollectionProto.Variable.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GribCollectionProto.Variable.Builder newBuilder()
public static GribCollectionProto.Variable.Builder newBuilder(GribCollectionProto.Variable prototype)
public GribCollectionProto.Variable.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GribCollectionProto.Variable.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static GribCollectionProto.Variable getDefaultInstance()
public static com.google.protobuf.Parser<GribCollectionProto.Variable> parser()
public com.google.protobuf.Parser<GribCollectionProto.Variable> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic GribCollectionProto.Variable getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder