public interface FlushResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsCollSegIDs(String key)
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3; |
Map<String,LongArray> |
getCollSegIDs()
已过时。
|
int |
getCollSegIDsCount()
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3; |
Map<String,LongArray> |
getCollSegIDsMap()
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3; |
LongArray |
getCollSegIDsOrDefault(String key,
LongArray defaultValue)
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3; |
LongArray |
getCollSegIDsOrThrow(String key)
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3; |
String |
getDbName()
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 2; |
Status |
getStatus()
.milvus.proto.common.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
.milvus.proto.common.Status status = 1; |
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;String getDbName()
string db_name = 2;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 2;int getCollSegIDsCount()
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;boolean containsCollSegIDs(String key)
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;@Deprecated Map<String,LongArray> getCollSegIDs()
getCollSegIDsMap() instead.Map<String,LongArray> getCollSegIDsMap()
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;LongArray getCollSegIDsOrDefault(String key, LongArray defaultValue)
map<string, .milvus.proto.schema.LongArray> coll_segIDs = 3;Copyright © 2022. All rights reserved.