Package io.milvus.grpc
Interface SearchByIDParamOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchByIDParam,SearchByIDParam.Builder
public interface SearchByIDParamOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyValuePairgetExtraParams(int index)repeated .milvus.grpc.KeyValuePair extra_params = 5;intgetExtraParamsCount()repeated .milvus.grpc.KeyValuePair extra_params = 5;List<KeyValuePair>getExtraParamsList()repeated .milvus.grpc.KeyValuePair extra_params = 5;KeyValuePairOrBuildergetExtraParamsOrBuilder(int index)repeated .milvus.grpc.KeyValuePair extra_params = 5;List<? extends KeyValuePairOrBuilder>getExtraParamsOrBuilderList()repeated .milvus.grpc.KeyValuePair extra_params = 5;longgetId()int64 id = 3;StringgetPartitionTagArray(int index)repeated string partition_tag_array = 2;com.google.protobuf.ByteStringgetPartitionTagArrayBytes(int index)repeated string partition_tag_array = 2;intgetPartitionTagArrayCount()repeated string partition_tag_array = 2;List<String>getPartitionTagArrayList()repeated string partition_tag_array = 2;StringgetTableName()string table_name = 1;com.google.protobuf.ByteStringgetTableNameBytes()string table_name = 1;longgetTopk()int64 topk = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTableName
String getTableName()
string table_name = 1;- Returns:
- The tableName.
-
getTableNameBytes
com.google.protobuf.ByteString getTableNameBytes()
string table_name = 1;- Returns:
- The bytes for tableName.
-
getPartitionTagArrayList
List<String> getPartitionTagArrayList()
repeated string partition_tag_array = 2;- Returns:
- A list containing the partitionTagArray.
-
getPartitionTagArrayCount
int getPartitionTagArrayCount()
repeated string partition_tag_array = 2;- Returns:
- The count of partitionTagArray.
-
getPartitionTagArray
String getPartitionTagArray(int index)
repeated string partition_tag_array = 2;- Parameters:
index- The index of the element to return.- Returns:
- The partitionTagArray at the given index.
-
getPartitionTagArrayBytes
com.google.protobuf.ByteString getPartitionTagArrayBytes(int index)
repeated string partition_tag_array = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the partitionTagArray at the given index.
-
getId
long getId()
int64 id = 3;- Returns:
- The id.
-
getTopk
long getTopk()
int64 topk = 4;- Returns:
- The topk.
-
getExtraParamsList
List<KeyValuePair> getExtraParamsList()
repeated .milvus.grpc.KeyValuePair extra_params = 5;
-
getExtraParams
KeyValuePair getExtraParams(int index)
repeated .milvus.grpc.KeyValuePair extra_params = 5;
-
getExtraParamsCount
int getExtraParamsCount()
repeated .milvus.grpc.KeyValuePair extra_params = 5;
-
getExtraParamsOrBuilderList
List<? extends KeyValuePairOrBuilder> getExtraParamsOrBuilderList()
repeated .milvus.grpc.KeyValuePair extra_params = 5;
-
getExtraParamsOrBuilder
KeyValuePairOrBuilder getExtraParamsOrBuilder(int index)
repeated .milvus.grpc.KeyValuePair extra_params = 5;
-
-