public static interface GribCollectionProto.DatasetOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GribCollectionProto.Group |
getGroups(int index)
repeated .Group groups = 2; |
int |
getGroupsCount()
repeated .Group groups = 2; |
java.util.List<GribCollectionProto.Group> |
getGroupsList()
repeated .Group groups = 2; |
GribCollectionProto.GroupOrBuilder |
getGroupsOrBuilder(int index)
repeated .Group groups = 2; |
java.util.List<? extends GribCollectionProto.GroupOrBuilder> |
getGroupsOrBuilderList()
repeated .Group groups = 2; |
GribCollectionProto.Dataset.Type |
getType()
required .Dataset.Type type = 1; |
boolean |
hasType()
required .Dataset.Type type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
required .Dataset.Type type = 1;
GribCollectionProto.Dataset.Type getType()
required .Dataset.Type type = 1;
java.util.List<GribCollectionProto.Group> getGroupsList()
repeated .Group groups = 2;
GribCollectionProto.Group getGroups(int index)
repeated .Group groups = 2;
int getGroupsCount()
repeated .Group groups = 2;
java.util.List<? extends GribCollectionProto.GroupOrBuilder> getGroupsOrBuilderList()
repeated .Group groups = 2;
GribCollectionProto.GroupOrBuilder getGroupsOrBuilder(int index)
repeated .Group groups = 2;