public interface ListImportTasksRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCollectionName()
target collection, list all tasks if the name is empty
string collection_name = 1; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
target collection, list all tasks if the name is empty
string collection_name = 1; |
long |
getLimit()
maximum number of tasks returned, list all tasks if the value is 0
int64 limit = 2; |
String getCollectionName()
target collection, list all tasks if the name is empty
string collection_name = 1;com.google.protobuf.ByteString getCollectionNameBytes()
target collection, list all tasks if the name is empty
string collection_name = 1;long getLimit()
maximum number of tasks returned, list all tasks if the value is 0
int64 limit = 2;Copyright © 2023. All rights reserved.