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 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.
-
-