Uses of Enum
io.milvus.grpc.FieldState
Packages that use FieldState
-
Uses of FieldState in io.milvus.grpc
Methods in io.milvus.grpc that return FieldStateModifier and TypeMethodDescriptionstatic FieldStateFieldState.forNumber(int value) FieldSchema.Builder.getState()To keep compatible with older version, the defaultFieldSchema.getState()To keep compatible with older version, the defaultFieldSchemaOrBuilder.getState()To keep compatible with older version, the defaultstatic FieldStateFieldState.valueOf(int value) Deprecated.static FieldStateFieldState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static FieldStateReturns the enum constant of this type with the specified name.static FieldState[]FieldState.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 FieldStateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FieldState> FieldState.internalGetValueMap()Methods in io.milvus.grpc with parameters of type FieldStateModifier and TypeMethodDescriptionFieldSchema.Builder.setState(FieldState value) To keep compatible with older version, the default