public interface GetLoadingProgressRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
MsgBase |
getBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
MsgBaseOrBuilder |
getBaseOrBuilder()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
String |
getCollectionName()
string collection_name = 2; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
string collection_name = 2; |
String |
getPartitionNames(int index)
repeated string partition_names = 3; |
com.google.protobuf.ByteString |
getPartitionNamesBytes(int index)
repeated string partition_names = 3; |
int |
getPartitionNamesCount()
repeated string partition_names = 3; |
List<String> |
getPartitionNamesList()
repeated string partition_names = 3; |
boolean |
hasBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
boolean hasBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1;MsgBase getBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1;MsgBaseOrBuilder getBaseOrBuilder()
Not useful for now
.milvus.proto.common.MsgBase base = 1;String getCollectionName()
string collection_name = 2;com.google.protobuf.ByteString getCollectionNameBytes()
string collection_name = 2;List<String> getPartitionNamesList()
repeated string partition_names = 3;int getPartitionNamesCount()
repeated string partition_names = 3;String getPartitionNames(int index)
repeated string partition_names = 3;index - The index of the element to return.com.google.protobuf.ByteString getPartitionNamesBytes(int index)
repeated string partition_names = 3;index - The index of the value to return.Copyright © 2023. All rights reserved.