Package io.milvus.grpc
Interface ListImportTasksRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListImportTasksRequest,ListImportTasksRequest.Builder
public interface ListImportTasksRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiontarget collection, list all tasks if the name is emptycom.google.protobuf.ByteStringtarget collection, list all tasks if the name is emptystring db_name = 3;com.google.protobuf.ByteStringstring db_name = 3;longgetLimit()maximum number of tasks returned, list all tasks if the value is 0Methods 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, list all tasks if the name is empty
string collection_name = 1;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()target collection, list all tasks if the name is empty
string collection_name = 1;- Returns:
- The bytes for collectionName.
-
getLimit
long getLimit()maximum number of tasks returned, list all tasks if the value is 0
int64 limit = 2;- Returns:
- The limit.
-
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.
-