public static interface ConcatVectorProto.ConcatVector.ComponentOrBuilder
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; |
boolean |
getSparse()
required bool sparse = 1; |
boolean |
hasSparse()
required bool sparse = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSparse()
required bool sparse = 1;boolean getSparse()
required bool sparse = 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.