Package io.dingodb.common
Interface Common.BuildDiskAnnParamOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.BuildDiskAnnParam,Common.BuildDiskAnnParam.Builder
- Enclosing class:
- Common
public static interface Common.BuildDiskAnnParamOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getForceToBuildIfExist
boolean getForceToBuildIfExist()this parameter is deprecated. If you want to rebuild, use index.proto VectorReset Rpc . [deprecated] if true, force to build even if file already exist. default is false.
bool force_to_build_if_exist = 1;- Returns:
- The forceToBuildIfExist.
-