public interface CreatePartitionRequestOrBuilder
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()
The collection name in milvus
string collection_name = 3; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
The collection name in milvus
string collection_name = 3; |
String |
getDbName()
Not useful for now
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
Not useful for now
string db_name = 2; |
String |
getPartitionName()
The partition name you want to create.
|
com.google.protobuf.ByteString |
getPartitionNameBytes()
The partition name you want to create.
|
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 getDbName()
Not useful for now
string db_name = 2;com.google.protobuf.ByteString getDbNameBytes()
Not useful for now
string db_name = 2;String getCollectionName()
The collection name in milvus
string collection_name = 3;com.google.protobuf.ByteString getCollectionNameBytes()
The collection name in milvus
string collection_name = 3;String getPartitionName()
The partition name you want to create.
string partition_name = 4;com.google.protobuf.ByteString getPartitionNameBytes()
The partition name you want to create.
string partition_name = 4;Copyright © 2023. All rights reserved.