Package milvus.proto.msg
Interface Msg.InsertRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Msg.InsertRequest,Msg.InsertRequest.Builder
- Enclosing class:
Msg
public static interface Msg.InsertRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBase().milvus.proto.common.MsgBase base = 1;.milvus.proto.common.MsgBase base = 1;longint64 collectionID = 7;string collection_name = 4;com.google.protobuf.ByteStringstring collection_name = 4;longgetDbID()int64 dbID = 6;string db_name = 3;com.google.protobuf.ByteStringstring db_name = 3;getFieldsData(int index) repeated .milvus.proto.schema.FieldData fields_data = 13;intrepeated .milvus.proto.schema.FieldData fields_data = 13;repeated .milvus.proto.schema.FieldData fields_data = 13;getFieldsDataOrBuilder(int index) repeated .milvus.proto.schema.FieldData fields_data = 13;List<? extends FieldDataOrBuilder> repeated .milvus.proto.schema.FieldData fields_data = 13;longuint64 num_rows = 14;longint64 partitionID = 8;string partition_name = 5;com.google.protobuf.ByteStringstring partition_name = 5;getRowData(int index) row_data was reserved for compatibilityintrow_data was reserved for compatibilityrow_data was reserved for compatibilitygetRowDataOrBuilder(int index) row_data was reserved for compatibilityList<? extends BlobOrBuilder> row_data was reserved for compatibilitylonggetRowIDs(int index) repeated int64 rowIDs = 11;intrepeated int64 rowIDs = 11;repeated int64 rowIDs = 11;longint64 segmentID = 9;string shardName = 2;com.google.protobuf.ByteStringstring shardName = 2;longgetTimestamps(int index) repeated uint64 timestamps = 10;intrepeated uint64 timestamps = 10;repeated uint64 timestamps = 10;.milvus.proto.msg.InsertDataVersion version = 15;int.milvus.proto.msg.InsertDataVersion version = 15;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; -
getShardName
String getShardName()string shardName = 2;- Returns:
- The shardName.
-
getShardNameBytes
com.google.protobuf.ByteString getShardNameBytes()string shardName = 2;- Returns:
- The bytes for shardName.
-
getDbName
String getDbName()string db_name = 3;- Returns:
- The dbName.
-
getDbNameBytes
com.google.protobuf.ByteString getDbNameBytes()string db_name = 3;- Returns:
- The bytes for dbName.
-
getCollectionName
String getCollectionName()string collection_name = 4;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()string collection_name = 4;- Returns:
- The bytes for collectionName.
-
getPartitionName
String getPartitionName()string partition_name = 5;- Returns:
- The partitionName.
-
getPartitionNameBytes
com.google.protobuf.ByteString getPartitionNameBytes()string partition_name = 5;- Returns:
- The bytes for partitionName.
-
getDbID
long getDbID()int64 dbID = 6;- Returns:
- The dbID.
-
getCollectionID
long getCollectionID()int64 collectionID = 7;- Returns:
- The collectionID.
-
getPartitionID
long getPartitionID()int64 partitionID = 8;- Returns:
- The partitionID.
-
getSegmentID
long getSegmentID()int64 segmentID = 9;- Returns:
- The segmentID.
-
getTimestampsList
repeated uint64 timestamps = 10;- Returns:
- A list containing the timestamps.
-
getTimestampsCount
int getTimestampsCount()repeated uint64 timestamps = 10;- Returns:
- The count of timestamps.
-
getTimestamps
long getTimestamps(int index) repeated uint64 timestamps = 10;- Parameters:
index- The index of the element to return.- Returns:
- The timestamps at the given index.
-
getRowIDsList
repeated int64 rowIDs = 11;- Returns:
- A list containing the rowIDs.
-
getRowIDsCount
int getRowIDsCount()repeated int64 rowIDs = 11;- Returns:
- The count of rowIDs.
-
getRowIDs
long getRowIDs(int index) repeated int64 rowIDs = 11;- Parameters:
index- The index of the element to return.- Returns:
- The rowIDs at the given index.
-
getRowDataList
row_data was reserved for compatibility
repeated .milvus.proto.common.Blob row_data = 12; -
getRowData
row_data was reserved for compatibility
repeated .milvus.proto.common.Blob row_data = 12; -
getRowDataCount
int getRowDataCount()row_data was reserved for compatibility
repeated .milvus.proto.common.Blob row_data = 12; -
getRowDataOrBuilderList
List<? extends BlobOrBuilder> getRowDataOrBuilderList()row_data was reserved for compatibility
repeated .milvus.proto.common.Blob row_data = 12; -
getRowDataOrBuilder
row_data was reserved for compatibility
repeated .milvus.proto.common.Blob row_data = 12; -
getFieldsDataList
repeated .milvus.proto.schema.FieldData fields_data = 13; -
getFieldsData
repeated .milvus.proto.schema.FieldData fields_data = 13; -
getFieldsDataCount
int getFieldsDataCount()repeated .milvus.proto.schema.FieldData fields_data = 13; -
getFieldsDataOrBuilderList
List<? extends FieldDataOrBuilder> getFieldsDataOrBuilderList()repeated .milvus.proto.schema.FieldData fields_data = 13; -
getFieldsDataOrBuilder
repeated .milvus.proto.schema.FieldData fields_data = 13; -
getNumRows
long getNumRows()uint64 num_rows = 14;- Returns:
- The numRows.
-
getVersionValue
int getVersionValue().milvus.proto.msg.InsertDataVersion version = 15;- Returns:
- The enum numeric value on the wire for version.
-
getVersion
Msg.InsertDataVersion getVersion().milvus.proto.msg.InsertDataVersion version = 15;- Returns:
- The version.
-