Interface WeaviateProtoSearchGet.RerankOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoSearchGet.Rerank,WeaviateProtoSearchGet.Rerank.Builder
- Enclosing class:
- WeaviateProtoSearchGet
public static interface WeaviateProtoSearchGet.RerankOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getProperty
String getProperty()string property = 1;- Returns:
- The property.
-
getPropertyBytes
com.google.protobuf.ByteString getPropertyBytes()string property = 1;- Returns:
- The bytes for property.
-
hasQuery
boolean hasQuery()optional string query = 2;- Returns:
- Whether the query field is set.
-
getQuery
String getQuery()optional string query = 2;- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()optional string query = 2;- Returns:
- The bytes for query.
-