default:
throw new BlobstoreFailureException("An unexpected error occurred.", ex);
}
}
CreateEncodedGoogleStorageKeyResponse response = new CreateEncodedGoogleStorageKeyResponse();
response.mergeFrom(responseBytes);
return new BlobKey(response.getBlobKey());
}