Interface WeaviateProtoSearchGet.MetadataRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoSearchGet.MetadataRequest,WeaviateProtoSearchGet.MetadataRequest.Builder
- Enclosing class:
- WeaviateProtoSearchGet
public static interface WeaviateProtoSearchGet.MetadataRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetCertainty()bool certainty = 6;booleangetCreationTimeUnix()bool creation_time_unix = 3;booleangetDistance()bool distance = 5;booleangetExplainScore()bool explain_score = 8;booleangetIsConsistent()bool is_consistent = 9;booleangetLastUpdateTimeUnix()bool last_update_time_unix = 4;booleangetScore()bool score = 7;booleangetUuid()bool uuid = 1;booleangetVector()bool vector = 2;StringgetVectors(int index)repeated string vectors = 10;com.google.protobuf.ByteStringgetVectorsBytes(int index)repeated string vectors = 10;intgetVectorsCount()repeated string vectors = 10;List<String>getVectorsList()repeated string vectors = 10;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUuid
boolean getUuid()
bool uuid = 1;- Returns:
- The uuid.
-
getVector
boolean getVector()
bool vector = 2;- Returns:
- The vector.
-
getCreationTimeUnix
boolean getCreationTimeUnix()
bool creation_time_unix = 3;- Returns:
- The creationTimeUnix.
-
getLastUpdateTimeUnix
boolean getLastUpdateTimeUnix()
bool last_update_time_unix = 4;- Returns:
- The lastUpdateTimeUnix.
-
getDistance
boolean getDistance()
bool distance = 5;- Returns:
- The distance.
-
getCertainty
boolean getCertainty()
bool certainty = 6;- Returns:
- The certainty.
-
getScore
boolean getScore()
bool score = 7;- Returns:
- The score.
-
getExplainScore
boolean getExplainScore()
bool explain_score = 8;- Returns:
- The explainScore.
-
getIsConsistent
boolean getIsConsistent()
bool is_consistent = 9;- Returns:
- The isConsistent.
-
getVectorsList
List<String> getVectorsList()
repeated string vectors = 10;- Returns:
- A list containing the vectors.
-
getVectorsCount
int getVectorsCount()
repeated string vectors = 10;- Returns:
- The count of vectors.
-
getVectors
String getVectors(int index)
repeated string vectors = 10;- Parameters:
index- The index of the element to return.- Returns:
- The vectors at the given index.
-
getVectorsBytes
com.google.protobuf.ByteString getVectorsBytes(int index)
repeated string vectors = 10;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the vectors at the given index.
-
-