listAllProjectGrants method

ResponseFuture<ListAllProjectGrantsResponse> listAllProjectGrants(
  1. ListAllProjectGrantsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ListAllProjectGrantsResponse> listAllProjectGrants($0.ListAllProjectGrantsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listAllProjectGrants, request, options: options);
}