Package io.milvus.grpc
Interface TableNameListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TableNameList,TableNameList.Builder
public interface TableNameListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatusgetStatus().milvus.grpc.Status status = 1;StatusOrBuildergetStatusOrBuilder().milvus.grpc.Status status = 1;StringgetTableNames(int index)repeated string table_names = 2;com.google.protobuf.ByteStringgetTableNamesBytes(int index)repeated string table_names = 2;intgetTableNamesCount()repeated string table_names = 2;List<String>getTableNamesList()repeated string table_names = 2;booleanhasStatus().milvus.grpc.Status status = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStatus
boolean hasStatus()
.milvus.grpc.Status status = 1;- Returns:
- Whether the status field is set.
-
getStatus
Status getStatus()
.milvus.grpc.Status status = 1;- Returns:
- The status.
-
getStatusOrBuilder
StatusOrBuilder getStatusOrBuilder()
.milvus.grpc.Status status = 1;
-
getTableNamesList
List<String> getTableNamesList()
repeated string table_names = 2;- Returns:
- A list containing the tableNames.
-
getTableNamesCount
int getTableNamesCount()
repeated string table_names = 2;- Returns:
- The count of tableNames.
-
getTableNames
String getTableNames(int index)
repeated string table_names = 2;- Parameters:
index- The index of the element to return.- Returns:
- The tableNames at the given index.
-
getTableNamesBytes
com.google.protobuf.ByteString getTableNamesBytes(int index)
repeated string table_names = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tableNames at the given index.
-
-