if (blob.getNull()) {
continue;
}
int len = blob.getLength().intValue();
byte[] buf = new byte[len];
blob.readData(buf, len);
attrBuilder.add(AttributeValues.create(attributeType,
ByteString.wrap(buf)));
} else {
attrBuilder.add(AttributeValues.create(attributeType,
ByteString.wrap(attrValBytes)));