public static interface GribCollectionProto.FcConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionSpec()
required string collectionSpec = 2; |
com.google.protobuf.ByteString |
getCollectionSpecBytes()
required string collectionSpec = 2; |
java.lang.String |
getDateFormatMark()
optional string dateFormatMark = 4; |
com.google.protobuf.ByteString |
getDateFormatMarkBytes()
optional string dateFormatMark = 4; |
GribCollectionProto.IntMap |
getGdsConvert(int index)
repeated .IntMap gdsConvert = 11; |
int |
getGdsConvertCount()
repeated .IntMap gdsConvert = 11; |
java.util.List<GribCollectionProto.IntMap> |
getGdsConvertList()
repeated .IntMap gdsConvert = 11; |
GribCollectionProto.IntMapOrBuilder |
getGdsConvertOrBuilder(int index)
repeated .IntMap gdsConvert = 11; |
java.util.List<? extends GribCollectionProto.IntMapOrBuilder> |
getGdsConvertOrBuilderList()
repeated .IntMap gdsConvert = 11; |
boolean |
getIntvExcludeZero()
optional bool intvExcludeZero = 16 [default = false]; |
GribCollectionProto.IntvFilter |
getIntvFilter(int index)
repeated .IntvFilter intvFilter = 17; |
int |
getIntvFilterCount()
repeated .IntvFilter intvFilter = 17; |
java.util.List<GribCollectionProto.IntvFilter> |
getIntvFilterList()
repeated .IntvFilter intvFilter = 17; |
GribCollectionProto.IntvFilterOrBuilder |
getIntvFilterOrBuilder(int index)
repeated .IntvFilter intvFilter = 17; |
java.util.List<? extends GribCollectionProto.IntvFilterOrBuilder> |
getIntvFilterOrBuilderList()
repeated .IntvFilter intvFilter = 17; |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
java.lang.String |
getPartitionType()
required string partitionType = 3; |
com.google.protobuf.ByteString |
getPartitionTypeBytes()
required string partitionType = 3; |
boolean |
getPdsIntvMerge()
optional bool pdsIntvMerge = 14 [default = true]; |
boolean |
getPdsUseCenter()
optional bool pdsUseCenter = 15 [default = true]; |
boolean |
getPdsUseGenType()
optional bool pdsUseGenType = 12 [default = false]; |
boolean |
getPdsUseTableVersion()
optional bool pdsUseTableVersion = 13 [default = true]; |
GribCollectionProto.IntMap |
getTimeUnitConvert(int index)
repeated .IntMap timeUnitConvert = 18; |
int |
getTimeUnitConvertCount()
repeated .IntMap timeUnitConvert = 18; |
java.util.List<GribCollectionProto.IntMap> |
getTimeUnitConvertList()
repeated .IntMap timeUnitConvert = 18; |
GribCollectionProto.IntMapOrBuilder |
getTimeUnitConvertOrBuilder(int index)
repeated .IntMap timeUnitConvert = 18; |
java.util.List<? extends GribCollectionProto.IntMapOrBuilder> |
getTimeUnitConvertOrBuilderList()
repeated .IntMap timeUnitConvert = 18; |
java.lang.String |
getUserTimeUnit()
optional string userTimeUnit = 19; |
com.google.protobuf.ByteString |
getUserTimeUnitBytes()
optional string userTimeUnit = 19; |
boolean |
hasCollectionSpec()
required string collectionSpec = 2; |
boolean |
hasDateFormatMark()
optional string dateFormatMark = 4; |
boolean |
hasIntvExcludeZero()
optional bool intvExcludeZero = 16 [default = false]; |
boolean |
hasName()
required string name = 1; |
boolean |
hasPartitionType()
required string partitionType = 3; |
boolean |
hasPdsIntvMerge()
optional bool pdsIntvMerge = 14 [default = true]; |
boolean |
hasPdsUseCenter()
optional bool pdsUseCenter = 15 [default = true]; |
boolean |
hasPdsUseGenType()
optional bool pdsUseGenType = 12 [default = false]; |
boolean |
hasPdsUseTableVersion()
optional bool pdsUseTableVersion = 13 [default = true]; |
boolean |
hasUserTimeUnit()
optional string userTimeUnit = 19; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1;
java.lang.String getName()
required string name = 1;
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
boolean hasCollectionSpec()
required string collectionSpec = 2;
java.lang.String getCollectionSpec()
required string collectionSpec = 2;
com.google.protobuf.ByteString getCollectionSpecBytes()
required string collectionSpec = 2;
boolean hasPartitionType()
required string partitionType = 3;
java.lang.String getPartitionType()
required string partitionType = 3;
com.google.protobuf.ByteString getPartitionTypeBytes()
required string partitionType = 3;
boolean hasDateFormatMark()
optional string dateFormatMark = 4;
java.lang.String getDateFormatMark()
optional string dateFormatMark = 4;
com.google.protobuf.ByteString getDateFormatMarkBytes()
optional string dateFormatMark = 4;
java.util.List<GribCollectionProto.IntMap> getGdsConvertList()
repeated .IntMap gdsConvert = 11;
GribCollectionProto.IntMap getGdsConvert(int index)
repeated .IntMap gdsConvert = 11;
int getGdsConvertCount()
repeated .IntMap gdsConvert = 11;
java.util.List<? extends GribCollectionProto.IntMapOrBuilder> getGdsConvertOrBuilderList()
repeated .IntMap gdsConvert = 11;
GribCollectionProto.IntMapOrBuilder getGdsConvertOrBuilder(int index)
repeated .IntMap gdsConvert = 11;
boolean hasPdsUseGenType()
optional bool pdsUseGenType = 12 [default = false];
boolean getPdsUseGenType()
optional bool pdsUseGenType = 12 [default = false];
boolean hasPdsUseTableVersion()
optional bool pdsUseTableVersion = 13 [default = true];
boolean getPdsUseTableVersion()
optional bool pdsUseTableVersion = 13 [default = true];
boolean hasPdsIntvMerge()
optional bool pdsIntvMerge = 14 [default = true];
boolean getPdsIntvMerge()
optional bool pdsIntvMerge = 14 [default = true];
boolean hasPdsUseCenter()
optional bool pdsUseCenter = 15 [default = true];
boolean getPdsUseCenter()
optional bool pdsUseCenter = 15 [default = true];
boolean hasIntvExcludeZero()
optional bool intvExcludeZero = 16 [default = false];
boolean getIntvExcludeZero()
optional bool intvExcludeZero = 16 [default = false];
java.util.List<GribCollectionProto.IntvFilter> getIntvFilterList()
repeated .IntvFilter intvFilter = 17;
GribCollectionProto.IntvFilter getIntvFilter(int index)
repeated .IntvFilter intvFilter = 17;
int getIntvFilterCount()
repeated .IntvFilter intvFilter = 17;
java.util.List<? extends GribCollectionProto.IntvFilterOrBuilder> getIntvFilterOrBuilderList()
repeated .IntvFilter intvFilter = 17;
GribCollectionProto.IntvFilterOrBuilder getIntvFilterOrBuilder(int index)
repeated .IntvFilter intvFilter = 17;
java.util.List<GribCollectionProto.IntMap> getTimeUnitConvertList()
repeated .IntMap timeUnitConvert = 18;
GribCollectionProto.IntMap getTimeUnitConvert(int index)
repeated .IntMap timeUnitConvert = 18;
int getTimeUnitConvertCount()
repeated .IntMap timeUnitConvert = 18;
java.util.List<? extends GribCollectionProto.IntMapOrBuilder> getTimeUnitConvertOrBuilderList()
repeated .IntMap timeUnitConvert = 18;
GribCollectionProto.IntMapOrBuilder getTimeUnitConvertOrBuilder(int index)
repeated .IntMap timeUnitConvert = 18;
boolean hasUserTimeUnit()
optional string userTimeUnit = 19;
java.lang.String getUserTimeUnit()
optional string userTimeUnit = 19;
com.google.protobuf.ByteString getUserTimeUnitBytes()
optional string userTimeUnit = 19;