Interface WeaviateProtoSearchGet.NearIMUSearchOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoSearchGet.NearIMUSearch,WeaviateProtoSearchGet.NearIMUSearch.Builder
- Enclosing class:
- WeaviateProtoSearchGet
public static interface WeaviateProtoSearchGet.NearIMUSearchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetCertainty()optional double certainty = 2;doublegetDistance()optional double distance = 3;StringgetImu()string imu = 1;com.google.protobuf.ByteStringgetImuBytes()string imu = 1;StringgetTargetVectors(int index)repeated string target_vectors = 4;com.google.protobuf.ByteStringgetTargetVectorsBytes(int index)repeated string target_vectors = 4;intgetTargetVectorsCount()repeated string target_vectors = 4;List<String>getTargetVectorsList()repeated string target_vectors = 4;booleanhasCertainty()optional double certainty = 2;booleanhasDistance()optional double distance = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getImu
String getImu()
string imu = 1;- Returns:
- The imu.
-
getImuBytes
com.google.protobuf.ByteString getImuBytes()
string imu = 1;- Returns:
- The bytes for imu.
-
hasCertainty
boolean hasCertainty()
optional double certainty = 2;- Returns:
- Whether the certainty field is set.
-
getCertainty
double getCertainty()
optional double certainty = 2;- Returns:
- The certainty.
-
hasDistance
boolean hasDistance()
optional double distance = 3;- Returns:
- Whether the distance field is set.
-
getDistance
double getDistance()
optional double distance = 3;- Returns:
- The distance.
-
getTargetVectorsList
List<String> getTargetVectorsList()
repeated string target_vectors = 4;- Returns:
- A list containing the targetVectors.
-
getTargetVectorsCount
int getTargetVectorsCount()
repeated string target_vectors = 4;- Returns:
- The count of targetVectors.
-
getTargetVectors
String getTargetVectors(int index)
repeated string target_vectors = 4;- Parameters:
index- The index of the element to return.- Returns:
- The targetVectors at the given index.
-
getTargetVectorsBytes
com.google.protobuf.ByteString getTargetVectorsBytes(int index)
repeated string target_vectors = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the targetVectors at the given index.
-
-