Package io.milvus.grpc
Interface IndexParamOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IndexParam,IndexParam.Builder
public interface IndexParamOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexgetIndex().milvus.grpc.Index index = 3;IndexOrBuildergetIndexOrBuilder().milvus.grpc.Index index = 3;StatusgetStatus().milvus.grpc.Status status = 1;StatusOrBuildergetStatusOrBuilder().milvus.grpc.Status status = 1;StringgetTableName()string table_name = 2;com.google.protobuf.ByteStringgetTableNameBytes()string table_name = 2;booleanhasIndex().milvus.grpc.Index index = 3;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;
-
getTableName
String getTableName()
string table_name = 2;- Returns:
- The tableName.
-
getTableNameBytes
com.google.protobuf.ByteString getTableNameBytes()
string table_name = 2;- Returns:
- The bytes for tableName.
-
hasIndex
boolean hasIndex()
.milvus.grpc.Index index = 3;- Returns:
- Whether the index field is set.
-
getIndex
Index getIndex()
.milvus.grpc.Index index = 3;- Returns:
- The index.
-
getIndexOrBuilder
IndexOrBuilder getIndexOrBuilder()
.milvus.grpc.Index index = 3;
-
-