Package ucar.nc2.grib.collection
Interface GribCollectionProto.DatasetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GribCollectionProto.Dataset,GribCollectionProto.Dataset.Builder
- Enclosing class:
- GribCollectionProto
public static interface GribCollectionProto.DatasetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GribCollectionProto.GroupgetGroups(int index)repeated .Group groups = 2;intgetGroupsCount()repeated .Group groups = 2;List<GribCollectionProto.Group>getGroupsList()repeated .Group groups = 2;GribCollectionProto.GroupOrBuildergetGroupsOrBuilder(int index)repeated .Group groups = 2;List<? extends GribCollectionProto.GroupOrBuilder>getGroupsOrBuilderList()repeated .Group groups = 2;GribCollectionProto.Dataset.TypegetType().Dataset.Type type = 1;intgetTypeValue().Dataset.Type type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
.Dataset.Type type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
GribCollectionProto.Dataset.Type getType()
.Dataset.Type type = 1;- Returns:
- The type.
-
getGroupsList
List<GribCollectionProto.Group> getGroupsList()
repeated .Group groups = 2;
-
getGroups
GribCollectionProto.Group getGroups(int index)
repeated .Group groups = 2;
-
getGroupsCount
int getGroupsCount()
repeated .Group groups = 2;
-
getGroupsOrBuilderList
List<? extends GribCollectionProto.GroupOrBuilder> getGroupsOrBuilderList()
repeated .Group groups = 2;
-
getGroupsOrBuilder
GribCollectionProto.GroupOrBuilder getGroupsOrBuilder(int index)
repeated .Group groups = 2;
-
-