Package io.milvus.grpc
Interface RunAnalyzerRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunAnalyzerRequest,RunAnalyzerRequest.Builder
public interface RunAnalyzerRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring analyzer_params = 2;com.google.protobuf.ByteStringstring analyzer_params = 2;getBase().milvus.proto.common.MsgBase base = 1;.milvus.proto.common.MsgBase base = 1;com.google.protobuf.ByteStringgetPlaceholder(int index) repeated bytes placeholder = 3;intrepeated bytes placeholder = 3;List<com.google.protobuf.ByteString> repeated bytes placeholder = 3;booleanbool with_detail = 4;booleanbool with_hash = 5;booleanhasBase().milvus.proto.common.MsgBase base = 1;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
-
hasBase
boolean hasBase().milvus.proto.common.MsgBase base = 1;- Returns:
- Whether the base field is set.
-
getBase
MsgBase getBase().milvus.proto.common.MsgBase base = 1;- Returns:
- The base.
-
getBaseOrBuilder
MsgBaseOrBuilder getBaseOrBuilder().milvus.proto.common.MsgBase base = 1; -
getAnalyzerParams
String getAnalyzerParams()string analyzer_params = 2;- Returns:
- The analyzerParams.
-
getAnalyzerParamsBytes
com.google.protobuf.ByteString getAnalyzerParamsBytes()string analyzer_params = 2;- Returns:
- The bytes for analyzerParams.
-
getPlaceholderList
List<com.google.protobuf.ByteString> getPlaceholderList()repeated bytes placeholder = 3;- Returns:
- A list containing the placeholder.
-
getPlaceholderCount
int getPlaceholderCount()repeated bytes placeholder = 3;- Returns:
- The count of placeholder.
-
getPlaceholder
com.google.protobuf.ByteString getPlaceholder(int index) repeated bytes placeholder = 3;- Parameters:
index- The index of the element to return.- Returns:
- The placeholder at the given index.
-
getWithDetail
boolean getWithDetail()bool with_detail = 4;- Returns:
- The withDetail.
-
getWithHash
boolean getWithHash()bool with_hash = 5;- Returns:
- The withHash.
-