Uses of Class
io.milvus.param.role.SelectGrantForRoleParam
Packages that use SelectGrantForRoleParam
-
Uses of SelectGrantForRoleParam in io.milvus.client
Methods in io.milvus.client with parameters of type SelectGrantForRoleParamModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.selectGrantForRole(SelectGrantForRoleParam requestParam) MilvusClient.selectGrantForRole(SelectGrantForRoleParam requestParam) List a grant info for the role and the specific objectMilvusMultiServiceClient.selectGrantForRole(SelectGrantForRoleParam requestParam) MilvusServiceClient.selectGrantForRole(SelectGrantForRoleParam requestParam) -
Uses of SelectGrantForRoleParam in io.milvus.param.role
Methods in io.milvus.param.role that return SelectGrantForRoleParamModifier and TypeMethodDescriptionSelectGrantForRoleParam.Builder.build()Verifies parameters and creates a newSelectGrantForRoleParaminstance.