}
Reference ref = KeyTranslator.convertToPb(key);
int encodedKeySize = Protocol.stringSize(ref.encodingSize()) + 1;
if (getDatastoreServiceConfig().exceedsReadLimits(
req.keySize() + 1, encodedReqSize + encodedKeySize)) {
futures.add(makeAsyncCall(apiConfig, "Get", req, new GetResponse()));
encodedReqSize = baseEncodedReqSize;
req = baseReq.clone();
}