Uses of Enum
io.milvus.grpc.ObjectType
Packages that use ObjectType
-
Uses of ObjectType in io.milvus.grpc
Methods in io.milvus.grpc that return ObjectTypeModifier and TypeMethodDescriptionstatic ObjectTypeObjectType.forNumber(int value) PrivilegeExt.Builder.getObjectType().milvus.proto.common.ObjectType object_type = 1;PrivilegeExt.getObjectType().milvus.proto.common.ObjectType object_type = 1;PrivilegeExtOrBuilder.getObjectType().milvus.proto.common.ObjectType object_type = 1;static ObjectTypeObjectType.valueOf(int value) Deprecated.static ObjectTypeObjectType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ObjectTypeReturns the enum constant of this type with the specified name.static ObjectType[]ObjectType.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 ObjectTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ObjectType> ObjectType.internalGetValueMap()Methods in io.milvus.grpc with parameters of type ObjectTypeModifier and TypeMethodDescriptionPrivilegeExt.Builder.setObjectType(ObjectType value) .milvus.proto.common.ObjectType object_type = 1;