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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCollectionName()target collection, list all tasks if the name is emptycom.google.protobuf.ByteStringgetCollectionNameBytes()target collection, list all tasks if the name is emptyStringgetDbName()string db_name = 3;com.google.protobuf.ByteStringgetDbNameBytes()string db_name = 3;longgetLimit()maximum number of tasks returned, list all tasks if the value is 0-
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, 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.
-
-