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
Modifier and TypeMethodDescriptionbooleanbool certainty = 6;booleanbool creation_time_unix = 3;booleanbool distance = 5;booleanbool explain_score = 8;booleanbool is_consistent = 9;booleanbool last_update_time_unix = 4;booleangetScore()bool score = 7;booleangetUuid()bool uuid = 1;booleanbool vector = 2;getVectors(int index) repeated string vectors = 10;com.google.protobuf.ByteStringgetVectorsBytes(int index) repeated string vectors = 10;intrepeated string vectors = 10;repeated string vectors = 10;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
repeated string vectors = 10;- Returns:
- A list containing the vectors.
-
getVectorsCount
int getVectorsCount()repeated string vectors = 10;- Returns:
- The count of vectors.
-
getVectors
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.
-