Uses of Enum
io.milvus.grpc.OperatePrivilegeType
Packages that use OperatePrivilegeType
-
Uses of OperatePrivilegeType in io.milvus.grpc
Methods in io.milvus.grpc that return OperatePrivilegeTypeModifier and TypeMethodDescriptionstatic OperatePrivilegeTypeOperatePrivilegeType.forNumber(int value) OperatePrivilegeRequest.Builder.getType()operation typeOperatePrivilegeRequest.getType()operation typeOperatePrivilegeRequestOrBuilder.getType()operation typeOperatePrivilegeV2Request.Builder.getType()operation typeOperatePrivilegeV2Request.getType()operation typeOperatePrivilegeV2RequestOrBuilder.getType()operation typestatic OperatePrivilegeTypeOperatePrivilegeType.valueOf(int value) Deprecated.static OperatePrivilegeTypeOperatePrivilegeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static OperatePrivilegeTypeReturns the enum constant of this type with the specified name.static OperatePrivilegeType[]OperatePrivilegeType.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 OperatePrivilegeTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<OperatePrivilegeType> OperatePrivilegeType.internalGetValueMap()Methods in io.milvus.grpc with parameters of type OperatePrivilegeTypeModifier and TypeMethodDescriptionOperatePrivilegeRequest.Builder.setType(OperatePrivilegeType value) operation typeOperatePrivilegeV2Request.Builder.setType(OperatePrivilegeType value) operation type