Uses of Class
io.milvus.param.role.GrantRolePrivilegeParam
Packages that use GrantRolePrivilegeParam
-
Uses of GrantRolePrivilegeParam in io.milvus.client
Methods in io.milvus.client with parameters of type GrantRolePrivilegeParamModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.grantRolePrivilege(GrantRolePrivilegeParam requestParam) MilvusClient.grantRolePrivilege(GrantRolePrivilegeParam requestParam) Grant Role Privilege.MilvusMultiServiceClient.grantRolePrivilege(GrantRolePrivilegeParam requestParam) MilvusServiceClient.grantRolePrivilege(GrantRolePrivilegeParam requestParam) -
Uses of GrantRolePrivilegeParam in io.milvus.param.role
Methods in io.milvus.param.role that return GrantRolePrivilegeParamModifier and TypeMethodDescriptionGrantRolePrivilegeParam.Builder.build()Verifies parameters and creates a newGrantRolePrivilegeParaminstance.