public static interface GribCollectionProto.SparseArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCdmHash()
required fixed32 cdmHash = 1; |
int |
getNdups()
optional uint32 ndups = 5; |
GribCollectionProto.Record |
getRecords(int index)
repeated .Record records = 4; |
int |
getRecordsCount()
repeated .Record records = 4; |
java.util.List<GribCollectionProto.Record> |
getRecordsList()
repeated .Record records = 4; |
GribCollectionProto.RecordOrBuilder |
getRecordsOrBuilder(int index)
repeated .Record records = 4; |
java.util.List<? extends GribCollectionProto.RecordOrBuilder> |
getRecordsOrBuilderList()
repeated .Record records = 4; |
int |
getSize(int index)
repeated uint32 size = 2; |
int |
getSizeCount()
repeated uint32 size = 2; |
java.util.List<java.lang.Integer> |
getSizeList()
repeated uint32 size = 2; |
int |
getTrack(int index)
repeated uint32 track = 3; |
int |
getTrackCount()
repeated uint32 track = 3; |
java.util.List<java.lang.Integer> |
getTrackList()
repeated uint32 track = 3; |
boolean |
hasCdmHash()
required fixed32 cdmHash = 1; |
boolean |
hasNdups()
optional uint32 ndups = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCdmHash()
required fixed32 cdmHash = 1;
which variable
int getCdmHash()
required fixed32 cdmHash = 1;
which variable
java.util.List<java.lang.Integer> getSizeList()
repeated uint32 size = 2;
multidim sizes
int getSizeCount()
repeated uint32 size = 2;
multidim sizes
int getSize(int index)
repeated uint32 size = 2;
multidim sizes
java.util.List<java.lang.Integer> getTrackList()
repeated uint32 track = 3;
1-based index into record list, 0 == missing
int getTrackCount()
repeated uint32 track = 3;
1-based index into record list, 0 == missing
int getTrack(int index)
repeated uint32 track = 3;
1-based index into record list, 0 == missing
java.util.List<GribCollectionProto.Record> getRecordsList()
repeated .Record records = 4;
List<Record>
GribCollectionProto.Record getRecords(int index)
repeated .Record records = 4;
List<Record>
int getRecordsCount()
repeated .Record records = 4;
List<Record>
java.util.List<? extends GribCollectionProto.RecordOrBuilder> getRecordsOrBuilderList()
repeated .Record records = 4;
List<Record>
GribCollectionProto.RecordOrBuilder getRecordsOrBuilder(int index)
repeated .Record records = 4;
List<Record>
boolean hasNdups()
optional uint32 ndups = 5;
duplicates found when creating
int getNdups()
optional uint32 ndups = 5;
duplicates found when creating