Uses of Class
io.milvus.grpc.PlaceholderType
-
Packages that use PlaceholderType Package Description io.milvus.grpc -
-
Uses of PlaceholderType in io.milvus.grpc
Methods in io.milvus.grpc that return PlaceholderType Modifier and Type Method Description static PlaceholderTypePlaceholderType. forNumber(int value)PlaceholderTypePlaceholderValue.Builder. getType().milvus.proto.common.PlaceholderType type = 2;PlaceholderTypePlaceholderValue. getType().milvus.proto.common.PlaceholderType type = 2;PlaceholderTypePlaceholderValueOrBuilder. getType().milvus.proto.common.PlaceholderType type = 2;static PlaceholderTypePlaceholderType. valueOf(int value)Deprecated.static PlaceholderTypePlaceholderType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PlaceholderTypePlaceholderType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlaceholderType[]PlaceholderType. 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 PlaceholderType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PlaceholderType>PlaceholderType. internalGetValueMap()Methods in io.milvus.grpc with parameters of type PlaceholderType Modifier and Type Method Description PlaceholderValue.BuilderPlaceholderValue.Builder. setType(PlaceholderType value).milvus.proto.common.PlaceholderType type = 2;
-