connor
08/05/2022, 8:09 PMreadPermission
is not available with the PermissionsServiceFutureStub
. It looks like the method is available in the PermissionsServiceBlockingStub
.
I suspect this is because the blocking stub returns an Iterator
that under the hood makes more calls to the database as needed. Is there any way to read relationships with a non-blocking API?