Uses of Class
io.milvus.grpc.ShowType
-
Packages that use ShowType Package Description io.milvus.grpc io.milvus.param.collection -
-
Uses of ShowType in io.milvus.grpc
Methods in io.milvus.grpc that return ShowType Modifier and Type Method Description static ShowTypeShowType. forNumber(int value)Deprecated.ShowTypeShowCollectionsRequest.Builder. getType()Decide return Loaded collections or All collections(Optional)ShowTypeShowCollectionsRequest. getType()Decide return Loaded collections or All collections(Optional)ShowTypeShowCollectionsRequestOrBuilder. getType()Decide return Loaded collections or All collections(Optional)ShowTypeShowPartitionsRequest.Builder. getType()Deprecated.milvus.proto.milvus.ShowPartitionsRequest.type is deprecated.ShowTypeShowPartitionsRequest. getType()Deprecated.milvus.proto.milvus.ShowPartitionsRequest.type is deprecated.ShowTypeShowPartitionsRequestOrBuilder. getType()Deprecated.milvus.proto.milvus.ShowPartitionsRequest.type is deprecated.static ShowTypeShowType. valueOf(int value)Deprecated.static ShowTypeShowType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Deprecated.Returns the enum constant of this type with the specified name.static ShowTypeShowType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static ShowType[]ShowType. values()Deprecated.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 ShowType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ShowType>ShowType. internalGetValueMap()Deprecated.Methods in io.milvus.grpc with parameters of type ShowType Modifier and Type Method Description ShowCollectionsRequest.BuilderShowCollectionsRequest.Builder. setType(ShowType value)Decide return Loaded collections or All collections(Optional)ShowPartitionsRequest.BuilderShowPartitionsRequest.Builder. setType(ShowType value)Deprecated.milvus.proto.milvus.ShowPartitionsRequest.type is deprecated. -
Uses of ShowType in io.milvus.param.collection
Methods in io.milvus.param.collection with parameters of type ShowType Modifier and Type Method Description ShowCollectionsParam.BuilderShowCollectionsParam.Builder. withShowType(ShowType showType)Sets a show type.
-