Package io.milvus.grpc
Interface PreloadCollectionParamOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PreloadCollectionParam,PreloadCollectionParam.Builder
public interface PreloadCollectionParamOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCollectionName()string collection_name = 1;com.google.protobuf.ByteStringgetCollectionNameBytes()string collection_name = 1;StringgetPartitionTagArray(int index)repeated string partition_tag_array = 2;com.google.protobuf.ByteStringgetPartitionTagArrayBytes(int index)repeated string partition_tag_array = 2;intgetPartitionTagArrayCount()repeated string partition_tag_array = 2;List<String>getPartitionTagArrayList()repeated string partition_tag_array = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCollectionName
String getCollectionName()
string collection_name = 1;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()
string collection_name = 1;- Returns:
- The bytes for collectionName.
-
getPartitionTagArrayList
List<String> getPartitionTagArrayList()
repeated string partition_tag_array = 2;- Returns:
- A list containing the partitionTagArray.
-
getPartitionTagArrayCount
int getPartitionTagArrayCount()
repeated string partition_tag_array = 2;- Returns:
- The count of partitionTagArray.
-
getPartitionTagArray
String getPartitionTagArray(int index)
repeated string partition_tag_array = 2;- Parameters:
index- The index of the element to return.- Returns:
- The partitionTagArray at the given index.
-
getPartitionTagArrayBytes
com.google.protobuf.ByteString getPartitionTagArrayBytes(int index)
repeated string partition_tag_array = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the partitionTagArray at the given index.
-
-