868869870871872873874875876877878
if (bytes == null) { throw new NullPointerException( "The bytes parameter must not be null."); } EntityProto pb = new EntityProto(); pb.mergeFrom(bytes); return EntityTranslator.createFromPb(pb); } /** * Converts the reference to a key.
876877878879880881882883884885886