Uses of Class
io.milvus.param.role.GrantRolePrivilegeParam
-
Packages that use GrantRolePrivilegeParam Package Description io.milvus.client io.milvus.param.role -
-
Uses of GrantRolePrivilegeParam in io.milvus.client
Methods in io.milvus.client with parameters of type GrantRolePrivilegeParam Modifier and Type Method Description R<RpcStatus>AbstractMilvusGrpcClient. grantRolePrivilege(GrantRolePrivilegeParam requestParam)R<RpcStatus>MilvusClient. grantRolePrivilege(GrantRolePrivilegeParam requestParam)Grant Role Privilege.R<RpcStatus>MilvusMultiServiceClient. grantRolePrivilege(GrantRolePrivilegeParam requestParam) -
Uses of GrantRolePrivilegeParam in io.milvus.param.role
Methods in io.milvus.param.role that return GrantRolePrivilegeParam Modifier and Type Method Description GrantRolePrivilegeParamGrantRolePrivilegeParam.Builder. build()Verifies parameters and creates a newGrantRolePrivilegeParaminstance.
-