Uses of Class
io.milvus.grpc.DslType
-
Packages that use DslType Package Description io.milvus.grpc -
-
Uses of DslType in io.milvus.grpc
Methods in io.milvus.grpc that return DslType Modifier and Type Method Description static DslTypeDslType. forNumber(int value)DslTypeSearchRequest.Builder. getDslType()mustDslTypeSearchRequest. getDslType()mustDslTypeSearchRequestOrBuilder. getDslType()muststatic DslTypeDslType. valueOf(int value)Deprecated.static DslTypeDslType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DslTypeDslType. valueOf(String name)Returns the enum constant of this type with the specified name.static DslType[]DslType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.milvus.grpc that return types with arguments of type DslType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DslType>DslType. internalGetValueMap()Methods in io.milvus.grpc with parameters of type DslType Modifier and Type Method Description SearchRequest.BuilderSearchRequest.Builder. setDslType(DslType value)must
-