public static interface GribCollectionProto.ParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
double |
getData(int index)
repeated double data = 2; |
int |
getDataCount()
repeated double data = 2; |
List<Double> |
getDataList()
repeated double data = 2; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getSdata()
optional string sdata = 3; |
com.google.protobuf.ByteString |
getSdataBytes()
optional string sdata = 3; |
boolean |
hasName()
required string name = 1; |
boolean |
hasSdata()
optional string sdata = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1;
String getName()
required string name = 1;
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
int getDataCount()
repeated double data = 2;
double getData(int index)
repeated double data = 2;
boolean hasSdata()
optional string sdata = 3;
used for string data
String getSdata()
optional string sdata = 3;
used for string data
com.google.protobuf.ByteString getSdataBytes()
optional string sdata = 3;
used for string data
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.