Package ucar.nc2.grib.collection
Interface GribCollectionProto.FcConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GribCollectionProto.FcConfig
,GribCollectionProto.FcConfig.Builder
- Enclosing class:
- GribCollectionProto
public static interface GribCollectionProto.FcConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCollectionSpec()
string collectionSpec = 2;
com.google.protobuf.ByteString
getCollectionSpecBytes()
string collectionSpec = 2;
String
getDateFormatMark()
string dateFormatMark = 4;
com.google.protobuf.ByteString
getDateFormatMarkBytes()
string dateFormatMark = 4;
GribCollectionProto.IntMap
getGdsConvert(int index)
repeated .IntMap gdsConvert = 11;
int
getGdsConvertCount()
repeated .IntMap gdsConvert = 11;
List<GribCollectionProto.IntMap>
getGdsConvertList()
repeated .IntMap gdsConvert = 11;
GribCollectionProto.IntMapOrBuilder
getGdsConvertOrBuilder(int index)
repeated .IntMap gdsConvert = 11;
List<? extends GribCollectionProto.IntMapOrBuilder>
getGdsConvertOrBuilderList()
repeated .IntMap gdsConvert = 11;
boolean
getIntvExcludeZero()
bool intvExcludeZero = 16;
GribCollectionProto.IntvFilter
getIntvFilter(int index)
repeated .IntvFilter intvFilter = 17;
int
getIntvFilterCount()
repeated .IntvFilter intvFilter = 17;
List<GribCollectionProto.IntvFilter>
getIntvFilterList()
repeated .IntvFilter intvFilter = 17;
GribCollectionProto.IntvFilterOrBuilder
getIntvFilterOrBuilder(int index)
repeated .IntvFilter intvFilter = 17;
List<? extends GribCollectionProto.IntvFilterOrBuilder>
getIntvFilterOrBuilderList()
repeated .IntvFilter intvFilter = 17;
String
getName()
string name = 1;
com.google.protobuf.ByteString
getNameBytes()
string name = 1;
String
getPartitionType()
string partitionType = 3;
com.google.protobuf.ByteString
getPartitionTypeBytes()
string partitionType = 3;
boolean
getPdsIntvMerge()
[default = true];boolean
getPdsUseCenter()
[default = true];boolean
getPdsUseGenType()
bool pdsUseGenType = 12;
boolean
getPdsUseTableVersion()
[default = true];GribCollectionProto.IntMap
getTimeUnitConvert(int index)
repeated .IntMap timeUnitConvert = 18;
int
getTimeUnitConvertCount()
repeated .IntMap timeUnitConvert = 18;
List<GribCollectionProto.IntMap>
getTimeUnitConvertList()
repeated .IntMap timeUnitConvert = 18;
GribCollectionProto.IntMapOrBuilder
getTimeUnitConvertOrBuilder(int index)
repeated .IntMap timeUnitConvert = 18;
List<? extends GribCollectionProto.IntMapOrBuilder>
getTimeUnitConvertOrBuilderList()
repeated .IntMap timeUnitConvert = 18;
String
getUserTimeUnit()
string userTimeUnit = 19;
com.google.protobuf.ByteString
getUserTimeUnitBytes()
string userTimeUnit = 19;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;
- Returns:
- The bytes for name.
-
getCollectionSpec
String getCollectionSpec()
string collectionSpec = 2;
- Returns:
- The collectionSpec.
-
getCollectionSpecBytes
com.google.protobuf.ByteString getCollectionSpecBytes()
string collectionSpec = 2;
- Returns:
- The bytes for collectionSpec.
-
getPartitionType
String getPartitionType()
string partitionType = 3;
- Returns:
- The partitionType.
-
getPartitionTypeBytes
com.google.protobuf.ByteString getPartitionTypeBytes()
string partitionType = 3;
- Returns:
- The bytes for partitionType.
-
getDateFormatMark
String getDateFormatMark()
string dateFormatMark = 4;
- Returns:
- The dateFormatMark.
-
getDateFormatMarkBytes
com.google.protobuf.ByteString getDateFormatMarkBytes()
string dateFormatMark = 4;
- Returns:
- The bytes for dateFormatMark.
-
getGdsConvertList
List<GribCollectionProto.IntMap> getGdsConvertList()
repeated .IntMap gdsConvert = 11;
-
getGdsConvert
GribCollectionProto.IntMap getGdsConvert(int index)
repeated .IntMap gdsConvert = 11;
-
getGdsConvertCount
int getGdsConvertCount()
repeated .IntMap gdsConvert = 11;
-
getGdsConvertOrBuilderList
List<? extends GribCollectionProto.IntMapOrBuilder> getGdsConvertOrBuilderList()
repeated .IntMap gdsConvert = 11;
-
getGdsConvertOrBuilder
GribCollectionProto.IntMapOrBuilder getGdsConvertOrBuilder(int index)
repeated .IntMap gdsConvert = 11;
-
getPdsUseGenType
boolean getPdsUseGenType()
bool pdsUseGenType = 12;
- Returns:
- The pdsUseGenType.
-
getPdsUseTableVersion
boolean getPdsUseTableVersion()
[default = true];
bool pdsUseTableVersion = 13;
- Returns:
- The pdsUseTableVersion.
-
getPdsIntvMerge
boolean getPdsIntvMerge()
[default = true];
bool pdsIntvMerge = 14;
- Returns:
- The pdsIntvMerge.
-
getPdsUseCenter
boolean getPdsUseCenter()
[default = true];
bool pdsUseCenter = 15;
- Returns:
- The pdsUseCenter.
-
getIntvExcludeZero
boolean getIntvExcludeZero()
bool intvExcludeZero = 16;
- Returns:
- The intvExcludeZero.
-
getIntvFilterList
List<GribCollectionProto.IntvFilter> getIntvFilterList()
repeated .IntvFilter intvFilter = 17;
-
getIntvFilter
GribCollectionProto.IntvFilter getIntvFilter(int index)
repeated .IntvFilter intvFilter = 17;
-
getIntvFilterCount
int getIntvFilterCount()
repeated .IntvFilter intvFilter = 17;
-
getIntvFilterOrBuilderList
List<? extends GribCollectionProto.IntvFilterOrBuilder> getIntvFilterOrBuilderList()
repeated .IntvFilter intvFilter = 17;
-
getIntvFilterOrBuilder
GribCollectionProto.IntvFilterOrBuilder getIntvFilterOrBuilder(int index)
repeated .IntvFilter intvFilter = 17;
-
getTimeUnitConvertList
List<GribCollectionProto.IntMap> getTimeUnitConvertList()
repeated .IntMap timeUnitConvert = 18;
-
getTimeUnitConvert
GribCollectionProto.IntMap getTimeUnitConvert(int index)
repeated .IntMap timeUnitConvert = 18;
-
getTimeUnitConvertCount
int getTimeUnitConvertCount()
repeated .IntMap timeUnitConvert = 18;
-
getTimeUnitConvertOrBuilderList
List<? extends GribCollectionProto.IntMapOrBuilder> getTimeUnitConvertOrBuilderList()
repeated .IntMap timeUnitConvert = 18;
-
getTimeUnitConvertOrBuilder
GribCollectionProto.IntMapOrBuilder getTimeUnitConvertOrBuilder(int index)
repeated .IntMap timeUnitConvert = 18;
-
getUserTimeUnit
String getUserTimeUnit()
string userTimeUnit = 19;
- Returns:
- The userTimeUnit.
-
getUserTimeUnitBytes
com.google.protobuf.ByteString getUserTimeUnitBytes()
string userTimeUnit = 19;
- Returns:
- The bytes for userTimeUnit.
-
-