Uses of Class
io.milvus.grpc.StateCode
-
Packages that use StateCode Package Description io.milvus.grpc -
-
Uses of StateCode in io.milvus.grpc
Methods in io.milvus.grpc that return StateCode Modifier and Type Method Description static StateCodeStateCode. forNumber(int value)StateCodeComponentInfo.Builder. getStateCode().milvus.proto.common.StateCode state_code = 3;StateCodeComponentInfo. getStateCode().milvus.proto.common.StateCode state_code = 3;StateCodeComponentInfoOrBuilder. getStateCode().milvus.proto.common.StateCode state_code = 3;static StateCodeStateCode. valueOf(int value)Deprecated.static StateCodeStateCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static StateCodeStateCode. valueOf(String name)Returns the enum constant of this type with the specified name.static StateCode[]StateCode. 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 StateCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<StateCode>StateCode. internalGetValueMap()Methods in io.milvus.grpc with parameters of type StateCode Modifier and Type Method Description ComponentInfo.BuilderComponentInfo.Builder. setStateCode(StateCode value).milvus.proto.common.StateCode state_code = 3;
-