Package ucar.nc2.grib.grib1
Interface Grib1IndexProto.Grib1GdsSectionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Grib1IndexProto.Grib1GdsSection
,Grib1IndexProto.Grib1GdsSection.Builder
- Enclosing class:
- Grib1IndexProto
public static interface Grib1IndexProto.Grib1GdsSectionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteString
getGds()
required bytes gds = 2;
boolean
hasGds()
required bytes gds = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-