} else if (fieldSchema.getType() == TableFieldSchema.Type.TIMESTAMP) { if (val instanceof String) { protoMsg.setField(fieldDescriptor, Timestamp.valueOf((String) val ...