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; |
java.util.List<java.lang.Double> |
getDataList()
repeated double data = 2; |
java.lang.String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
java.lang.String |
getSdata()
used for string data
|
com.google.protobuf.ByteString |
getSdataBytes()
used for string data
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getName()
string name = 1;
com.google.protobuf.ByteString getNameBytes()
string name = 1;
java.util.List<java.lang.Double> getDataList()
repeated double data = 2;
int getDataCount()
repeated double data = 2;
double getData(int index)
repeated double data = 2;
index
- The index of the element to return.java.lang.String getSdata()
used for string data
string sdata = 3;
com.google.protobuf.ByteString getSdataBytes()
used for string data
string sdata = 3;