282283284285286287288289290
default: throw new BlobstoreFailureException("An unexpected error occurred.", ex); } } FetchDataResponse response = new FetchDataResponse(); response.mergeFrom(responseBytes); return response.getDataAsBytes(); }