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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MsgBasegetBase().milvus.proto.common.MsgBase base = 1;MsgBaseOrBuildergetBaseOrBuilder().milvus.proto.common.MsgBase base = 1;longgetCollectionID()int64 collectionID = 7;StringgetCollectionName()string collection_name = 4;com.google.protobuf.ByteStringgetCollectionNameBytes()string collection_name = 4;longgetDbID()int64 dbID = 6;StringgetDbName()string db_name = 3;com.google.protobuf.ByteStringgetDbNameBytes()string db_name = 3;FieldDatagetFieldsData(int index)repeated .milvus.proto.schema.FieldData fields_data = 13;intgetFieldsDataCount()repeated .milvus.proto.schema.FieldData fields_data = 13;List<FieldData>getFieldsDataList()repeated .milvus.proto.schema.FieldData fields_data = 13;FieldDataOrBuildergetFieldsDataOrBuilder(int index)repeated .milvus.proto.schema.FieldData fields_data = 13;List<? extends FieldDataOrBuilder>getFieldsDataOrBuilderList()repeated .milvus.proto.schema.FieldData fields_data = 13;longgetNumRows()uint64 num_rows = 14;longgetPartitionID()int64 partitionID = 8;StringgetPartitionName()string partition_name = 5;com.google.protobuf.ByteStringgetPartitionNameBytes()string partition_name = 5;BlobgetRowData(int index)row_data was reserved for compatibilityintgetRowDataCount()row_data was reserved for compatibilityList<Blob>getRowDataList()row_data was reserved for compatibilityBlobOrBuildergetRowDataOrBuilder(int index)row_data was reserved for compatibilityList<? extends BlobOrBuilder>getRowDataOrBuilderList()row_data was reserved for compatibilitylonggetRowIDs(int index)repeated int64 rowIDs = 11;intgetRowIDsCount()repeated int64 rowIDs = 11;List<Long>getRowIDsList()repeated int64 rowIDs = 11;longgetSegmentID()int64 segmentID = 9;StringgetShardName()string shardName = 2;com.google.protobuf.ByteStringgetShardNameBytes()string shardName = 2;longgetTimestamps(int index)repeated uint64 timestamps = 10;intgetTimestampsCount()repeated uint64 timestamps = 10;List<Long>getTimestampsList()repeated uint64 timestamps = 10;Msg.InsertDataVersiongetVersion().milvus.proto.msg.InsertDataVersion version = 15;intgetVersionValue().milvus.proto.msg.InsertDataVersion version = 15;booleanhasBase().milvus.proto.common.MsgBase base = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
List<Long> 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
List<Long> 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
List<Blob> getRowDataList()
row_data was reserved for compatibility
repeated .milvus.proto.common.Blob row_data = 12;
-
getRowData
Blob getRowData(int index)
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
BlobOrBuilder getRowDataOrBuilder(int index)
row_data was reserved for compatibility
repeated .milvus.proto.common.Blob row_data = 12;
-
getFieldsDataList
List<FieldData> getFieldsDataList()
repeated .milvus.proto.schema.FieldData fields_data = 13;
-
getFieldsData
FieldData getFieldsData(int index)
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
FieldDataOrBuilder getFieldsDataOrBuilder(int index)
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.
-
-