Package io.milvus.grpc
Interface FlushParamOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlushParam,FlushParam.Builder
public interface FlushParamOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCollectionNameArray(int index)repeated string collection_name_array = 1;com.google.protobuf.ByteStringgetCollectionNameArrayBytes(int index)repeated string collection_name_array = 1;intgetCollectionNameArrayCount()repeated string collection_name_array = 1;List<String>getCollectionNameArrayList()repeated string collection_name_array = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCollectionNameArrayList
List<String> getCollectionNameArrayList()
repeated string collection_name_array = 1;- Returns:
- A list containing the collectionNameArray.
-
getCollectionNameArrayCount
int getCollectionNameArrayCount()
repeated string collection_name_array = 1;- Returns:
- The count of collectionNameArray.
-
getCollectionNameArray
String getCollectionNameArray(int index)
repeated string collection_name_array = 1;- Parameters:
index- The index of the element to return.- Returns:
- The collectionNameArray at the given index.
-
getCollectionNameArrayBytes
com.google.protobuf.ByteString getCollectionNameArrayBytes(int index)
repeated string collection_name_array = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the collectionNameArray at the given index.
-
-