Package milvus.proto.msg
Interface Msg.CreateCollectionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Msg.CreateCollectionRequest,Msg.CreateCollectionRequest.Builder
- Enclosing class:
- Msg
public static interface Msg.CreateCollectionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MsgBasegetBase().milvus.proto.common.MsgBase base = 1;MsgBaseOrBuildergetBaseOrBuilder().milvus.proto.common.MsgBase base = 1;longgetCollectionID()int64 collectionID = 6;StringgetCollectionName()string collectionName = 3;com.google.protobuf.ByteStringgetCollectionNameBytes()string collectionName = 3;longgetDbID()`schema` is the serialized `schema.CollectionSchema`StringgetDbName()string db_name = 2;com.google.protobuf.ByteStringgetDbNameBytes()string db_name = 2;longgetPartitionID()deprecatedlonggetPartitionIDs(int index)repeated int64 partitionIDs = 11;intgetPartitionIDsCount()repeated int64 partitionIDs = 11;List<Long>getPartitionIDsList()repeated int64 partitionIDs = 11;StringgetPartitionName()string partitionName = 4;com.google.protobuf.ByteStringgetPartitionNameBytes()string partitionName = 4;StringgetPhysicalChannelNames(int index)repeated string physicalChannelNames = 10;com.google.protobuf.ByteStringgetPhysicalChannelNamesBytes(int index)repeated string physicalChannelNames = 10;intgetPhysicalChannelNamesCount()repeated string physicalChannelNames = 10;List<String>getPhysicalChannelNamesList()repeated string physicalChannelNames = 10;com.google.protobuf.ByteStringgetSchema()bytes schema = 8;StringgetVirtualChannelNames(int index)repeated string virtualChannelNames = 9;com.google.protobuf.ByteStringgetVirtualChannelNamesBytes(int index)repeated string virtualChannelNames = 9;intgetVirtualChannelNamesCount()repeated string virtualChannelNames = 9;List<String>getVirtualChannelNamesList()repeated string virtualChannelNames = 9;booleanhasBase().milvus.proto.common.MsgBase base = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBase
boolean hasBase()
.milvus.proto.common.MsgBase base = 1;- Returns:
- Whether the base field is set.
-
getBase
MsgBase getBase()
.milvus.proto.common.MsgBase base = 1;- Returns:
- The base.
-
getBaseOrBuilder
MsgBaseOrBuilder getBaseOrBuilder()
.milvus.proto.common.MsgBase base = 1;
-
getDbName
String getDbName()
string db_name = 2;- Returns:
- The dbName.
-
getDbNameBytes
com.google.protobuf.ByteString getDbNameBytes()
string db_name = 2;- Returns:
- The bytes for dbName.
-
getCollectionName
String getCollectionName()
string collectionName = 3;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()
string collectionName = 3;- Returns:
- The bytes for collectionName.
-
getPartitionName
String getPartitionName()
string partitionName = 4;- Returns:
- The partitionName.
-
getPartitionNameBytes
com.google.protobuf.ByteString getPartitionNameBytes()
string partitionName = 4;- Returns:
- The bytes for partitionName.
-
getDbID
long getDbID()
`schema` is the serialized `schema.CollectionSchema`
int64 dbID = 5;- Returns:
- The dbID.
-
getCollectionID
long getCollectionID()
int64 collectionID = 6;- Returns:
- The collectionID.
-
getPartitionID
long getPartitionID()
deprecated
int64 partitionID = 7;- Returns:
- The partitionID.
-
getSchema
com.google.protobuf.ByteString getSchema()
bytes schema = 8;- Returns:
- The schema.
-
getVirtualChannelNamesList
List<String> getVirtualChannelNamesList()
repeated string virtualChannelNames = 9;- Returns:
- A list containing the virtualChannelNames.
-
getVirtualChannelNamesCount
int getVirtualChannelNamesCount()
repeated string virtualChannelNames = 9;- Returns:
- The count of virtualChannelNames.
-
getVirtualChannelNames
String getVirtualChannelNames(int index)
repeated string virtualChannelNames = 9;- Parameters:
index- The index of the element to return.- Returns:
- The virtualChannelNames at the given index.
-
getVirtualChannelNamesBytes
com.google.protobuf.ByteString getVirtualChannelNamesBytes(int index)
repeated string virtualChannelNames = 9;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the virtualChannelNames at the given index.
-
getPhysicalChannelNamesList
List<String> getPhysicalChannelNamesList()
repeated string physicalChannelNames = 10;- Returns:
- A list containing the physicalChannelNames.
-
getPhysicalChannelNamesCount
int getPhysicalChannelNamesCount()
repeated string physicalChannelNames = 10;- Returns:
- The count of physicalChannelNames.
-
getPhysicalChannelNames
String getPhysicalChannelNames(int index)
repeated string physicalChannelNames = 10;- Parameters:
index- The index of the element to return.- Returns:
- The physicalChannelNames at the given index.
-
getPhysicalChannelNamesBytes
com.google.protobuf.ByteString getPhysicalChannelNamesBytes(int index)
repeated string physicalChannelNames = 10;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the physicalChannelNames at the given index.
-
getPartitionIDsList
List<Long> getPartitionIDsList()
repeated int64 partitionIDs = 11;- Returns:
- A list containing the partitionIDs.
-
getPartitionIDsCount
int getPartitionIDsCount()
repeated int64 partitionIDs = 11;- Returns:
- The count of partitionIDs.
-
getPartitionIDs
long getPartitionIDs(int index)
repeated int64 partitionIDs = 11;- Parameters:
index- The index of the element to return.- Returns:
- The partitionIDs at the given index.
-
-