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 TypeMethodDescriptiongetAnalyzerNames(int index) repeated string analyzer_names = 9;com.google.protobuf.ByteStringgetAnalyzerNamesBytes(int index) repeated string analyzer_names = 9;intrepeated string analyzer_names = 9;repeated string analyzer_names = 9;string analyzer_params = 2;com.google.protobuf.ByteStringstring analyzer_params = 2;getBase().milvus.proto.common.MsgBase base = 1;.milvus.proto.common.MsgBase base = 1;string collection_name = 7;com.google.protobuf.ByteStringstring collection_name = 7;string db_name = 6;com.google.protobuf.ByteStringstring db_name = 6;string field_name = 8;com.google.protobuf.ByteStringstring field_name = 8;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.
-
getDbName
String getDbName()string db_name = 6;- Returns:
- The dbName.
-
getDbNameBytes
com.google.protobuf.ByteString getDbNameBytes()string db_name = 6;- Returns:
- The bytes for dbName.
-
getCollectionName
String getCollectionName()string collection_name = 7;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()string collection_name = 7;- Returns:
- The bytes for collectionName.
-
getFieldName
String getFieldName()string field_name = 8;- Returns:
- The fieldName.
-
getFieldNameBytes
com.google.protobuf.ByteString getFieldNameBytes()string field_name = 8;- Returns:
- The bytes for fieldName.
-
getAnalyzerNamesList
repeated string analyzer_names = 9;- Returns:
- A list containing the analyzerNames.
-
getAnalyzerNamesCount
int getAnalyzerNamesCount()repeated string analyzer_names = 9;- Returns:
- The count of analyzerNames.
-
getAnalyzerNames
repeated string analyzer_names = 9;- Parameters:
index- The index of the element to return.- Returns:
- The analyzerNames at the given index.
-
getAnalyzerNamesBytes
com.google.protobuf.ByteString getAnalyzerNamesBytes(int index) repeated string analyzer_names = 9;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the analyzerNames at the given index.
-