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 StringgetCollectionName()string collection_name = 2;com.google.protobuf.ByteStringgetCollectionNameBytes()string collection_name = 2;KeyValuePairgetExtraParams(int index)repeated .milvus.grpc.KeyValuePair extra_params = 4;intgetExtraParamsCount()repeated .milvus.grpc.KeyValuePair extra_params = 4;List<KeyValuePair>getExtraParamsList()repeated .milvus.grpc.KeyValuePair extra_params = 4;KeyValuePairOrBuildergetExtraParamsOrBuilder(int index)repeated .milvus.grpc.KeyValuePair extra_params = 4;List<? extends KeyValuePairOrBuilder>getExtraParamsOrBuilderList()repeated .milvus.grpc.KeyValuePair extra_params = 4;intgetIndexType()int32 index_type = 3;StatusgetStatus().milvus.grpc.Status status = 1;StatusOrBuildergetStatusOrBuilder().milvus.grpc.Status status = 1;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;
-
getCollectionName
String getCollectionName()
string collection_name = 2;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()
string collection_name = 2;- Returns:
- The bytes for collectionName.
-
getIndexType
int getIndexType()
int32 index_type = 3;- Returns:
- The indexType.
-
getExtraParamsList
List<KeyValuePair> getExtraParamsList()
repeated .milvus.grpc.KeyValuePair extra_params = 4;
-
getExtraParams
KeyValuePair getExtraParams(int index)
repeated .milvus.grpc.KeyValuePair extra_params = 4;
-
getExtraParamsCount
int getExtraParamsCount()
repeated .milvus.grpc.KeyValuePair extra_params = 4;
-
getExtraParamsOrBuilderList
List<? extends KeyValuePairOrBuilder> getExtraParamsOrBuilderList()
repeated .milvus.grpc.KeyValuePair extra_params = 4;
-
getExtraParamsOrBuilder
KeyValuePairOrBuilder getExtraParamsOrBuilder(int index)
repeated .milvus.grpc.KeyValuePair extra_params = 4;
-
-