Uses of Class
io.milvus.param.role.SelectGrantForRoleParam
-
Packages that use SelectGrantForRoleParam Package Description io.milvus.client io.milvus.param.role -
-
Uses of SelectGrantForRoleParam in io.milvus.client
Methods in io.milvus.client with parameters of type SelectGrantForRoleParam Modifier and Type Method Description R<SelectGrantResponse>AbstractMilvusGrpcClient. selectGrantForRole(SelectGrantForRoleParam requestParam)R<SelectGrantResponse>MilvusClient. selectGrantForRole(SelectGrantForRoleParam requestParam)List a grant info for the role and the specific objectR<SelectGrantResponse>MilvusMultiServiceClient. selectGrantForRole(SelectGrantForRoleParam requestParam) -
Uses of SelectGrantForRoleParam in io.milvus.param.role
Methods in io.milvus.param.role that return SelectGrantForRoleParam Modifier and Type Method Description SelectGrantForRoleParamSelectGrantForRoleParam.Builder. build()Verifies parameters and creates a newSelectGrantForRoleParaminstance.
-