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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetChannelNames(int index)channel names for the collectioncom.google.protobuf.ByteStringgetChannelNamesBytes(int index)channel names for the collectionintgetChannelNamesCount()channel names for the collectionList<String>getChannelNamesList()channel names for the collectionStringgetCollectionName()target collectioncom.google.protobuf.ByteStringgetCollectionNameBytes()target collectionStringgetDbName()string db_name = 7;com.google.protobuf.ByteStringgetDbNameBytes()string db_name = 7;StringgetFiles(int index)file paths to be importedcom.google.protobuf.ByteStringgetFilesBytes(int index)file paths to be importedintgetFilesCount()file paths to be importedList<String>getFilesList()file paths to be importedKeyValuePairgetOptions(int index)import options, bucket, etc.intgetOptionsCount()import options, bucket, etc.List<KeyValuePair>getOptionsList()import options, bucket, etc.KeyValuePairOrBuildergetOptionsOrBuilder(int index)import options, bucket, etc.List<? extends KeyValuePairOrBuilder>getOptionsOrBuilderList()import options, bucket, etc.StringgetPartitionName()target partitioncom.google.protobuf.ByteStringgetPartitionNameBytes()target partitionbooleangetRowBased()the file is row-based or column-based-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
List<String> 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
String getChannelNames(int index)
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
List<String> 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
String getFiles(int index)
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
KeyValuePair getOptions(int index)
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
KeyValuePairOrBuilder getOptionsOrBuilder(int index)
import options, bucket, etc.
repeated .milvus.proto.common.KeyValuePair options = 6;
-
getDbName
String getDbName()
string db_name = 7;- Returns:
- The dbName.
-
getDbNameBytes
com.google.protobuf.ByteString getDbNameBytes()
string db_name = 7;- Returns:
- The bytes for dbName.
-
-