Uses of Enum
io.milvus.grpc.StateCode
Packages that use StateCode
-
Uses of StateCode in io.milvus.grpc
Methods in io.milvus.grpc that return StateCodeModifier and TypeMethodDescriptionstatic StateCodeStateCode.forNumber(int value) ComponentInfo.Builder.getStateCode().milvus.proto.common.StateCode state_code = 3;ComponentInfo.getStateCode().milvus.proto.common.StateCode state_code = 3;ComponentInfoOrBuilder.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 StateCodeReturns 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 StateCodeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<StateCode> StateCode.internalGetValueMap()Methods in io.milvus.grpc with parameters of type StateCodeModifier and TypeMethodDescriptionComponentInfo.Builder.setStateCode(StateCode value) .milvus.proto.common.StateCode state_code = 3;