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 StringgetTableNameArray(int index)repeated string table_name_array = 1;com.google.protobuf.ByteStringgetTableNameArrayBytes(int index)repeated string table_name_array = 1;intgetTableNameArrayCount()repeated string table_name_array = 1;List<String>getTableNameArrayList()repeated string table_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
-
getTableNameArrayList
List<String> getTableNameArrayList()
repeated string table_name_array = 1;- Returns:
- A list containing the tableNameArray.
-
getTableNameArrayCount
int getTableNameArrayCount()
repeated string table_name_array = 1;- Returns:
- The count of tableNameArray.
-
getTableNameArray
String getTableNameArray(int index)
repeated string table_name_array = 1;- Parameters:
index- The index of the element to return.- Returns:
- The tableNameArray at the given index.
-
getTableNameArrayBytes
com.google.protobuf.ByteString getTableNameArrayBytes(int index)
repeated string table_name_array = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tableNameArray at the given index.
-
-