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
Modifier and TypeMethodDescriptiongetBase().milvus.proto.common.MsgBase base = 1;.milvus.proto.common.MsgBase base = 1;longint64 collectionID = 6;string collectionName = 3;com.google.protobuf.ByteStringstring collectionName = 3;longgetDbID()`schema` is the serialized `schema.CollectionSchema`string db_name = 2;com.google.protobuf.ByteStringstring db_name = 2;longdeprecatedlonggetPartitionIDs(int index) repeated int64 partitionIDs = 11;intrepeated int64 partitionIDs = 11;repeated int64 partitionIDs = 11;string partitionName = 4;com.google.protobuf.ByteStringstring partitionName = 4;getPhysicalChannelNames(int index) repeated string physicalChannelNames = 10;com.google.protobuf.ByteStringgetPhysicalChannelNamesBytes(int index) repeated string physicalChannelNames = 10;intrepeated string physicalChannelNames = 10;repeated string physicalChannelNames = 10;com.google.protobuf.ByteStringbytes schema = 8;getVirtualChannelNames(int index) repeated string virtualChannelNames = 9;com.google.protobuf.ByteStringgetVirtualChannelNamesBytes(int index) repeated string virtualChannelNames = 9;intrepeated string virtualChannelNames = 9;repeated string virtualChannelNames = 9;booleanhasBase().milvus.proto.common.MsgBase base = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
repeated string virtualChannelNames = 9;- Returns:
- A list containing the virtualChannelNames.
-
getVirtualChannelNamesCount
int getVirtualChannelNamesCount()repeated string virtualChannelNames = 9;- Returns:
- The count of virtualChannelNames.
-
getVirtualChannelNames
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
repeated string physicalChannelNames = 10;- Returns:
- A list containing the physicalChannelNames.
-
getPhysicalChannelNamesCount
int getPhysicalChannelNamesCount()repeated string physicalChannelNames = 10;- Returns:
- The count of physicalChannelNames.
-
getPhysicalChannelNames
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
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.
-