Interface WeaviateProtoSearchGet.NearTextSearch.MoveOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoSearchGet.NearTextSearch.Move,WeaviateProtoSearchGet.NearTextSearch.Move.Builder
- Enclosing class:
- WeaviateProtoSearchGet.NearTextSearch
public static interface WeaviateProtoSearchGet.NearTextSearch.MoveOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConcepts(int index)repeated string concepts = 2;com.google.protobuf.ByteStringgetConceptsBytes(int index)repeated string concepts = 2;intgetConceptsCount()repeated string concepts = 2;List<String>getConceptsList()repeated string concepts = 2;floatgetForce()float force = 1;StringgetUuids(int index)repeated string uuids = 3;com.google.protobuf.ByteStringgetUuidsBytes(int index)repeated string uuids = 3;intgetUuidsCount()repeated string uuids = 3;List<String>getUuidsList()repeated string uuids = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getForce
float getForce()
float force = 1;- Returns:
- The force.
-
getConceptsList
List<String> getConceptsList()
repeated string concepts = 2;- Returns:
- A list containing the concepts.
-
getConceptsCount
int getConceptsCount()
repeated string concepts = 2;- Returns:
- The count of concepts.
-
getConcepts
String getConcepts(int index)
repeated string concepts = 2;- Parameters:
index- The index of the element to return.- Returns:
- The concepts at the given index.
-
getConceptsBytes
com.google.protobuf.ByteString getConceptsBytes(int index)
repeated string concepts = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the concepts at the given index.
-
getUuidsList
List<String> getUuidsList()
repeated string uuids = 3;- Returns:
- A list containing the uuids.
-
getUuidsCount
int getUuidsCount()
repeated string uuids = 3;- Returns:
- The count of uuids.
-
getUuids
String getUuids(int index)
repeated string uuids = 3;- Parameters:
index- The index of the element to return.- Returns:
- The uuids at the given index.
-
getUuidsBytes
com.google.protobuf.ByteString getUuidsBytes(int index)
repeated string uuids = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the uuids at the given index.
-
-