Uses of Enum
io.milvus.grpc.DslType
Packages that use DslType
-
Uses of DslType in io.milvus.grpc
Methods in io.milvus.grpc that return DslTypeModifier and TypeMethodDescriptionstatic DslTypeDslType.forNumber(int value) SearchRequest.Builder.getDslType()mustSearchRequest.getDslType()mustSearchRequestOrBuilder.getDslType()mustSubSearchRequest.Builder.getDslType()mustSubSearchRequest.getDslType()mustSubSearchRequestOrBuilder.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 DslTypeReturns 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 DslTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DslType> DslType.internalGetValueMap()Methods in io.milvus.grpc with parameters of type DslTypeModifier and TypeMethodDescriptionSearchRequest.Builder.setDslType(DslType value) mustSubSearchRequest.Builder.setDslType(DslType value) must