Uses of Class
io.milvus.grpc.ObjectType
-
Packages that use ObjectType Package Description io.milvus.grpc -
-
Uses of ObjectType in io.milvus.grpc
Methods in io.milvus.grpc that return ObjectType Modifier and Type Method Description static ObjectTypeObjectType. forNumber(int value)ObjectTypePrivilegeExt.Builder. getObjectType().milvus.proto.common.ObjectType object_type = 1;ObjectTypePrivilegeExt. getObjectType().milvus.proto.common.ObjectType object_type = 1;ObjectTypePrivilegeExtOrBuilder. 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 ObjectTypeObjectType. valueOf(String name)Returns 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 ObjectType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ObjectType>ObjectType. internalGetValueMap()Methods in io.milvus.grpc with parameters of type ObjectType Modifier and Type Method Description PrivilegeExt.BuilderPrivilegeExt.Builder. setObjectType(ObjectType value).milvus.proto.common.ObjectType object_type = 1;
-