public interface ListImportTasksResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Status |
getStatus()
.milvus.proto.common.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
.milvus.proto.common.Status status = 1; |
GetImportStateResponse |
getTasks(int index)
list of all import tasks
repeated .milvus.proto.milvus.GetImportStateResponse tasks = 2; |
int |
getTasksCount()
list of all import tasks
repeated .milvus.proto.milvus.GetImportStateResponse tasks = 2; |
List<GetImportStateResponse> |
getTasksList()
list of all import tasks
repeated .milvus.proto.milvus.GetImportStateResponse tasks = 2; |
GetImportStateResponseOrBuilder |
getTasksOrBuilder(int index)
list of all import tasks
repeated .milvus.proto.milvus.GetImportStateResponse tasks = 2; |
List<? extends GetImportStateResponseOrBuilder> |
getTasksOrBuilderList()
list of all import tasks
repeated .milvus.proto.milvus.GetImportStateResponse tasks = 2; |
boolean |
hasStatus()
.milvus.proto.common.Status status = 1; |
boolean hasStatus()
.milvus.proto.common.Status status = 1;Status getStatus()
.milvus.proto.common.Status status = 1;StatusOrBuilder getStatusOrBuilder()
.milvus.proto.common.Status status = 1;List<GetImportStateResponse> getTasksList()
list of all import tasks
repeated .milvus.proto.milvus.GetImportStateResponse tasks = 2;GetImportStateResponse getTasks(int index)
list of all import tasks
repeated .milvus.proto.milvus.GetImportStateResponse tasks = 2;int getTasksCount()
list of all import tasks
repeated .milvus.proto.milvus.GetImportStateResponse tasks = 2;List<? extends GetImportStateResponseOrBuilder> getTasksOrBuilderList()
list of all import tasks
repeated .milvus.proto.milvus.GetImportStateResponse tasks = 2;GetImportStateResponseOrBuilder getTasksOrBuilder(int index)
list of all import tasks
repeated .milvus.proto.milvus.GetImportStateResponse tasks = 2;Copyright © 2023. All rights reserved.