Package io.milvus.grpc
Interface InsertParamOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InsertParam,InsertParam.Builder
public interface InsertParamOrBuilder 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;StringgetPartitionTag()string partition_tag = 4;com.google.protobuf.ByteStringgetPartitionTagBytes()string partition_tag = 4;longgetRowIdArray(int index)optionalintgetRowIdArrayCount()optionalList<Long>getRowIdArrayList()optionalRowRecordgetRowRecordArray(int index)repeated .milvus.grpc.RowRecord row_record_array = 2;intgetRowRecordArrayCount()repeated .milvus.grpc.RowRecord row_record_array = 2;List<RowRecord>getRowRecordArrayList()repeated .milvus.grpc.RowRecord row_record_array = 2;RowRecordOrBuildergetRowRecordArrayOrBuilder(int index)repeated .milvus.grpc.RowRecord row_record_array = 2;List<? extends RowRecordOrBuilder>getRowRecordArrayOrBuilderList()repeated .milvus.grpc.RowRecord row_record_array = 2;StringgetTableName()string table_name = 1;com.google.protobuf.ByteStringgetTableNameBytes()string table_name = 1;-
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.
-
getRowRecordArrayList
List<RowRecord> getRowRecordArrayList()
repeated .milvus.grpc.RowRecord row_record_array = 2;
-
getRowRecordArray
RowRecord getRowRecordArray(int index)
repeated .milvus.grpc.RowRecord row_record_array = 2;
-
getRowRecordArrayCount
int getRowRecordArrayCount()
repeated .milvus.grpc.RowRecord row_record_array = 2;
-
getRowRecordArrayOrBuilderList
List<? extends RowRecordOrBuilder> getRowRecordArrayOrBuilderList()
repeated .milvus.grpc.RowRecord row_record_array = 2;
-
getRowRecordArrayOrBuilder
RowRecordOrBuilder getRowRecordArrayOrBuilder(int index)
repeated .milvus.grpc.RowRecord row_record_array = 2;
-
getRowIdArrayList
List<Long> getRowIdArrayList()
optional
repeated int64 row_id_array = 3;- Returns:
- A list containing the rowIdArray.
-
getRowIdArrayCount
int getRowIdArrayCount()
optional
repeated int64 row_id_array = 3;- Returns:
- The count of rowIdArray.
-
getRowIdArray
long getRowIdArray(int index)
optional
repeated int64 row_id_array = 3;- Parameters:
index- The index of the element to return.- Returns:
- The rowIdArray at the given index.
-
getPartitionTag
String getPartitionTag()
string partition_tag = 4;- Returns:
- The partitionTag.
-
getPartitionTagBytes
com.google.protobuf.ByteString getPartitionTagBytes()
string partition_tag = 4;- Returns:
- The bytes for partitionTag.
-
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;
-
-