Package io.milvus.grpc
Interface ImportRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportRequest,ImportRequest.Builder
public interface ImportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChannelNames(int index) channel names for the collectioncom.google.protobuf.ByteStringgetChannelNamesBytes(int index) channel names for the collectionintchannel names for the collectionchannel names for the collectioncom.google.protobuf.ByteStringserialized `schema.ClusteringInfo`target collectioncom.google.protobuf.ByteStringtarget collectiontarget databasecom.google.protobuf.ByteStringtarget databasegetFiles(int index) file paths to be importedcom.google.protobuf.ByteStringgetFilesBytes(int index) file paths to be importedintfile paths to be importedfile paths to be importedgetOptions(int index) import options, bucket, etc.intimport options, bucket, etc.import options, bucket, etc.getOptionsOrBuilder(int index) import options, bucket, etc.List<? extends KeyValuePairOrBuilder> import options, bucket, etc.target partitioncom.google.protobuf.ByteStringtarget partitionbooleanthe file is row-based or column-basedMethods 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
-
getCollectionName
String getCollectionName()target collection
string collection_name = 1;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()target collection
string collection_name = 1;- Returns:
- The bytes for collectionName.
-
getPartitionName
String getPartitionName()target partition
string partition_name = 2;- Returns:
- The partitionName.
-
getPartitionNameBytes
com.google.protobuf.ByteString getPartitionNameBytes()target partition
string partition_name = 2;- Returns:
- The bytes for partitionName.
-
getChannelNamesList
channel names for the collection
repeated string channel_names = 3;- Returns:
- A list containing the channelNames.
-
getChannelNamesCount
int getChannelNamesCount()channel names for the collection
repeated string channel_names = 3;- Returns:
- The count of channelNames.
-
getChannelNames
channel names for the collection
repeated string channel_names = 3;- Parameters:
index- The index of the element to return.- Returns:
- The channelNames at the given index.
-
getChannelNamesBytes
com.google.protobuf.ByteString getChannelNamesBytes(int index) channel names for the collection
repeated string channel_names = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the channelNames at the given index.
-
getRowBased
boolean getRowBased()the file is row-based or column-based
bool row_based = 4;- Returns:
- The rowBased.
-
getFilesList
file paths to be imported
repeated string files = 5;- Returns:
- A list containing the files.
-
getFilesCount
int getFilesCount()file paths to be imported
repeated string files = 5;- Returns:
- The count of files.
-
getFiles
file paths to be imported
repeated string files = 5;- Parameters:
index- The index of the element to return.- Returns:
- The files at the given index.
-
getFilesBytes
com.google.protobuf.ByteString getFilesBytes(int index) file paths to be imported
repeated string files = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the files at the given index.
-
getOptionsList
List<KeyValuePair> getOptionsList()import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6; -
getOptions
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6; -
getOptionsCount
int getOptionsCount()import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6; -
getOptionsOrBuilderList
List<? extends KeyValuePairOrBuilder> getOptionsOrBuilderList()import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6; -
getOptionsOrBuilder
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6; -
getDbName
String getDbName()target database
string db_name = 7;- Returns:
- The dbName.
-
getDbNameBytes
com.google.protobuf.ByteString getDbNameBytes()target database
string db_name = 7;- Returns:
- The bytes for dbName.
-
getClusteringInfo
com.google.protobuf.ByteString getClusteringInfo()serialized `schema.ClusteringInfo`
bytes clustering_info = 8;- Returns:
- The clusteringInfo.
-